(141.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (131.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (112.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (157.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (103.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (159.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (120.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (144.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (147.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (160.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (1.0ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (144.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (162.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004112)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004112"]]  (133.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (132.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (132.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (127.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (154.6ms) DROP TABLE "social_framework_edges"  (121.9ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (109.5ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (130.8ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (165.4ms) DROP TABLE "social_framework_users"  (151.0ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (154.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (153.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (0.2ms) SELECT version FROM "schema_migrations"  (148.9ms) DROP TABLE "social_framework_edges"  (166.2ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) select sqlite_version(*)  (142.5ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (142.6ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (143.3ms) DROP TABLE "social_framework_users"  (121.0ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (122.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (142.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (0.3ms) SELECT version FROM "schema_migrations"  (150.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (131.6ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (109.0ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (104.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (132.0ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (142.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (162.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (143.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (143.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160226123409')  (130.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (109.7ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.4ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (108.7ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (131.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (121.0ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (110.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (132.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (110.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (143.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160226123409')  (215.2ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) select sqlite_version(*)  (154.7ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (131.5ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (127.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (132.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (197.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (162.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (132.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (110.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160226123409')  (110.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160129004111')  (152.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (154.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (153.8ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (130.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (132.6ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (132.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (121.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (110.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160226123409')  (133.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160129004111') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (105.2ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (131.5ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (131.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (127.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (109.7ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (131.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (130.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (99.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (154.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160226123409')  (134.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160129004111')  (108.4ms) DROP TABLE "social_framework_edges"  (88.9ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (87.8ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (120.5ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (154.3ms) DROP TABLE "social_framework_users"  (143.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (143.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (142.6ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token")  (0.2ms) SELECT version FROM "schema_migrations"  (113.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (158.8ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (93.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jefferson@email.com' LIMIT 1 SQL (0.7ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jefferson"], ["email", "jefferson@email.com"], ["encrypted_password", "$2a$10$Sm/lSWB1PHLidAJzLLQAUeiJo.pb35viyMLChBON5iRYNB7szeCta"], ["created_at", "2016-02-27 00:37:20.806561"], ["updated_at", "2016-02-27 00:37:20.806561"]]  (179.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 1], ["created_at", "2016-02-27 00:37:52.049655"], ["updated_at", "2016-02-27 00:37:52.049655"]]  (90.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]]  (183.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (198.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (133.0ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer, "destiny_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (135.9ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (128.2ms) commit transaction Migrating to CreateSocialFrameworkEdgesRelationships (20160226173910)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges_relationships" ("edge_id" integer, "relationship_id" integer)  (0.4ms) CREATE INDEX "index_social_framework_edges_relationships_on_edge_id" ON "social_framework_edges_relationships" ("edge_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_relationships_on_edge_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_edges_relationships_on_relationship_id" ON "social_framework_edges_relationships" ("relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226173910"]]  (103.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_relationships_on_relationship_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jefferson@email.com' LIMIT 1 SQL (0.6ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jefferson"], ["email", "jefferson@email.com"], ["encrypted_password", "$2a$10$1e79YUquAq9X4Qsqc1yOu.YZljqu0yPG4y.xtcHjNi2WL8kuSws/C"], ["created_at", "2016-02-27 00:39:44.687927"], ["updated_at", "2016-02-27 00:39:44.687927"]]  (160.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 1], ["created_at", "2016-02-27 00:39:47.889700"], ["updated_at", "2016-02-27 00:39:47.889700"]]  (225.7ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edges_relationships" ON "social_framework_relationships"."id" = "social_framework_edges_relationships"."relationship_id" WHERE "social_framework_edges_relationships"."edge_id" = ? [["edge_id", 1]]  (141.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (129.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (167.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (160.0ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (191.4ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (168.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$wyAwzQp.XJsJ56IM.tFdm.oziGG8ozc..6TPE9WaKQus1rL9zjEeW"], ["created_at", "2016-02-29 21:41:07.664341"], ["updated_at", "2016-02-29 21:41:07.664341"]]  (137.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$ktAa/fdnuKZuCHXVxb9lV./6Jzp.oWKw5jd3H5aUBF6wKaY7DQWUi"], ["created_at", "2016-02-29 21:41:22.479729"], ["updated_at", "2016-02-29 21:41:22.479729"]]  (125.5ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."bidirectional" = ? AND "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 LIMIT 1 [["bidirectional", "t"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-02-29 21:41:33.902308"], ["updated_at", "2016-02-29 21:41:33.902308"]]  (139.8ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "friend"], ["created_at", "2016-02-29 21:41:34.058790"], ["updated_at", "2016-02-29 21:41:34.058790"]]  (161.2ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (106.3ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."bidirectional" = ? AND "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 1 LIMIT 1 [["bidirectional", "t"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 1 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 1], ["created_at", "2016-02-29 21:41:34.358988"], ["updated_at", "2016-02-29 21:41:34.358988"]]  (118.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (135.3ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1 SQL (0.3ms) UPDATE "social_framework_edges" SET "origin_id" = ?, "updated_at" = ? WHERE "social_framework_edges"."id" = ? [["origin_id", 1], ["updated_at", "2016-02-29 21:47:04.059600"], ["id", 2]]  (164.2ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 1  (0.1ms) commit transaction  (153.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (127.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.8ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (127.7ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (128.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$GGE7eyTNM.rTnuDI2YJb9ewHH3ZvgAvggubHn3M4M/JelHLzj6IQe"], ["created_at", "2016-02-29 21:58:02.032545"], ["updated_at", "2016-02-29 21:58:02.032545"]]  (136.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$JNKrzvUqzpEKxHOTtsTJKe841uOPUqJDuOcOv5kMmJbXwTLrmy916"], ["created_at", "2016-02-29 21:58:04.795004"], ["updated_at", "2016-02-29 21:58:04.795004"]]  (231.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."bidirectional" = ? AND "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 LIMIT 1 [["bidirectional", "t"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-02-29 21:59:20.623242"], ["updated_at", "2016-02-29 21:59:20.623242"]]  (162.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "friend"], ["created_at", "2016-02-29 21:59:20.797592"], ["updated_at", "2016-02-29 21:59:20.797592"]]  (131.6ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (104.3ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 2]]  (158.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (163.2ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (137.8ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (142.0ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (135.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$CfDMMtWRhx2mTF6temI.leeE2u6W15G0x0/5Yf1roN.B3aGHNGKGS"], ["created_at", "2016-02-29 22:01:18.126997"], ["updated_at", "2016-02-29 22:01:18.126997"]]  (151.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$QkaRY5oXLp4pXzrUsvfWHu59DhI2cnRb7ZRDSWIzFHs4gGZQoaWd6"], ["created_at", "2016-02-29 22:01:20.908267"], ["updated_at", "2016-02-29 22:01:20.908267"]]  (172.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 1]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = ? [["origin_id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."destiny_id" = ? [["destiny_id", 2]]  (319.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (253.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (125.5ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.3ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (127.4ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (136.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$qhvqY/dq4IPF7Zy62bd3Z.dCXBNpkhDUIeAr.H5NDlzUvcEVsztyW"], ["created_at", "2016-02-29 22:06:40.036872"], ["updated_at", "2016-02-29 22:06:40.036872"]]  (129.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$DNFxmyLsApTBFdAOfZKF9eo59hgGqh7j/KfiW4nGB4fq87vcoQzpW"], ["created_at", "2016-02-29 22:06:41.894881"], ["updated_at", "2016-02-29 22:06:41.894881"]]  (155.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 or destiny_id = 1) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."bidirectional" = ? AND "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 LIMIT 1 [["bidirectional", "t"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-02-29 22:07:17.572820"], ["updated_at", "2016-02-29 22:07:17.572820"]]  (168.8ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "friend"], ["created_at", "2016-02-29 22:07:17.757022"], ["updated_at", "2016-02-29 22:07:17.757022"]]  (128.5ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (157.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE "social_framework_edges"."bidirectional" = ? AND "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 1 LIMIT 1 [["bidirectional", "t"]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 1 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 1], ["created_at", "2016-02-29 22:07:18.068313"], ["updated_at", "2016-02-29 22:07:18.068313"]]  (130.2ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (155.4ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 or destiny_id = 1) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1)  (136.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (130.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.0ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (127.3ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.3ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.7ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (155.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.7ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$smwSTtefTTHEEZx4WnCwq.nxkZEJvzfiP0YW9lwjcjupQzlEkbSUS"], ["created_at", "2016-03-01 00:04:48.206266"], ["updated_at", "2016-03-01 00:04:48.206266"]]  (158.1ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.5ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$NVQ0sd3p58fQPBjlyqnGCOTRiv6y.gNwQ0M.DeC/dD6E1atIOeCz6"], ["created_at", "2016-03-01 00:04:52.213099"], ["updated_at", "2016-03-01 00:04:52.213099"]]  (137.5ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-01 00:05:03.987922"], ["updated_at", "2016-03-01 00:05:03.987922"]]  (720.9ms) commit transaction SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "friend"], ["created_at", "2016-03-01 00:05:04.732858"], ["updated_at", "2016-03-01 00:05:04.732858"]]  (130.5ms) commit transaction SocialFramework::Relationship Exists (0.4ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (132.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "friend"]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 OR destiny_id = 2) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::EdgeRelationship Load (0.3ms) SELECT "social_framework_edge_relationships".* FROM "social_framework_edge_relationships" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.8ms) UPDATE "social_framework_edge_relationships" SET "active" = ? WHERE "social_framework_edge_relationships"."id" = ? [["active", "t"], ["id", 1]]  (183.0ms) commit transaction  (99.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (99.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (102.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (103.9ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (105.4ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.5ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (136.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.7ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$bVFRyLiC3/b/8AeK5znm0OiKwMmwK4hi2fNHLcOqeVmBGqp7Bp4I6"], ["created_at", "2016-03-03 13:24:49.324682"], ["updated_at", "2016-03-03 13:24:49.324682"]]  (123.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$KUO7STo1IiZVftENBbNWk.LkO4dUmK2fLDhRHhb.QfoKOjV.Z6nQK"], ["created_at", "2016-03-03 13:25:00.401696"], ["updated_at", "2016-03-03 13:25:00.401696"]]  (187.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-03 13:25:55.226094"], ["updated_at", "2016-03-03 13:25:55.226094"]]  (189.9ms) commit transaction SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-03 13:25:55.435638"], ["updated_at", "2016-03-03 13:25:55.435638"]]  (113.7ms) commit transaction SocialFramework::Relationship Exists (0.3ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (125.3ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r2"], ["created_at", "2016-03-03 13:25:58.617535"], ["updated_at", "2016-03-03 13:25:58.617535"]]  (144.8ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 2], ["active", "f"]]  (126.6ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r3"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r3"], ["created_at", "2016-03-03 13:26:02.174479"], ["updated_at", "2016-03-03 13:26:02.174479"]]  (155.3ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 3]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 3], ["active", "f"]]  (114.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r4"], ["created_at", "2016-03-03 13:26:07.243834"], ["updated_at", "2016-03-03 13:26:07.243834"]]  (135.8ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 4]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 4], ["active", "f"]]  (103.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r5"], ["created_at", "2016-03-03 13:26:09.556483"], ["updated_at", "2016-03-03 13:26:09.556483"]]  (161.5ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 5]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 5], ["active", "f"]]  (126.8ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (1.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (2.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r1"]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]]  (133.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (132.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (167.0ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (160.6ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (183.8ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.4ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.5ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (134.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'jose@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "jose"], ["email", "jose@email.com"], ["encrypted_password", "$2a$10$CeqbCo/e3y6JncGR5ArFrOhrgunhKzGdkJcyz/qKLgV2IcOkSwway"], ["created_at", "2016-03-03 14:04:05.469540"], ["updated_at", "2016-03-03 14:04:05.469540"]]  (124.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'maria@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "maria"], ["email", "maria@email.com"], ["encrypted_password", "$2a$10$kT4YkTBXoefjqTV/jbMB/u7uwDmyisDmRFnVGeDTTko/yHig.13gu"], ["created_at", "2016-03-03 14:04:13.991268"], ["updated_at", "2016-03-03 14:04:13.991268"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'joana@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "joana"], ["email", "joana@email.com"], ["encrypted_password", "$2a$10$POgalNJGVH3ZVDu7oZYWoelaqTQFXLLZtM7b76iJMGLXrkoJCF/26"], ["created_at", "2016-03-03 14:04:29.026577"], ["updated_at", "2016-03-03 14:04:29.026577"]]  (129.5ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-03 14:05:09.577651"], ["updated_at", "2016-03-03 14:05:09.577651"]]  (146.2ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.4ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-03 14:05:09.738421"], ["updated_at", "2016-03-03 14:05:09.738421"]]  (152.3ms) commit transaction SocialFramework::Relationship Exists (0.3ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (111.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r2"], ["created_at", "2016-03-03 14:05:12.369715"], ["updated_at", "2016-03-03 14:05:12.369715"]]  (145.0ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 2]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 2], ["active", "f"]]  (136.4ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r3"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r3"], ["created_at", "2016-03-03 14:05:15.376671"], ["updated_at", "2016-03-03 14:05:15.376671"]]  (163.1ms) commit transaction SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 3]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 3], ["active", "f"]]  (139.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-03 14:05:33.689427"], ["updated_at", "2016-03-03 14:05:33.689427"]]  (153.0ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r3"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 3]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 3], ["active", "f"]]  (126.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r4"], ["created_at", "2016-03-03 14:05:39.411967"], ["updated_at", "2016-03-03 14:05:39.411967"]]  (166.8ms) commit transaction SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 4]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 4], ["active", "f"]]  (119.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r5"], ["created_at", "2016-03-03 14:05:41.961298"], ["updated_at", "2016-03-03 14:05:41.961298"]]  (143.8ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 5]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 5], ["active", "f"]]  (138.8ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 3 OR destiny_id = 2 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 3 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 3], ["created_at", "2016-03-03 14:06:04.048838"], ["updated_at", "2016-03-03 14:06:04.048838"]]  (113.2ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r6"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r6"], ["created_at", "2016-03-03 14:06:04.165855"], ["updated_at", "2016-03-03 14:06:04.165855"]]  (130.0ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 6]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 6], ["active", "f"]]  (126.2ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1)  (2.6ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r1"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r2"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r3"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r6"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r7"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r3"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r2"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r4"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? [["label", "r6"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r3"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r5"]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r4"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 OR destiny_id = 1) SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (141.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (139.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (153.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (140.9ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (129.8ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (172.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u0@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u0"], ["email", "u0@email.com"], ["encrypted_password", "$2a$10$ys9rp/VHZfPBtsWKPOpq/O8YkmRiwCmpdzvuI9uGSPBPn2xbeIEqe"], ["created_at", "2016-03-07 11:42:57.558267"], ["updated_at", "2016-03-07 11:42:57.558267"]]  (148.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$vI9jfqz/tFXlZVEL38wA3.ioFCJkk5ScHgaSkXTTBbgvf8CRhyQfe"], ["created_at", "2016-03-07 11:42:57.787224"], ["updated_at", "2016-03-07 11:42:57.787224"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$zU8bG14evahV1nLi2/a1yucG5gOYDmXtzaf0phMqlgrsH8nI1QoU6"], ["created_at", "2016-03-07 11:42:58.013060"], ["updated_at", "2016-03-07 11:42:58.013060"]]  (160.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$cMZES.0Fm5VkX/S6Xywo3uibHQI26WchexoUw3XudzK./nR4x4PTO"], ["created_at", "2016-03-07 11:42:58.258091"], ["updated_at", "2016-03-07 11:42:58.258091"]]  (159.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$hz5Ui9UdpLQ9RdyoPqAJtOCi1RO1OoZmwL9eKkliKcebAK2QzS5CC"], ["created_at", "2016-03-07 11:42:58.501084"], ["updated_at", "2016-03-07 11:42:58.501084"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$aM4vY73WV1csk2di5joBmuLXJZfb0axwHVJiR5FlEqGDJZh1R.sQq"], ["created_at", "2016-03-07 11:42:58.714524"], ["updated_at", "2016-03-07 11:42:58.714524"]]  (158.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u0@email.com' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1  (0.0ms) rollback transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = NULL AND destiny_id = NULL OR destiny_id = NULL AND origin_id = NULL) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" IS NULL AND "social_framework_edges"."destiny_id" IS NULL SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u0@email.com' LIMIT 1 SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_edges" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-03-07 11:43:31.790178"], ["updated_at", "2016-03-07 11:43:31.790178"]]  (0.1ms) rollback transaction  (134.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (132.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (129.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (138.8ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (137.9ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (166.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u0@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u0"], ["email", "u0@email.com"], ["encrypted_password", "$2a$10$PJ3Lj0PiWYJBVd6p9L1ux.OgxqJ7vNgyBoUgpZn3Nz5Br5M/y8ySO"], ["created_at", "2016-03-07 11:44:10.530436"], ["updated_at", "2016-03-07 11:44:10.530436"]]  (144.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$ufu8ET8y/CHS6trZABDYn.g/OeDm56lv5xP4J1RVWoUySr8zfJOQq"], ["created_at", "2016-03-07 11:44:10.756035"], ["updated_at", "2016-03-07 11:44:10.756035"]]  (119.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$.qPMSGgJaBd945INK8e07uhKsomn5FUCMei4bNoz2ScIr17pIJ1aK"], ["created_at", "2016-03-07 11:44:10.958605"], ["updated_at", "2016-03-07 11:44:10.958605"]]  (161.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$o6.2XWkIEYVUFzBICpE0Y.7wYs2GMhI/SmQ7iVxarSCq1SJ/zERbS"], ["created_at", "2016-03-07 11:44:11.197858"], ["updated_at", "2016-03-07 11:44:11.197858"]]  (167.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$qBWK6N5.d7r3xlRQbevveekIFatXdvgMocfY6vZkBFjPicVSBmx4a"], ["created_at", "2016-03-07 11:44:11.446067"], ["updated_at", "2016-03-07 11:44:11.446067"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$yXgG.n/fCFIsj1lrzj04hujaFqMiwR6YdsDzy5urrQ6Ymyf.XjtGm"], ["created_at", "2016-03-07 11:44:11.669140"], ["updated_at", "2016-03-07 11:44:11.669140"]]  (151.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-07 11:44:11.858085"], ["updated_at", "2016-03-07 11:44:11.858085"]]  (139.9ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-07 11:44:12.014409"], ["updated_at", "2016-03-07 11:44:12.014409"]]  (161.0ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (146.4ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-07 11:44:12.360909"], ["updated_at", "2016-03-07 11:44:12.360909"]]  (137.5ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (137.6ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-07 11:44:12.647964"], ["updated_at", "2016-03-07 11:44:12.647964"]]  (139.5ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (115.2ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-07 11:44:12.916452"], ["updated_at", "2016-03-07 11:44:12.916452"]]  (138.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (114.8ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["created_at", "2016-03-07 11:44:13.183999"], ["updated_at", "2016-03-07 11:44:13.183999"]]  (115.8ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.4ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (140.4ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-07 11:44:13.450746"], ["updated_at", "2016-03-07 11:44:13.450746"]]  (138.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (137.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-07 11:44:13.742359"], ["updated_at", "2016-03-07 11:44:13.742359"]]  (147.2ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (136.1ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-07 11:44:14.039319"], ["updated_at", "2016-03-07 11:44:14.039319"]]  (140.2ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (139.6ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3)))  (178.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (120.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (114.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (127.1ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (130.3ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.2ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (117.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$DSV4W5eHXbUanF44kQpFhuHlL6O6aqjudLSh.7bNUBXpQcNa/L.gC"], ["created_at", "2016-03-07 11:50:12.813152"], ["updated_at", "2016-03-07 11:50:12.813152"]]  (137.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$dvI1x1a3ahuAa9zIpJ3PTO6DJvh7QizcIpnAwx5EfpfF6tT7mXZCe"], ["created_at", "2016-03-07 11:50:13.034392"], ["updated_at", "2016-03-07 11:50:13.034392"]]  (150.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$wRPTV2Q0YOqaByJmuS.G3.A.6wN1F8XyaApkpa8OAhuDIU2NuTsO2"], ["created_at", "2016-03-07 11:50:13.269572"], ["updated_at", "2016-03-07 11:50:13.269572"]]  (148.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$zWNuwPGWiplsDnQVCeMJn.Jr0K1ST8YVbMQcPGDKl3v4jnwZ0tIJi"], ["created_at", "2016-03-07 11:50:13.500063"], ["updated_at", "2016-03-07 11:50:13.500063"]]  (129.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$dUb6KKc714iG9pNmBPfI6uyAx2D9W51fu5i6O6eAtB5XKalCU68SK"], ["created_at", "2016-03-07 11:50:13.710549"], ["updated_at", "2016-03-07 11:50:13.710549"]]  (318.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$ppDtSiZalOVZM3wZY1Nqouk5TAcm3G2qQ0rchi1jPc2/CHMpDvPcm"], ["created_at", "2016-03-07 11:50:14.113586"], ["updated_at", "2016-03-07 11:50:14.113586"]]  (126.6ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-07 11:50:14.283848"], ["updated_at", "2016-03-07 11:50:14.283848"]]  (112.0ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-07 11:50:14.413030"], ["updated_at", "2016-03-07 11:50:14.413030"]]  (105.3ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (141.5ms) commit transaction SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-07 11:50:14.705506"], ["updated_at", "2016-03-07 11:50:14.705506"]]  (135.6ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (149.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-07 11:50:15.004947"], ["updated_at", "2016-03-07 11:50:15.004947"]]  (125.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (140.2ms) commit transaction SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-07 11:50:15.283232"], ["updated_at", "2016-03-07 11:50:15.283232"]]  (135.6ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (170.0ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["created_at", "2016-03-07 11:50:15.603238"], ["updated_at", "2016-03-07 11:50:15.603238"]]  (218.2ms) commit transaction SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (162.4ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-07 11:50:15.995827"], ["updated_at", "2016-03-07 11:50:15.995827"]]  (127.0ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.6ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (116.3ms) commit transaction SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-07 11:50:16.252678"], ["updated_at", "2016-03-07 11:50:16.252678"]]  (126.8ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (136.1ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-07 11:50:16.529050"], ["updated_at", "2016-03-07 11:50:16.529050"]]  (128.1ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (129.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6)))  (144.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (129.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (158.7ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (151.3ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (149.0ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (160.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$/6HLyYSxs3VtFS4YkrbVx.7lV6MK0Va3vAHp95j0y6KJwQECqcKT6"], ["created_at", "2016-03-07 17:31:39.707398"], ["updated_at", "2016-03-07 17:31:39.707398"]]  (215.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$kBsBq0Kk54YG1fsudzdf4uTMSqROv/M4qeQBLMVpEDB5PeV0MkOq2"], ["created_at", "2016-03-07 17:31:39.995942"], ["updated_at", "2016-03-07 17:31:39.995942"]]  (128.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$jNzSg7HXMq3A2ip/XubIKeNtXxt.QLjd.O1XQ5OGkWGI6peoRQPBm"], ["created_at", "2016-03-07 17:31:40.207078"], ["updated_at", "2016-03-07 17:31:40.207078"]]  (217.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$e2JbYl0Mj2AP/gOEEssLsOujWHaYdGD4xzCFV18ZfBWTELyNW.lHu"], ["created_at", "2016-03-07 17:31:40.506147"], ["updated_at", "2016-03-07 17:31:40.506147"]]  (163.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$JEZ0ZQuAzLRksBCfy48xweOOQKUu6qITy02sYFqkaR4hI9NgiF8eW"], ["created_at", "2016-03-07 17:31:40.749613"], ["updated_at", "2016-03-07 17:31:40.749613"]]  (164.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$h8y0CA5q4mdBNCVFG8WtbeYtNRk/DXxFUCQgNtqsCIftkvInM1lLC"], ["created_at", "2016-03-07 17:31:40.996702"], ["updated_at", "2016-03-07 17:31:40.996702"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$6KXlySd5t0ZKlIrRIRs8p.XPwf0HOokjyG362vbatPG/eWqajE0ou"], ["created_at", "2016-03-07 17:31:41.219426"], ["updated_at", "2016-03-07 17:31:41.219426"]]  (171.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$qgnrrhCjUQUa4fYd00CGu.oMDdG6aLCSOgB/CVr0gv4gdwwyG.hF6"], ["created_at", "2016-03-07 17:31:41.465372"], ["updated_at", "2016-03-07 17:31:41.465372"]]  (170.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-07 17:31:41.664911"], ["updated_at", "2016-03-07 17:31:41.664911"]]  (148.8ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-07 17:31:41.829881"], ["updated_at", "2016-03-07 17:31:41.829881"]]  (150.1ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (128.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-07 17:31:42.143148"], ["updated_at", "2016-03-07 17:31:42.143148"]]  (114.6ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (126.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-07 17:31:42.398296"], ["updated_at", "2016-03-07 17:31:42.398296"]]  (128.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (114.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["created_at", "2016-03-07 17:31:42.655785"], ["updated_at", "2016-03-07 17:31:42.655785"]]  (115.3ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (93.1ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 8 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["created_at", "2016-03-07 17:31:42.876070"], ["updated_at", "2016-03-07 17:31:42.876070"]]  (107.8ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (148.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-07 17:31:43.145926"], ["updated_at", "2016-03-07 17:31:43.145926"]]  (148.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (147.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["created_at", "2016-03-07 17:31:43.456808"], ["updated_at", "2016-03-07 17:31:43.456808"]]  (193.4ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (129.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-07 17:31:43.790878"], ["updated_at", "2016-03-07 17:31:43.790878"]]  (125.9ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (129.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-07 17:31:44.055663"], ["updated_at", "2016-03-07 17:31:44.055663"]]  (139.2ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 9], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 9], ["relationship_id", 1], ["active", "f"]]  (129.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-07 17:31:44.336154"], ["updated_at", "2016-03-07 17:31:44.336154"]]  (114.5ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 10], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 10], ["relationship_id", 1], ["active", "f"]]  (137.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["created_at", "2016-03-07 17:31:44.603563"], ["updated_at", "2016-03-07 17:31:44.603563"]]  (137.8ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 11], ["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 11], ["relationship_id", 1], ["active", "f"]]  (115.2ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 8 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["created_at", "2016-03-07 17:31:44.871060"], ["updated_at", "2016-03-07 17:31:44.871060"]]  (150.4ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 12], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 12], ["relationship_id", 1], ["active", "f"]]  (115.7ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" SocialFramework::Edge Load (2.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (4.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.9ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (6.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (4.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (3.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (3.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (1.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (3.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (4.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (2.8ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.8ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (3.8ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (4.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (4.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (2.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.9ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (1.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (1.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (1.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (1.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (1.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (3.9ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.9ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (1.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (1.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) [1mSELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (3.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (1.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (3.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (4.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (1.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (1.6ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.7ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.7ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.4ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.6ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.5ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (1.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (3.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (3.5ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_relationships"  (168.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (135.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (204.0ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (149.8ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (148.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$tCzzK.NeKXs8G13dYdivluRH7AywsdXI1H/iB891jL6rBT6YAs9I."], ["created_at", "2016-03-11 13:10:44.544660"], ["updated_at", "2016-03-11 13:10:44.544660"]]  (120.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$doLgYLR8r.3xLXuEPEdlGOPGkI9grduS5qG0ze4CVA3DlhoftOCWS"], ["created_at", "2016-03-11 13:10:44.742346"], ["updated_at", "2016-03-11 13:10:44.742346"]]  (156.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$gbDjifqYQANytgnGIq3foeClXpDvmAA7UiOgz3lkFU6MI.OVEIOl6"], ["created_at", "2016-03-11 13:10:44.972140"], ["updated_at", "2016-03-11 13:10:44.972140"]]  (126.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$9O4miKljUN8Yg.vaypG80u2MiYamTxxnroqo7p3BMJ1yYBS3J7aNW"], ["created_at", "2016-03-11 13:10:45.174173"], ["updated_at", "2016-03-11 13:10:45.174173"]]  (148.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$FuQzD0M0ZTObnVrGp.cAHutVYNkCxTqqve2UIf9tr3Huvv2Yt3Gqi"], ["created_at", "2016-03-11 13:10:45.400396"], ["updated_at", "2016-03-11 13:10:45.400396"]]  (122.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$aCCHjEdhnodvRpJJHKPc7eyiyBgZ6CIguu/oF4tUezOYHmijg5/sy"], ["created_at", "2016-03-11 13:10:45.596005"], ["updated_at", "2016-03-11 13:10:45.596005"]]  (137.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$1weNPxfw6ZaeaZjjL8BSQ.4qgAsRc1.JJ5usEvFa8fe2YTPlmA7Gi"], ["created_at", "2016-03-11 13:10:45.809763"], ["updated_at", "2016-03-11 13:10:45.809763"]]  (112.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$32MFOXMqWfaLfri1f0NvKOm0Gy1idy9iQmN/M0bVtPaQsSOSv5qTm"], ["created_at", "2016-03-11 13:10:46.000365"], ["updated_at", "2016-03-11 13:10:46.000365"]]  (133.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$4tU5F.DWDfxH7L4nHcKVP.PNVHt1V4fQim6L92vhIlyGzYDsG6vvO"], ["created_at", "2016-03-11 13:10:46.207292"], ["updated_at", "2016-03-11 13:10:46.207292"]]  (104.3ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-11 13:10:46.338374"], ["updated_at", "2016-03-11 13:10:46.338374"]]  (117.6ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-11 13:10:46.468100"], ["updated_at", "2016-03-11 13:10:46.468100"]]  (132.6ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (188.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-11 13:10:46.816645"], ["updated_at", "2016-03-11 13:10:46.816645"]]  (128.7ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (126.0ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-11 13:10:47.082616"], ["updated_at", "2016-03-11 13:10:47.082616"]]  (128.8ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (126.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["created_at", "2016-03-11 13:10:47.352326"], ["updated_at", "2016-03-11 13:10:47.352326"]]  (126.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (127.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 8 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["created_at", "2016-03-11 13:10:47.620517"], ["updated_at", "2016-03-11 13:10:47.620517"]]  (115.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (93.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-11 13:10:47.842954"], ["updated_at", "2016-03-11 13:10:47.842954"]]  (104.7ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (104.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["created_at", "2016-03-11 13:10:48.066231"], ["updated_at", "2016-03-11 13:10:48.066231"]]  (104.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (104.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-11 13:10:48.288987"], ["updated_at", "2016-03-11 13:10:48.288987"]]  (104.2ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (126.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-11 13:10:48.534015"], ["updated_at", "2016-03-11 13:10:48.534015"]]  (126.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 9], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 9], ["relationship_id", 1], ["active", "f"]]  (126.2ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-11 13:10:48.802111"], ["updated_at", "2016-03-11 13:10:48.802111"]]  (136.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 10], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 10], ["relationship_id", 1], ["active", "f"]]  (125.6ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["created_at", "2016-03-11 13:10:49.077150"], ["updated_at", "2016-03-11 13:10:49.077150"]]  (129.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 11], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 11], ["relationship_id", 1], ["active", "f"]]  (132.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 8 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["created_at", "2016-03-11 13:10:49.357496"], ["updated_at", "2016-03-11 13:10:49.357496"]]  (117.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 12], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 12], ["relationship_id", 1], ["active", "f"]]  (126.4ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 9 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["created_at", "2016-03-11 13:10:49.612820"], ["updated_at", "2016-03-11 13:10:49.612820"]]  (107.1ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 13], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 13], ["relationship_id", 1], ["active", "f"]]  (114.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (132.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (95.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (140.7ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (127.8ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (127.4ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (126.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$tPUtNyT2X1jPM7Z9A1P./OF7vxiaNaFIinkau712L/330J17T8zgS"], ["created_at", "2016-03-14 12:34:37.887980"], ["updated_at", "2016-03-14 12:34:37.887980"]]  (228.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$1uIMlURsHL5Dr/TboZkpOO5KYxUkyCF9ej5FRoqHAMFKzlHU.SFwW"], ["created_at", "2016-03-14 12:34:38.185950"], ["updated_at", "2016-03-14 12:34:38.185950"]]  (152.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$9DvVmV8ZvbfWI/2CVDtTbudNIn6Ya9IkO4X6zLEDjH7YnUD.RZYgm"], ["created_at", "2016-03-14 12:34:38.414154"], ["updated_at", "2016-03-14 12:34:38.414154"]]  (135.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$7w4GOp7cZLW8YN.tv9EFmOJBqZTBUoDyeCyYlHAGxorpN1x8o9Wuq"], ["created_at", "2016-03-14 12:34:38.628124"], ["updated_at", "2016-03-14 12:34:38.628124"]]  (144.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$Rc2KZhIee81ww.e7Xg7mMeDmbfYnMplbEgFaUYHybBsidE2ZdUy36"], ["created_at", "2016-03-14 12:34:38.846824"], ["updated_at", "2016-03-14 12:34:38.846824"]]  (92.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$PF8Vo9JRKq7msWWISs.VJeIQsNQEPYLaDSLusH2DK3wqk8MMihrmC"], ["created_at", "2016-03-14 12:34:39.014102"], ["updated_at", "2016-03-14 12:34:39.014102"]]  (102.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$WpFi3.8ILrYc/1PTqzcZx.8ftZTce.BCC7ekaKImB8TikZcS4De5G"], ["created_at", "2016-03-14 12:34:39.193483"], ["updated_at", "2016-03-14 12:34:39.193483"]]  (122.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$2.scKUdDlS2jCH7fE56MruqNnkFojiB9ige7rpBlq7H/oqKx2tkBO"], ["created_at", "2016-03-14 12:34:39.387766"], ["updated_at", "2016-03-14 12:34:39.387766"]]  (106.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$3uPta5JPtOF7dMqRQWzjNOyZ9CKO3dCjHMf3b3lUe34XkVuWUeXXC"], ["created_at", "2016-03-14 12:34:39.573968"], ["updated_at", "2016-03-14 12:34:39.573968"]]  (131.5ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-14 12:34:39.731835"], ["updated_at", "2016-03-14 12:34:39.731835"]]  (129.1ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-14 12:34:39.875680"], ["updated_at", "2016-03-14 12:34:39.875680"]]  (130.0ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (130.4ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-14 12:34:40.167622"], ["updated_at", "2016-03-14 12:34:40.167622"]]  (126.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (127.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-14 12:34:40.435608"], ["updated_at", "2016-03-14 12:34:40.435608"]]  (126.7ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (126.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 7 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["created_at", "2016-03-14 12:34:40.702736"], ["updated_at", "2016-03-14 12:34:40.702736"]]  (127.8ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (103.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 8 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["created_at", "2016-03-14 12:34:40.947931"], ["updated_at", "2016-03-14 12:34:40.947931"]]  (115.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (93.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-14 12:34:41.170757"], ["updated_at", "2016-03-14 12:34:41.170757"]]  (249.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (103.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "bidirectional", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["bidirectional", "f"], ["created_at", "2016-03-14 12:34:41.538967"], ["updated_at", "2016-03-14 12:34:41.538967"]]  (114.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (126.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-14 12:34:41.794044"], ["updated_at", "2016-03-14 12:34:41.794044"]]  (127.2ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (128.1ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-14 12:34:42.058371"], ["updated_at", "2016-03-14 12:34:42.058371"]]  (129.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 9], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 9], ["relationship_id", 1], ["active", "f"]]  (127.4ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-14 12:34:42.329267"], ["updated_at", "2016-03-14 12:34:42.329267"]]  (126.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 10], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 10], ["relationship_id", 1], ["active", "f"]]  (126.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["created_at", "2016-03-14 12:34:42.596298"], ["updated_at", "2016-03-14 12:34:42.596298"]]  (115.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 11], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 11], ["relationship_id", 1], ["active", "f"]]  (121.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 8 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["created_at", "2016-03-14 12:34:42.852115"], ["updated_at", "2016-03-14 12:34:42.852115"]]  (115.6ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 12], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 12], ["relationship_id", 1], ["active", "f"]]  (115.5ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 9 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["created_at", "2016-03-14 12:34:43.097009"], ["updated_at", "2016-03-14 12:34:43.097009"]]  (126.6ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 13], ["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 13], ["relationship_id", 1], ["active", "f"]]  (126.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships"  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.0ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships" SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? [["edge_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_relationships"  (111.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (132.8ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (137.5ms) commit transaction Migrating to CreateSocialFrameworkRelationships (20160226133737)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar DEFAULT '' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_relationships_on_label" ON "social_framework_relationships" ("label") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226133737"]]  (141.4ms) commit transaction Migrating to CreateSocialFrameworkEdgeRelationships (20160228132543)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edge_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "edge_id" integer NOT NULL, "relationship_id" integer NOT NULL, "active" boolean)  (0.4ms) CREATE INDEX "index_social_framework_edge_relationships_on_edge_id" ON "social_framework_edge_relationships" ("edge_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edge_relationships_on_relationship_id" ON "social_framework_edge_relationships" ("relationship_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'   (0.5ms) CREATE UNIQUE INDEX "edges_and_relationships_unique" ON "social_framework_edge_relationships" ("edge_id", "relationship_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160228132543"]]  (166.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='edges_and_relationships_unique' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='edges_and_relationships_unique' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_relationship_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edge_relationships_on_edge_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_relationships_on_label' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_relationships_on_label' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$/DJi.PDv9jeKTaoHYr7Kc.p3bwJn8KAZ6WGfz6sbBkUb.dcSg6Irq"], ["created_at", "2016-03-14 14:51:46.327568"], ["updated_at", "2016-03-14 14:51:46.327568"]]  (138.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$L4gZVcbnhttCWbuH8ae4beP9WWUMiY4tJz.QX2l5zBqc7xbLv/xv6"], ["created_at", "2016-03-14 14:51:46.536225"], ["updated_at", "2016-03-14 14:51:46.536225"]]  (152.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$OGdRRYJVHPp1nCwQGLQbu.EEA9Q2xGIgcQ6uXLZKHMl91yRZxWMdi"], ["created_at", "2016-03-14 14:51:46.767251"], ["updated_at", "2016-03-14 14:51:46.767251"]]  (132.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$Jl.PO/fhKk/zdTFl.5UkiOytx1iqc9iWCAWQOO6.9ufmvSyXHgQzC"], ["created_at", "2016-03-14 14:51:46.969400"], ["updated_at", "2016-03-14 14:51:46.969400"]]  (107.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$8V7knGVPDZZR.3fwFdecWuDNekCca0DRMRZh4CnSbwq9izNU63ure"], ["created_at", "2016-03-14 14:51:47.157636"], ["updated_at", "2016-03-14 14:51:47.157636"]]  (130.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$tdc8I6jFq6DvhpsUp54sa.htkDHZsGV9/jBdeyErY2KqRYUzt2fGS"], ["created_at", "2016-03-14 14:51:47.366214"], ["updated_at", "2016-03-14 14:51:47.366214"]]  (155.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$hcpYZW3Ekp3mJsQyyBywvODdlK8KiKbec.syC8ODTTpzEBxQUrvoy"], ["created_at", "2016-03-14 14:51:47.594394"], ["updated_at", "2016-03-14 14:51:47.594394"]]  (138.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$Ze.GCojGVLWSX2sUp3ms5OiSWaleFXh4LmhZC8s4hZjNuXZKkgk/i"], ["created_at", "2016-03-14 14:51:47.808253"], ["updated_at", "2016-03-14 14:51:47.808253"]]  (157.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$g7UTG//76Y4nBZzTcPQMN.qJbbTl1a0tNCo1y4cUhSclkSTawe9ES"], ["created_at", "2016-03-14 14:51:48.047594"], ["updated_at", "2016-03-14 14:51:48.047594"]]  (140.3ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 2 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["created_at", "2016-03-14 14:51:48.223561"], ["updated_at", "2016-03-14 14:51:48.223561"]]  (142.2ms) commit transaction SocialFramework::Relationship Load (0.3ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_relationships" ("label", "created_at", "updated_at") VALUES (?, ?, ?) [["label", "r1"], ["created_at", "2016-03-14 14:51:48.384126"], ["updated_at", "2016-03-14 14:51:48.384126"]]  (160.7ms) commit transaction SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 1], ["relationship_id", 1], ["active", "f"]]  (142.7ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 3 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["created_at", "2016-03-14 14:51:48.737936"], ["updated_at", "2016-03-14 14:51:48.737936"]]  (140.9ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 2], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 2], ["relationship_id", 1], ["active", "f"]]  (126.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 4 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["created_at", "2016-03-14 14:51:49.018268"], ["updated_at", "2016-03-14 14:51:49.018268"]]  (116.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 3], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 3], ["relationship_id", 1], ["active", "f"]]  (115.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 7 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["created_at", "2016-03-14 14:51:49.263389"], ["updated_at", "2016-03-14 14:51:49.263389"]]  (104.2ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 4], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 4], ["relationship_id", 1], ["active", "f"]]  (104.4ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 1 AND "social_framework_edges"."destiny_id" = 8 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["created_at", "2016-03-14 14:51:49.483768"], ["updated_at", "2016-03-14 14:51:49.483768"]]  (107.6ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.0ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 5], ["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 5], ["relationship_id", 1], ["active", "f"]]  (129.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 4 SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["created_at", "2016-03-14 14:51:49.730810"], ["updated_at", "2016-03-14 14:51:49.730810"]]  (116.7ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 6], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 6], ["relationship_id", 1], ["active", "f"]]  (137.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 2 AND "social_framework_edges"."destiny_id" = 5 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "bidirectional", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["bidirectional", "f"], ["created_at", "2016-03-14 14:51:49.998681"], ["updated_at", "2016-03-14 14:51:49.998681"]]  (136.9ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 7], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 7], ["relationship_id", 1], ["active", "f"]]  (138.4ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 3 AND "social_framework_edges"."destiny_id" = 4 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["created_at", "2016-03-14 14:51:50.287515"], ["updated_at", "2016-03-14 14:51:50.287515"]]  (137.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 8], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 8], ["relationship_id", 1], ["active", "f"]]  (141.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 5 SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["created_at", "2016-03-14 14:51:50.578051"], ["updated_at", "2016-03-14 14:51:50.578051"]]  (137.0ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 9], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 9], ["relationship_id", 1], ["active", "f"]]  (138.3ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 4 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["created_at", "2016-03-14 14:51:50.865817"], ["updated_at", "2016-03-14 14:51:50.865817"]]  (139.1ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 10], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 10], ["relationship_id", 1], ["active", "f"]]  (105.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 6 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["created_at", "2016-03-14 14:51:51.123589"], ["updated_at", "2016-03-14 14:51:51.123589"]]  (103.7ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 11], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 11], ["relationship_id", 1], ["active", "f"]]  (104.6ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 5 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["created_at", "2016-03-14 14:51:51.346411"], ["updated_at", "2016-03-14 14:51:51.346411"]]  (126.3ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.2ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 12], ["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 12], ["relationship_id", 1], ["active", "f"]]  (126.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 7 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["created_at", "2016-03-14 14:51:51.613065"], ["updated_at", "2016-03-14 14:51:51.613065"]]  (137.4ms) commit transaction SocialFramework::Relationship Load (0.2ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 13], ["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 13], ["relationship_id", 1], ["active", "f"]]  (137.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 8 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["created_at", "2016-03-14 14:51:51.902150"], ["updated_at", "2016-03-14 14:51:51.902150"]]  (137.5ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.1ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 14], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 14], ["relationship_id", 1], ["active", "f"]]  (140.8ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE (origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_edges" WHERE "social_framework_edges"."origin_id" = 6 AND "social_framework_edges"."destiny_id" = 9 SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["created_at", "2016-03-14 14:51:52.191117"], ["updated_at", "2016-03-14 14:51:52.191117"]]  (137.8ms) commit transaction SocialFramework::Relationship Load (0.1ms) SELECT "social_framework_relationships".* FROM "social_framework_relationships" WHERE "social_framework_relationships"."label" = ? LIMIT 1 [["label", "r1"]] SocialFramework::Relationship Exists (0.0ms) SELECT 1 AS one FROM "social_framework_relationships" INNER JOIN "social_framework_edge_relationships" ON "social_framework_relationships"."id" = "social_framework_edge_relationships"."relationship_id" WHERE "social_framework_edge_relationships"."edge_id" = ? AND "social_framework_relationships"."id" = ? LIMIT 1 [["edge_id", 15], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edge_relationships" ("edge_id", "relationship_id", "active") VALUES (?, ?, ?) [["edge_id", 15], ["relationship_id", 1], ["active", "f"]]  (141.5ms) commit transaction  (116.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (232.5ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.4ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$AI0lG1YpT.18g7luNksrgOj4SiT6aByJaYRoJDR/YIFBYHYt101Uq"], ["created_at", "2016-03-16 14:48:08.226121"], ["updated_at", "2016-03-16 14:48:08.226121"]]  (92.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$RhXPed00mXNUgUQhzjL.U.XMQTHXrmPgx8d22373iWA8zEArvGZTe"], ["created_at", "2016-03-16 14:48:08.398352"], ["updated_at", "2016-03-16 14:48:08.398352"]]  (99.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$luvF8MJCPIhqK7AoR/0siu1BzgYnIduGCQF9.6lbGOY9hfL5SO9cC"], ["created_at", "2016-03-16 14:48:08.567940"], ["updated_at", "2016-03-16 14:48:08.567940"]]  (229.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$0DBUHvmZXk.nj2p.LE5fUOofEBtNA1dXDt8RNBhl..MJUFw1aUZLa"], ["created_at", "2016-03-16 14:48:08.875332"], ["updated_at", "2016-03-16 14:48:08.875332"]]  (133.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$YVayreNFPakjse7ltZv1FO3Q0Y8Z08dceOcTND1T8pWkQAPwyb9yC"], ["created_at", "2016-03-16 14:48:09.083504"], ["updated_at", "2016-03-16 14:48:09.083504"]]  (158.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$lNzgrvTPTbz.4Tb2QkUfWehQQXxbouL8nVjqWupLmM97wcQzABG1."], ["created_at", "2016-03-16 14:48:09.313465"], ["updated_at", "2016-03-16 14:48:09.313465"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$x3nqPW2lip1P7yn2PzvSYubBrdlHqR6OfwTTxyDgsgeWDJmY73sdG"], ["created_at", "2016-03-16 14:48:09.516019"], ["updated_at", "2016-03-16 14:48:09.516019"]]  (147.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$4Qn.JNJrKdP/Tm.8URThaOezc73IQmi/eQJ5kc1fLSDie7oBSwMl6"], ["created_at", "2016-03-16 14:48:09.743507"], ["updated_at", "2016-03-16 14:48:09.743507"]]  (131.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$SVBtg98EvwguEuaXzImG3u2fRPUt49UInhF7EhSZXkwEsNlB84Hb6"], ["created_at", "2016-03-16 14:48:09.948274"], ["updated_at", "2016-03-16 14:48:09.948274"]]  (148.4ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.119370"], ["updated_at", "2016-03-16 14:48:10.119370"]]  (132.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.257502"], ["updated_at", "2016-03-16 14:48:10.257502"]]  (127.3ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.388442"], ["updated_at", "2016-03-16 14:48:10.388442"]]  (110.0ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.501075"], ["updated_at", "2016-03-16 14:48:10.501075"]]  (109.1ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.615383"], ["updated_at", "2016-03-16 14:48:10.615383"]]  (93.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.713251"], ["updated_at", "2016-03-16 14:48:10.713251"]]  (97.4ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "bidirectional", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["bidirectional", "f"], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.815215"], ["updated_at", "2016-03-16 14:48:10.815215"]]  (94.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-16 14:48:10.915103"], ["updated_at", "2016-03-16 14:48:10.915103"]]  (106.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.026507"], ["updated_at", "2016-03-16 14:48:11.026507"]]  (106.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.138022"], ["updated_at", "2016-03-16 14:48:11.138022"]]  (128.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.271685"], ["updated_at", "2016-03-16 14:48:11.271685"]]  (128.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.405192"], ["updated_at", "2016-03-16 14:48:11.405192"]]  (128.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.538703"], ["updated_at", "2016-03-16 14:48:11.538703"]]  (128.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.672260"], ["updated_at", "2016-03-16 14:48:11.672260"]]  (128.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["label", "r1"], ["created_at", "2016-03-16 14:48:11.805680"], ["updated_at", "2016-03-16 14:48:11.805680"]]  (139.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 5 OR destiny_id = 5))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 6 OR destiny_id = 6))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (3.3ms) SELECT "social_framework_users".* FROM "social_framework_users" SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."username" = ? AND "social_framework_users"."email" = ? [["username", "u1"], ["email", "u1@email.com"]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."username" = ? AND "social_framework_users"."email" = ? [["username", "u1"], ["email", "u1@email.com"]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."username" = ? AND "social_framework_users"."email" = ? [["username", "u1"], ["email", "u2@email.com"]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1' AND email LIKE 'u2@email.com') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1' AND email LIKE 'u1@email.com') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1' AND email LIKE 'u1') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1' AND email LIKE 'email.com') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username ILIKE 'u') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u1') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE %'u'%) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE 'u') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%') SocialFramework::User Load (2.3ms) SELECT "social_framework_users".* FROM "social_framework_users" SocialFramework::User Load (3.4ms) SELECT "social_framework_users".* FROM "social_framework_users" SQL (128.8ms) DELETE FROM "social_framework_users" WHERE "social_framework_users"."id" = ? [["id", 1]]  (128.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (144.9ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (137.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$MpjrDNJPVitbinOQTbGnzegU.2KAJfsFrmNEByJUxsEkDNm6zLL76"], ["created_at", "2016-03-28 16:05:10.004959"], ["updated_at", "2016-03-28 16:05:10.004959"]]  (130.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$leeNygH/YHwftrLinHZiZOUl3Et0Z9OTDLkVD4rPdt5ttUUBdQCOm"], ["created_at", "2016-03-28 16:05:10.207701"], ["updated_at", "2016-03-28 16:05:10.207701"]]  (105.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$4GZXE9dtV.pPlAVCfDgh7.8oQLjMEy1dze238D4mMLA8s9WUG0dXO"], ["created_at", "2016-03-28 16:05:10.389291"], ["updated_at", "2016-03-28 16:05:10.389291"]]  (158.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$qETztbUZzoZsfbvctIxqZOlpFws/GrvE1Dt222S8xA/HxVdNMJuQO"], ["created_at", "2016-03-28 16:05:10.619083"], ["updated_at", "2016-03-28 16:05:10.619083"]]  (128.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$DhxKnrgyx8A8etq0UviRSuwRNav4iK16H5y0VA6Q770ywNG1b8.Ae"], ["created_at", "2016-03-28 16:05:10.826900"], ["updated_at", "2016-03-28 16:05:10.826900"]]  (165.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$XEoAWddSDXJSk2xfoXa7SeB.pVkmJsn1.VKrYoIbZ3QqRmVCgcBP2"], ["created_at", "2016-03-28 16:05:11.068905"], ["updated_at", "2016-03-28 16:05:11.068905"]]  (145.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$1.KrXQd.MxUzt0pcpptN2eRksX12jE8IKq/JSeL1q0WNmtqY8a3V2"], ["created_at", "2016-03-28 16:05:11.286961"], ["updated_at", "2016-03-28 16:05:11.286961"]]  (161.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$0FLTYWQDFTl72dMDVHr.TeY8U9oOL9LC/fRtGyG30AsspPEHnYFmW"], ["created_at", "2016-03-28 16:05:11.524491"], ["updated_at", "2016-03-28 16:05:11.524491"]]  (167.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$9F57081xZJakibFvLMtiQeceFsrteIiRwoqkCiyPSGCnpIgI1H0t2"], ["created_at", "2016-03-28 16:05:11.763049"], ["updated_at", "2016-03-28 16:05:11.763049"]]  (184.6ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["label", "r1"], ["created_at", "2016-03-28 16:05:11.964661"], ["updated_at", "2016-03-28 16:05:11.964661"]]  (160.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.130120"], ["updated_at", "2016-03-28 16:05:12.130120"]]  (128.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.263601"], ["updated_at", "2016-03-28 16:05:12.263601"]]  (139.4ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.407993"], ["updated_at", "2016-03-28 16:05:12.407993"]]  (106.2ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.519988"], ["updated_at", "2016-03-28 16:05:12.519988"]]  (138.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.664355"], ["updated_at", "2016-03-28 16:05:12.664355"]]  (117.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "bidirectional", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["bidirectional", "f"], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.787359"], ["updated_at", "2016-03-28 16:05:12.787359"]]  (127.1ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-03-28 16:05:12.918669"], ["updated_at", "2016-03-28 16:05:12.918669"]]  (131.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.054414"], ["updated_at", "2016-03-28 16:05:13.054414"]]  (139.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.200214"], ["updated_at", "2016-03-28 16:05:13.200214"]]  (138.6ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.344394"], ["updated_at", "2016-03-28 16:05:13.344394"]]  (184.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.533043"], ["updated_at", "2016-03-28 16:05:13.533043"]]  (127.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.666594"], ["updated_at", "2016-03-28 16:05:13.666594"]]  (139.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.811214"], ["updated_at", "2016-03-28 16:05:13.811214"]]  (128.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["label", "r1"], ["created_at", "2016-03-28 16:05:13.944941"], ["updated_at", "2016-03-28 16:05:13.944941"]]  (150.3ms) commit transaction SocialFramework::User Load (1.1ms) SELECT "social_framework_users".* FROM "social_framework_users" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]]  (153.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (99.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (100.2ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (114.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$KuyOhhg24D.rLoFMSnHXzOwyKHvnMvI1emi3yMpfG9ZDJ2OEOluIi"], ["created_at", "2016-04-01 12:51:10.803830"], ["updated_at", "2016-04-01 12:51:10.803830"]]  (182.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$Y6EUOxqvsSNROosARzToTuYuCjdIi89p7f.MHWvi5KAdtRbF3ZleK"], ["created_at", "2016-04-01 12:51:11.063015"], ["updated_at", "2016-04-01 12:51:11.063015"]]  (134.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$eZEAZkCIaZThIFFVgCfRD.9/XUp0ZdgYs7Om0QlACjjNvb0uhMaUy"], ["created_at", "2016-04-01 12:51:11.270154"], ["updated_at", "2016-04-01 12:51:11.270154"]]  (149.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$v51s8TfK.SN2pivAlvHq0eXvhoTZmHwHSlkrDFENR/2AeTXIJk0k2"], ["created_at", "2016-04-01 12:51:11.490708"], ["updated_at", "2016-04-01 12:51:11.490708"]]  (107.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$NXTgLMBRfl.XJ/IT1/BXx.ZKnm3CfvgV4FCO30wLuPhIoQi.jblOC"], ["created_at", "2016-04-01 12:51:11.674776"], ["updated_at", "2016-04-01 12:51:11.674776"]]  (176.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$yWqgXZakYseFYDxTeDc66eltScsI1B9sHtUoz3Ty1A.7h7lptJ3Em"], ["created_at", "2016-04-01 12:51:11.934606"], ["updated_at", "2016-04-01 12:51:11.934606"]]  (163.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$wr/YqANHDm5K.bPXl9SOWOc5AwCYdeQ4tTLaS4iuiJaC7gAeXsMzG"], ["created_at", "2016-04-01 12:51:12.169826"], ["updated_at", "2016-04-01 12:51:12.169826"]]  (127.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$7VSX4lXwONvN.QnGg1mdZ.XJHZo6hOLvarM94rD4PJKqCPyJzYCrS"], ["created_at", "2016-04-01 12:51:12.372088"], ["updated_at", "2016-04-01 12:51:12.372088"]]  (159.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$tTLfQmC9fyYQDS1n1Bx15eTBbekQ216upxQH4FnALOiwA8kIbAbo6"], ["created_at", "2016-04-01 12:51:12.610038"], ["updated_at", "2016-04-01 12:51:12.610038"]]  (132.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["label", "r1"], ["created_at", "2016-04-01 12:51:12.761375"], ["updated_at", "2016-04-01 12:51:12.761375"]]  (115.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["label", "r1"], ["created_at", "2016-04-01 12:51:12.880961"], ["updated_at", "2016-04-01 12:51:12.880961"]]  (94.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-04-01 12:51:12.979459"], ["updated_at", "2016-04-01 12:51:12.979459"]]  (119.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.103608"], ["updated_at", "2016-04-01 12:51:13.103608"]]  (106.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.215529"], ["updated_at", "2016-04-01 12:51:13.215529"]]  (105.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.326628"], ["updated_at", "2016-04-01 12:51:13.326628"]]  (105.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "bidirectional", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["bidirectional", "f"], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.437906"], ["updated_at", "2016-04-01 12:51:13.437906"]]  (105.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.549270"], ["updated_at", "2016-04-01 12:51:13.549270"]]  (105.5ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.660164"], ["updated_at", "2016-04-01 12:51:13.660164"]]  (105.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.771403"], ["updated_at", "2016-04-01 12:51:13.771403"]]  (105.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.882589"], ["updated_at", "2016-04-01 12:51:13.882589"]]  (106.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-04-01 12:51:13.994336"], ["updated_at", "2016-04-01 12:51:13.994336"]]  (105.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["label", "r1"], ["created_at", "2016-04-01 12:51:14.105647"], ["updated_at", "2016-04-01 12:51:14.105647"]]  (106.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["label", "r1"], ["created_at", "2016-04-01 12:51:14.217436"], ["updated_at", "2016-04-01 12:51:14.217436"]]  (160.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["label", "r1"], ["created_at", "2016-04-01 12:51:14.383716"], ["updated_at", "2016-04-01 12:51:14.383716"]]  (96.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]]  (130.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (100.2ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (92.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$cuW6KsW1mGXtVO4tVd3q3Oe6lEIZaYWDztrf8v2P0dpvyKHmSo3L6"], ["created_at", "2016-04-01 12:52:17.293912"], ["updated_at", "2016-04-01 12:52:17.293912"]]  (162.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$U/rFzGu/.Jzpl9VgNJtYhu4ykOQKPL0Zx0conU8iQ1IVAlUSzTO1q"], ["created_at", "2016-04-01 12:52:17.530141"], ["updated_at", "2016-04-01 12:52:17.530141"]]  (93.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$bQKAHyhLI2Bb0T3pEJNH9OoUptT9c7IQTJ2qmZyn/u.j4QQcTeHui"], ["created_at", "2016-04-01 12:52:17.699613"], ["updated_at", "2016-04-01 12:52:17.699613"]]  (101.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$pTPjA2DWAHubeWPwnO4D4eweb7bi/BuFmb2erBrCPmz9lkro3MbEe"], ["created_at", "2016-04-01 12:52:17.875488"], ["updated_at", "2016-04-01 12:52:17.875488"]]  (92.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$9nQ5HX.py//qzQxDrNtm6.gVqDXr0XtOsHUpJvvglVsho3.HKROSm"], ["created_at", "2016-04-01 12:52:18.038189"], ["updated_at", "2016-04-01 12:52:18.038189"]]  (96.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$jD0MdOgOEMm2CwYdBKg52..OeiZOoGWXewZrHJRRcbeZmh8I6gUgO"], ["created_at", "2016-04-01 12:52:18.206024"], ["updated_at", "2016-04-01 12:52:18.206024"]]  (95.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$zwvSQjap7MBT68gE0txYAOOxgzpWbsVm/FgTUPPQd0L2Dx/.UjyGa"], ["created_at", "2016-04-01 12:52:18.370796"], ["updated_at", "2016-04-01 12:52:18.370796"]]  (119.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$InVC0J.NX04gBBTb5OxK.O2hky6MgH6OqE.mesO3fHLEu/NhXpr6i"], ["created_at", "2016-04-01 12:52:18.564408"], ["updated_at", "2016-04-01 12:52:18.564408"]]  (114.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$krVJkcLGZZ1bCY7Fjogtq.tKfoYF4OKcnDJjZciLI0EQX4TYVT2m."], ["created_at", "2016-04-01 12:52:18.755143"], ["updated_at", "2016-04-01 12:52:18.755143"]]  (167.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:18.941794"], ["updated_at", "2016-04-01 12:52:18.941794"]]  (114.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.061008"], ["updated_at", "2016-04-01 12:52:19.061008"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.183728"], ["updated_at", "2016-04-01 12:52:19.183728"]]  (138.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.328536"], ["updated_at", "2016-04-01 12:52:19.328536"]]  (150.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.483657"], ["updated_at", "2016-04-01 12:52:19.483657"]]  (173.9ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.662400"], ["updated_at", "2016-04-01 12:52:19.662400"]]  (94.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.761779"], ["updated_at", "2016-04-01 12:52:19.761779"]]  (100.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.867672"], ["updated_at", "2016-04-01 12:52:19.867672"]]  (116.6ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:19.990434"], ["updated_at", "2016-04-01 12:52:19.990434"]]  (116.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.112478"], ["updated_at", "2016-04-01 12:52:20.112478"]]  (116.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.235378"], ["updated_at", "2016-04-01 12:52:20.235378"]]  (138.6ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.379679"], ["updated_at", "2016-04-01 12:52:20.379679"]]  (105.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.491170"], ["updated_at", "2016-04-01 12:52:20.491170"]]  (116.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.613649"], ["updated_at", "2016-04-01 12:52:20.613649"]]  (116.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-01 12:52:20.736035"], ["updated_at", "2016-04-01 12:52:20.736035"]]  (105.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%u%%%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%u%%%%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%u%%%%%%%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%u%%%%%%%%%%%%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%u%%%%%%%%%%%%%') SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%u%%%%%%%%%%%%%%') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%%%%%%%%%%%%%%%%%%%%%%%%%u%%%%%%%%%%%%%%%%%%%%%%%%%') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 2 OR destiny_id = 2))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 3 OR destiny_id = 3))) SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 4 OR destiny_id = 4))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Edge Load (0.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 7 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 7 OR destiny_id = 7))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 8 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 8 OR destiny_id = 8))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]]  (129.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (118.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (168.9ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (115.3ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (95.2ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (119.8ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (117.7ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (115.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$U1VhUFBioyl7lBAOiI4nz.Dv3WzVti7O.fv9QrVXVPUiQ3Nifbhwm"], ["created_at", "2016-04-06 18:29:51.287294"], ["updated_at", "2016-04-06 18:29:51.287294"]]  (149.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$K3UDll89IsO8bF3SyYGFtuZFAdtOqy.sZGPrKrr7LABfC9z.d0hJa"], ["created_at", "2016-04-06 18:29:51.514540"], ["updated_at", "2016-04-06 18:29:51.514540"]]  (123.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$vulgzVRfnO57nAIGxSKJiuuTRmng1ALgKCZZTi9icyVYQICrdm50C"], ["created_at", "2016-04-06 18:29:51.716240"], ["updated_at", "2016-04-06 18:29:51.716240"]]  (144.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$x6fnXCgzGB3bGvug9bPNRu4FOM8kRc91ErJ5VAM8VMdYS8IpQjVVO"], ["created_at", "2016-04-06 18:29:51.935158"], ["updated_at", "2016-04-06 18:29:51.935158"]]  (147.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$foc.j9CIEQfz6QSYiR/v5eiBy7gl9NkqSK8gbs2f8cftTq/W9buK6"], ["created_at", "2016-04-06 18:29:52.160212"], ["updated_at", "2016-04-06 18:29:52.160212"]]  (166.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$YTbwQ98vMze961mCeky5nOKk17aTnOW.N2i3JouN5.FMriqeaFUb2"], ["created_at", "2016-04-06 18:29:52.402630"], ["updated_at", "2016-04-06 18:29:52.402630"]]  (146.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$yyj5sjoBmjlqdRAdzgNUEelSbJjpzFrs1X3pZXxUIiyrVd9Y9zeim"], ["created_at", "2016-04-06 18:29:52.621166"], ["updated_at", "2016-04-06 18:29:52.621166"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$5nWufQa9JMC7SULUoSugfeeiynWb/ye32eMT5AWalr12pz./TPipy"], ["created_at", "2016-04-06 18:29:52.823349"], ["updated_at", "2016-04-06 18:29:52.823349"]]  (147.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$t81XHnhvnQyhC7s0UaRYlOQ0e8qVqzgW7iBPH3C247yWZrWYnxUR."], ["created_at", "2016-04-06 18:29:53.051131"], ["updated_at", "2016-04-06 18:29:53.051131"]]  (97.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.168491"], ["updated_at", "2016-04-06 18:29:53.168491"]]  (136.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.310482"], ["updated_at", "2016-04-06 18:29:53.310482"]]  (116.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.432670"], ["updated_at", "2016-04-06 18:29:53.432670"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.555116"], ["updated_at", "2016-04-06 18:29:53.555116"]]  (116.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.675853"], ["updated_at", "2016-04-06 18:29:53.675853"]]  (141.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.820388"], ["updated_at", "2016-04-06 18:29:53.820388"]]  (142.1ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:53.964969"], ["updated_at", "2016-04-06 18:29:53.964969"]]  (120.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.089275"], ["updated_at", "2016-04-06 18:29:54.089275"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.211757"], ["updated_at", "2016-04-06 18:29:54.211757"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.334122"], ["updated_at", "2016-04-06 18:29:54.334122"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.456449"], ["updated_at", "2016-04-06 18:29:54.456449"]]  (117.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.579076"], ["updated_at", "2016-04-06 18:29:54.579076"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.699800"], ["updated_at", "2016-04-06 18:29:54.699800"]]  (130.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.835122"], ["updated_at", "2016-04-06 18:29:54.835122"]]  (105.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 18:29:54.946532"], ["updated_at", "2016-04-06 18:29:54.946532"]]  (128.1ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" IS NULL LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-04-06 18:30:39.362678"], ["updated_at", "2016-04-06 18:30:39.362678"]]  (0.1ms) rollback transaction  (132.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.4ms) select sqlite_version(*)  (99.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (120.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.5ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (118.5ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (116.6ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (97.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.5ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (107.9ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (92.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$M4e58xv8trl7F6QDSut5eugLzVbpCZKfxGN3uSCyQqw6/UjwSEsSq"], ["created_at", "2016-04-06 19:03:03.970818"], ["updated_at", "2016-04-06 19:03:03.970818"]]  (147.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$teZ8DAP3GqoDBW5ocUwBV.Bz6npCstASVI/dJO0PhB2UzNl2/6McW"], ["created_at", "2016-04-06 19:03:04.198227"], ["updated_at", "2016-04-06 19:03:04.198227"]]  (121.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$mK.ue4JbkWjAKKARlIJuwOOCeVm1xQwLgRqflxE/PECZjmpIjQ5aC"], ["created_at", "2016-04-06 19:03:04.394872"], ["updated_at", "2016-04-06 19:03:04.394872"]]  (146.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$/j11BRq93YrLdowsIF0lX.UqYyLEcFHoXsbaA8i02cTisLuSVrxbG"], ["created_at", "2016-04-06 19:03:04.619751"], ["updated_at", "2016-04-06 19:03:04.619751"]]  (122.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$RWQyGHysAEli1S1STqqfO.L12mgAtdj6mg45N97EFxrC6d3yiJuvS"], ["created_at", "2016-04-06 19:03:04.823008"], ["updated_at", "2016-04-06 19:03:04.823008"]]  (159.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$09zRcgd6xwb/C4Wb1HQ1leys3KemZCe/TtyzMQloRT7ZV8dkdLwN2"], ["created_at", "2016-04-06 19:03:05.055179"], ["updated_at", "2016-04-06 19:03:05.055179"]]  (175.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$gWKppPWdofF0aZax4hU6J.kvHQuMituLaM0dYcgu3fFEhOqwTEUrW"], ["created_at", "2016-04-06 19:03:05.310538"], ["updated_at", "2016-04-06 19:03:05.310538"]]  (153.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$/KwIaDw2/lAlnBdhD8mRwerjUN4/pHpmwOcC40XT8JbCVS1d4vEoq"], ["created_at", "2016-04-06 19:03:05.542733"], ["updated_at", "2016-04-06 19:03:05.542733"]]  (121.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$yu6JmqO4my.sGcapY23OGu6xbwgkT6tSAYS2drNh82dNXgU/FlQZe"], ["created_at", "2016-04-06 19:03:05.745418"], ["updated_at", "2016-04-06 19:03:05.745418"]]  (140.9ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:05.912447"], ["updated_at", "2016-04-06 19:03:05.912447"]]  (118.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.033924"], ["updated_at", "2016-04-06 19:03:06.033924"]]  (143.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.181966"], ["updated_at", "2016-04-06 19:03:06.181966"]]  (105.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.293981"], ["updated_at", "2016-04-06 19:03:06.293981"]]  (115.2ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.415166"], ["updated_at", "2016-04-06 19:03:06.415166"]]  (140.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.561120"], ["updated_at", "2016-04-06 19:03:06.561120"]]  (115.6ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.683808"], ["updated_at", "2016-04-06 19:03:06.683808"]]  (126.0ms) commit transaction SocialFramework::Edge Load (0.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.817305"], ["updated_at", "2016-04-06 19:03:06.817305"]]  (116.2ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:06.937891"], ["updated_at", "2016-04-06 19:03:06.937891"]]  (118.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.060097"], ["updated_at", "2016-04-06 19:03:07.060097"]]  (141.3ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.205234"], ["updated_at", "2016-04-06 19:03:07.205234"]]  (140.8ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.350161"], ["updated_at", "2016-04-06 19:03:07.350161"]]  (140.5ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.495559"], ["updated_at", "2016-04-06 19:03:07.495559"]]  (116.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.618215"], ["updated_at", "2016-04-06 19:03:07.618215"]]  (117.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (16.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 19:03:07.757401"], ["updated_at", "2016-04-06 19:03:07.757401"]]  (134.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 2], ["created_at", "2016-04-06 20:09:01.887422"], ["updated_at", "2016-04-06 20:09:01.887422"]]  (157.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 13:00:00.000000"], ["finish", "2016-01-01 15:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:02.061201"], ["updated_at", "2016-04-06 20:09:02.061201"]]  (138.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (163.1ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 13:00:00.000000"], ["finish", "2016-01-01 18:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:02.383318"], ["updated_at", "2016-04-06 20:09:02.383318"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 2], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (152.8ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 10:00:00.000000"], ["finish", "2016-01-01 12:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:02.660091"], ["updated_at", "2016-04-06 20:09:02.660091"]]  (164.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 3], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (118.4ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 12:00:00.000000"], ["finish", "2016-01-01 14:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:02.951389"], ["updated_at", "2016-04-06 20:09:02.951389"]]  (115.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 4], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (141.0ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 14:00:00.000000"], ["finish", "2016-01-01 16:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:03.218073"], ["updated_at", "2016-04-06 20:09:03.218073"]]  (138.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 5], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (140.9ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 15:00:00.000000"], ["finish", "2016-01-01 15:30:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:03.507406"], ["updated_at", "2016-04-06 20:09:03.507406"]]  (138.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 6], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (140.8ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 15:00:00.000000"], ["finish", "2016-01-01 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:03.796412"], ["updated_at", "2016-04-06 20:09:03.796412"]]  (129.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 7], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (140.9ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 16:00:00.000000"], ["finish", "2016-01-01 18:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:04.073995"], ["updated_at", "2016-04-06 20:09:04.073995"]]  (141.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 8], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (140.9ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title"], ["start", "2016-01-01 17:00:00.000000"], ["finish", "2016-01-01 19:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:09:04.364838"], ["updated_at", "2016-04-06 20:09:04.364838"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 9], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (140.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (participant_events.confirmed = true) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (participant_events.confirmed = true) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (participant_events.confirmed = TRUE) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (confirmed = TRUE) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (participant_events.confirmed = true) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.confirmed = true) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.'confirmed' = 'true') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."'confirmed'" = 't' SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 't' SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 't' SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 'f' SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 'f' SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 'f' SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "participant_events"."confirmed" = ? [["confirmed", "t"]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE "social_framework_participant_events"."confirmed" = 't' SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 16:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000') SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events"  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" SocialFramework::Event Load (1.7ms) SELECT "social_framework_events".* FROM "social_framework_events" ORDER BY "social_framework_events"."id" ASC LIMIT 1  (122.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (94.3ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (104.8ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (127.9ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (129.2ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (108.0ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (126.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$tpnpZl03zjpSB8FcqBpyVuiJOYxAiHLrKxMjAnYoRVKxPM2Xc5.vy"], ["created_at", "2016-04-06 20:33:09.668115"], ["updated_at", "2016-04-06 20:33:09.668115"]]  (130.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$rGZ6fCe7KVVYMMGhw9InYeeHYQtGj7qM1vb824FyLpjBz7CNm2h.y"], ["created_at", "2016-04-06 20:33:09.884048"], ["updated_at", "2016-04-06 20:33:09.884048"]]  (148.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$T0EXFT8GuNus4OOtrW/0i.jo6IR5keOU9i9Z.xrxA3Ye7bXZxoyMK"], ["created_at", "2016-04-06 20:33:10.109483"], ["updated_at", "2016-04-06 20:33:10.109483"]]  (111.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$hFvvUTvSYzBH5TEWwCHUSuwks5dPNL7wFM7GeyTPJbkAovV7NIANW"], ["created_at", "2016-04-06 20:33:10.290984"], ["updated_at", "2016-04-06 20:33:10.290984"]]  (98.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$x0uspiGsNeCmnzkuzcU0guHmvSMzK7bNfDoigR9tepS9LOaRiz8Cq"], ["created_at", "2016-04-06 20:33:10.464606"], ["updated_at", "2016-04-06 20:33:10.464606"]]  (91.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$FLkTB6U3G.czlL1PbgA9BOO5InqpWDoRV8wCfYAzqUSDXn5NeDbWy"], ["created_at", "2016-04-06 20:33:10.639822"], ["updated_at", "2016-04-06 20:33:10.639822"]]  (171.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$tT/EVIee5zmEkoucg35oUe.Jwd5dnET1zUb7UE2.fe24WvI.Q2YJO"], ["created_at", "2016-04-06 20:33:10.885405"], ["updated_at", "2016-04-06 20:33:10.885405"]]  (92.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$SfjqQ7EHHiGglsWSlhBR0eaN.WcyyYDc1hpdMz66rblHDmzU0Z9bq"], ["created_at", "2016-04-06 20:33:11.053277"], ["updated_at", "2016-04-06 20:33:11.053277"]]  (113.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$/WfG7XQ3qTf37Gol6D/UyOh9U9yb4lkquNgmATx.Myug7KJogSCSG"], ["created_at", "2016-04-06 20:33:11.250104"], ["updated_at", "2016-04-06 20:33:11.250104"]]  (127.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:11.399110"], ["updated_at", "2016-04-06 20:33:11.399110"]]  (156.8ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:11.560540"], ["updated_at", "2016-04-06 20:33:11.560540"]]  (150.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:11.716903"], ["updated_at", "2016-04-06 20:33:11.716903"]]  (149.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:11.871884"], ["updated_at", "2016-04-06 20:33:11.871884"]]  (150.1ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.026521"], ["updated_at", "2016-04-06 20:33:12.026521"]]  (163.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.194489"], ["updated_at", "2016-04-06 20:33:12.194489"]]  (205.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.405520"], ["updated_at", "2016-04-06 20:33:12.405520"]]  (128.4ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.538783"], ["updated_at", "2016-04-06 20:33:12.538783"]]  (129.3ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.671324"], ["updated_at", "2016-04-06 20:33:12.671324"]]  (121.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.796557"], ["updated_at", "2016-04-06 20:33:12.796557"]]  (150.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:12.952211"], ["updated_at", "2016-04-06 20:33:12.952211"]]  (128.3ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:13.085827"], ["updated_at", "2016-04-06 20:33:13.085827"]]  (128.2ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:13.218351"], ["updated_at", "2016-04-06 20:33:13.218351"]]  (130.2ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:13.352449"], ["updated_at", "2016-04-06 20:33:13.352449"]]  (129.5ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-06 20:33:13.486325"], ["updated_at", "2016-04-06 20:33:13.486325"]]  (150.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-04-06 20:33:44.049287"], ["updated_at", "2016-04-06 20:33:44.049287"]]  (103.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 14:00:00.000000"], ["finish", "2016-01-01 16:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:44.169048"], ["updated_at", "2016-04-06 20:33:44.169048"]]  (106.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (109.1ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 2], ["created_at", "2016-04-06 20:33:44.401801"], ["updated_at", "2016-04-06 20:33:44.401801"]]  (107.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 13:00:00.000000"], ["finish", "2016-01-01 15:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:44.512759"], ["updated_at", "2016-04-06 20:33:44.512759"]]  (129.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 2], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (129.7ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-01 13:00:00.000000"], ["finish", "2016-01-01 18:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:44.779629"], ["updated_at", "2016-04-06 20:33:44.779629"]]  (108.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 3], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (107.4ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-01 10:00:00.000000"], ["finish", "2016-01-01 12:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:45.003874"], ["updated_at", "2016-04-06 20:33:45.003874"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 4], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (129.6ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title5"], ["start", "2016-01-01 12:00:00.000000"], ["finish", "2016-01-01 14:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:45.271272"], ["updated_at", "2016-04-06 20:33:45.271272"]]  (127.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 5], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (130.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title6"], ["start", "2016-01-01 14:00:00.000000"], ["finish", "2016-01-01 16:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:45.537965"], ["updated_at", "2016-04-06 20:33:45.537965"]]  (127.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 6], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (109.4ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title7"], ["start", "2016-01-01 15:00:00.000000"], ["finish", "2016-01-01 15:30:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:45.783039"], ["updated_at", "2016-04-06 20:33:45.783039"]]  (116.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 7], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (98.2ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title8"], ["start", "2016-01-01 15:00:00.000000"], ["finish", "2016-01-01 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:46.005682"], ["updated_at", "2016-04-06 20:33:46.005682"]]  (84.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 8], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (107.0ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title9"], ["start", "2016-01-01 16:00:00.000000"], ["finish", "2016-01-01 18:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:46.207532"], ["updated_at", "2016-04-06 20:33:46.207532"]]  (150.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 9], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (153.9ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title10"], ["start", "2016-01-01 17:00:00.000000"], ["finish", "2016-01-01 19:00:00.000000"], ["description", ""], ["created_at", "2016-04-06 20:33:46.519155"], ["updated_at", "2016-04-06 20:33:46.519155"]]  (149.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 10], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (153.7ms) commit transaction SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 16:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 16:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 09:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 08:00:00.000000"], ["finish", "2016-01-01 09:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:25.675660"], ["updated_at", "2016-04-13 15:00:25.675660"]]  (111.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 11], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (111.4ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 13:00:00.000000' AND social_framework_events.finish > '2016-01-01 11:00:00.000000')  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 11:00:00.000000"], ["finish", "2016-01-01 13:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:25.913753"], ["updated_at", "2016-04-13 15:00:25.913753"]]  (106.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 12], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (129.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 15:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 16:00:00.000000')  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 16:00:00.000000"], ["finish", "2016-01-01 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:26.163306"], ["updated_at", "2016-04-13 15:00:26.163306"]]  (125.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 13], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (130.4ms) commit transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 10:00:00.000000' AND social_framework_events.finish > '2016-01-01 09:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 09:00:00.000000"], ["finish", "2016-01-01 10:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:26.430128"], ["updated_at", "2016-04-13 15:00:26.430128"]]  (125.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 14], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (129.3ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 12:00:00.000000' AND social_framework_events.finish > '2016-01-01 10:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 13:00:00.000000' AND social_framework_events.finish > '2016-01-01 12:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 14:00:00.000000' AND social_framework_events.finish > '2016-01-01 13:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 3], ["created_at", "2016-04-13 15:00:26.706430"], ["updated_at", "2016-04-13 15:00:26.706430"]]  (150.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 12:00:00.000000' AND social_framework_events.finish > '2016-01-02 08:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 08:00:00.000000"], ["finish", "2016-01-02 12:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:26.861176"], ["updated_at", "2016-04-13 15:00:26.861176"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 15], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (151.6ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 13:00:00.000000' AND social_framework_events.finish > '2016-01-02 12:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 12:00:00.000000"], ["finish", "2016-01-02 13:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:27.175861"], ["updated_at", "2016-04-13 15:00:27.175861"]]  (158.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 16], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (151.6ms) commit transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 15:00:00.000000' AND social_framework_events.finish > '2016-01-02 14:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 14:00:00.000000"], ["finish", "2016-01-02 15:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:27.498204"], ["updated_at", "2016-04-13 15:00:27.498204"]]  (147.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 17], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (129.6ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-02 16:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 16:00:00.000000"], ["finish", "2016-01-02 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:27.787561"], ["updated_at", "2016-04-13 15:00:27.787561"]]  (125.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 18], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (153.3ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 4], ["created_at", "2016-04-13 15:00:28.074841"], ["updated_at", "2016-04-13 15:00:28.074841"]]  (150.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 10:00:00.000000' AND social_framework_events.finish > '2016-01-02 09:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 09:00:00.000000"], ["finish", "2016-01-02 10:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:28.231707"], ["updated_at", "2016-04-13 15:00:28.231707"]]  (148.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 19], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (154.8ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 11:00:00.000000' AND social_framework_events.finish > '2016-01-02 10:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 10:00:00.000000"], ["finish", "2016-01-02 11:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:28.543370"], ["updated_at", "2016-04-13 15:00:28.543370"]]  (149.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 20], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (153.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 14:00:00.000000' AND social_framework_events.finish > '2016-01-02 13:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 13:00:00.000000"], ["finish", "2016-01-02 14:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:28.856947"], ["updated_at", "2016-04-13 15:00:28.856947"]]  (147.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 21], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (151.8ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 16:00:00.000000' AND social_framework_events.finish > '2016-01-02 15:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 15:00:00.000000"], ["finish", "2016-01-02 16:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:00:29.168826"], ["updated_at", "2016-04-13 15:00:29.168826"]]  (147.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 22], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (151.8ms) commit transaction  (116.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (120.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (136.2ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (137.7ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (138.7ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (174.2ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (148.4ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (148.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$ZbmaFrmEOY0NNcVgr1KDLe05UUOi3PrKdFSffmhiZl8LyQ2nbUNrm"], ["created_at", "2016-04-13 15:01:03.468058"], ["updated_at", "2016-04-13 15:01:03.468058"]]  (287.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$QrJr7sHSf8V1YVQIKmwIxe0xcdAZWpLwlZGMeDsV2UpftTGmjjKbe"], ["created_at", "2016-04-13 15:01:03.834189"], ["updated_at", "2016-04-13 15:01:03.834189"]]  (100.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$CbKxkknFKUUYEM4pntsY8.VtHXFQqoS92dmF8fqD98ZHaQuVzuSQi"], ["created_at", "2016-04-13 15:01:04.011997"], ["updated_at", "2016-04-13 15:01:04.011997"]]  (122.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$fWe/HGzIF2KWoEfi9rdKvO7DPgjby93dzOmjHI3HXetWWxwU9I22W"], ["created_at", "2016-04-13 15:01:04.208046"], ["updated_at", "2016-04-13 15:01:04.208046"]]  (104.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$GkC1dwifktqfNPlQI0O7BOPgb3Gr126oYzY9cMBseBu/7x70cnM5W"], ["created_at", "2016-04-13 15:01:04.390912"], ["updated_at", "2016-04-13 15:01:04.390912"]]  (132.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$HRdKz.g58y3qrycOagLN0uxiKjgbMNkouu4gnLReRo71rFNBLGnKq"], ["created_at", "2016-04-13 15:01:04.601014"], ["updated_at", "2016-04-13 15:01:04.601014"]]  (133.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$ig0nirFKjW9yqxSfxYuZfucGGqkNnA7MCZgWjK/WToQQs/dmFzBmu"], ["created_at", "2016-04-13 15:01:04.807792"], ["updated_at", "2016-04-13 15:01:04.807792"]]  (148.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$.Cyf9I3mvPXjxur6/RSYPONEvZ0DXnS3u311J4W3guilmrLrWa2ZW"], ["created_at", "2016-04-13 15:01:05.034854"], ["updated_at", "2016-04-13 15:01:05.034854"]]  (132.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$SJwZz7KI8Hcla4O2xgYMFeD8ctb8njSFcX9gcerbdpZYQcz6yKYoi"], ["created_at", "2016-04-13 15:01:05.241384"], ["updated_at", "2016-04-13 15:01:05.241384"]]  (147.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:05.405611"], ["updated_at", "2016-04-13 15:01:05.405611"]]  (140.2ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:05.549057"], ["updated_at", "2016-04-13 15:01:05.549057"]]  (141.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:05.695296"], ["updated_at", "2016-04-13 15:01:05.695296"]]  (138.9ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:05.839482"], ["updated_at", "2016-04-13 15:01:05.839482"]]  (139.5ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:05.984500"], ["updated_at", "2016-04-13 15:01:05.984500"]]  (139.1ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.128951"], ["updated_at", "2016-04-13 15:01:06.128951"]]  (139.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.273772"], ["updated_at", "2016-04-13 15:01:06.273772"]]  (127.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.406894"], ["updated_at", "2016-04-13 15:01:06.406894"]]  (128.4ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.540606"], ["updated_at", "2016-04-13 15:01:06.540606"]]  (106.2ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.652005"], ["updated_at", "2016-04-13 15:01:06.652005"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.774417"], ["updated_at", "2016-04-13 15:01:06.774417"]]  (117.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:06.897038"], ["updated_at", "2016-04-13 15:01:06.897038"]]  (116.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:07.019246"], ["updated_at", "2016-04-13 15:01:07.019246"]]  (139.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:07.164007"], ["updated_at", "2016-04-13 15:01:07.164007"]]  (139.0ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-13 15:01:07.308402"], ["updated_at", "2016-04-13 15:01:07.308402"]]  (139.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-04-13 15:05:12.969759"], ["updated_at", "2016-04-13 15:05:12.969759"]]  (145.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 09:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 08:00:00.000000"], ["finish", "2016-01-01 09:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:13.137932"], ["updated_at", "2016-04-13 15:05:13.137932"]]  (166.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (138.8ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 13:00:00.000000' AND social_framework_events.finish > '2016-01-01 11:00:00.000000')  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 11:00:00.000000"], ["finish", "2016-01-01 13:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:13.456358"], ["updated_at", "2016-04-13 15:05:13.456358"]]  (125.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 2], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (129.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 15:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 14:00:00.000000"], ["finish", "2016-01-01 15:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:13.723062"], ["updated_at", "2016-04-13 15:05:13.723062"]]  (126.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 3], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (120.3ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 16:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title1"], ["start", "2016-01-01 16:00:00.000000"], ["finish", "2016-01-01 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:13.979096"], ["updated_at", "2016-04-13 15:05:13.979096"]]  (114.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 4], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (118.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 2], ["created_at", "2016-04-13 15:05:14.222038"], ["updated_at", "2016-04-13 15:05:14.222038"]]  (117.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 10:00:00.000000' AND social_framework_events.finish > '2016-01-01 09:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 09:00:00.000000"], ["finish", "2016-01-01 10:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:14.345192"], ["updated_at", "2016-04-13 15:05:14.345192"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 5], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (140.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 12:00:00.000000' AND social_framework_events.finish > '2016-01-01 10:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 10:00:00.000000"], ["finish", "2016-01-01 12:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:14.635840"], ["updated_at", "2016-04-13 15:05:14.635840"]]  (136.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 6], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (140.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 13:00:00.000000' AND social_framework_events.finish > '2016-01-01 12:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 12:00:00.000000"], ["finish", "2016-01-01 13:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:14.924858"], ["updated_at", "2016-04-13 15:05:14.924858"]]  (136.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 7], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (140.7ms) commit transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 14:00:00.000000' AND social_framework_events.finish > '2016-01-01 13:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title2"], ["start", "2016-01-01 13:00:00.000000"], ["finish", "2016-01-01 14:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:15.214104"], ["updated_at", "2016-04-13 15:05:15.214104"]]  (136.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 8], ["schedule_id", 2], ["confirmed", "t"], ["role", "creator"]]  (140.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 3], ["created_at", "2016-04-13 15:05:15.500907"], ["updated_at", "2016-04-13 15:05:15.500907"]]  (129.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 12:00:00.000000' AND social_framework_events.finish > '2016-01-02 08:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 08:00:00.000000"], ["finish", "2016-01-02 12:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:15.636459"], ["updated_at", "2016-04-13 15:05:15.636459"]]  (138.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 9], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (140.6ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 13:00:00.000000' AND social_framework_events.finish > '2016-01-02 12:00:00.000000')  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 12:00:00.000000"], ["finish", "2016-01-02 13:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:15.926486"], ["updated_at", "2016-04-13 15:05:15.926486"]]  (127.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 10], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (118.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 15:00:00.000000' AND social_framework_events.finish > '2016-01-02 14:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 14:00:00.000000"], ["finish", "2016-01-02 15:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:16.182842"], ["updated_at", "2016-04-13 15:05:16.182842"]]  (103.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 11], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (163.0ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-02 16:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title3"], ["start", "2016-01-02 16:00:00.000000"], ["finish", "2016-01-02 17:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:16.460911"], ["updated_at", "2016-04-13 15:05:16.460911"]]  (103.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 12], ["schedule_id", 3], ["confirmed", "t"], ["role", "creator"]]  (186.9ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 4], ["created_at", "2016-04-13 15:05:16.759119"], ["updated_at", "2016-04-13 15:05:16.759119"]]  (139.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 10:00:00.000000' AND social_framework_events.finish > '2016-01-02 09:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 09:00:00.000000"], ["finish", "2016-01-02 10:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:16.904669"], ["updated_at", "2016-04-13 15:05:16.904669"]]  (127.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 13], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (140.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 11:00:00.000000' AND social_framework_events.finish > '2016-01-02 10:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 10:00:00.000000"], ["finish", "2016-01-02 11:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:17.184186"], ["updated_at", "2016-04-13 15:05:17.184186"]]  (125.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 14], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (140.6ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 14:00:00.000000' AND social_framework_events.finish > '2016-01-02 13:00:00.000000')  (0.1ms) begin transaction SQL (0.1ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 13:00:00.000000"], ["finish", "2016-01-02 14:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:17.462132"], ["updated_at", "2016-04-13 15:05:17.462132"]]  (127.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 15], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (140.7ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 16:00:00.000000' AND social_framework_events.finish > '2016-01-02 15:00:00.000000')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "title4"], ["start", "2016-01-02 15:00:00.000000"], ["finish", "2016-01-02 16:00:00.000000"], ["description", ""], ["created_at", "2016-04-13 15:05:17.740374"], ["updated_at", "2016-04-13 15:05:17.740374"]]  (115.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 16], ["schedule_id", 4], ["confirmed", "t"], ["role", "creator"]]  (162.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000')  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 3 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 3 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 4 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 4 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 08:00:00.000000') ORDER BY "social_framework_events"."start" ASC SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%user%' OR title LIKE '%Event%') SocialFramework::User Load (16.8ms) SELECT "social_framework_users".* FROM "social_framework_users"  (0.4ms) SELECT COUNT(*) FROM "social_framework_users"  (0.3ms) SELECT COUNT(*) FROM "social_framework_users" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "social_framework_users" SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((username LIKE '%user%' OR email '%user%')) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%user%' OR email '%user%') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((username LIKE '%user%' OR email LIKE '%user%')) SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%user%' OR email LIKE '%user%') SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%' OR email LIKE '%u%') SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%' OR email LIKE '%user%') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%user%' OR email LIKE '%user%') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE (username LIKE '%u%' OR email LIKE '%u%') SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((username LIKE '%u%' OR email LIKE '%u%'))  (113.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (127.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (178.9ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (128.6ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (139.4ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (127.5ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (114.7ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.8ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (147.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$a3oU7r3Pi1r1XRFHH.oS3uyXv1RAByv2nKyhkRSwj8iVMG7CR6qbu"], ["created_at", "2016-04-29 12:43:23.683288"], ["updated_at", "2016-04-29 12:43:23.683288"]]  (164.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$rktPllfQMsuV5MaWBbaRvuzf3xilyoq8yf94kgevkYcch.NOZLKIS"], ["created_at", "2016-04-29 12:43:23.922085"], ["updated_at", "2016-04-29 12:43:23.922085"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$yZ8erSiEK2vIzuhJMWmosOPxf040TooL7X0YSE6Z55Bq7d.4PT/DS"], ["created_at", "2016-04-29 12:43:24.131891"], ["updated_at", "2016-04-29 12:43:24.131891"]]  (150.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$A.TXF6CroOTKEBAnK83pdu4vpjZuFBe7wrTRudk.77Zv.OH3A4rhW"], ["created_at", "2016-04-29 12:43:24.355348"], ["updated_at", "2016-04-29 12:43:24.355348"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.5ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$v661ZAhgBOXYT1ANcxQyyOfwQAvMkT/LWOgiLMBGSYIKyCgvaMk1."], ["created_at", "2016-04-29 12:43:24.564844"], ["updated_at", "2016-04-29 12:43:24.564844"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$.ZnOoaUxdwcL.9wKjurqLOmPCSLMuedjM6.lGZ9.Gpxh5Ze9/KnJu"], ["created_at", "2016-04-29 12:43:24.794590"], ["updated_at", "2016-04-29 12:43:24.794590"]]  (132.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$owKcXGCE2qQcnSLrldNHIuHGa0ncYi67emaHE5hUFG7kqjOJkQ/6K"], ["created_at", "2016-04-29 12:43:25.007872"], ["updated_at", "2016-04-29 12:43:25.007872"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$IwmTygp7jkmeYsV7wCRN4OHcmrunqpv.13Zxqy/M0lbQQBbnIVJHS"], ["created_at", "2016-04-29 12:43:25.242320"], ["updated_at", "2016-04-29 12:43:25.242320"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$dvWkcsN7AUOiybAcGp4wvOJ9oeO/BDX4BdW2mPJl6Zy1dbeLPIFNK"], ["created_at", "2016-04-29 12:43:25.464382"], ["updated_at", "2016-04-29 12:43:25.464382"]]  (162.6ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:25.663919"], ["updated_at", "2016-04-29 12:43:25.663919"]]  (130.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:25.799495"], ["updated_at", "2016-04-29 12:43:25.799495"]]  (126.9ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:25.930839"], ["updated_at", "2016-04-29 12:43:25.930839"]]  (130.6ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.065844"], ["updated_at", "2016-04-29 12:43:26.065844"]]  (106.4ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.178345"], ["updated_at", "2016-04-29 12:43:26.178345"]]  (126.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.312490"], ["updated_at", "2016-04-29 12:43:26.312490"]]  (126.7ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.445870"], ["updated_at", "2016-04-29 12:43:26.445870"]]  (126.3ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.579056"], ["updated_at", "2016-04-29 12:43:26.579056"]]  (126.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.712632"], ["updated_at", "2016-04-29 12:43:26.712632"]]  (205.2ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:26.922708"], ["updated_at", "2016-04-29 12:43:26.922708"]]  (153.4ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:27.091343"], ["updated_at", "2016-04-29 12:43:27.091343"]]  (164.8ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:27.262610"], ["updated_at", "2016-04-29 12:43:27.262610"]]  (145.7ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:27.412432"], ["updated_at", "2016-04-29 12:43:27.412432"]]  (130.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:27.547629"], ["updated_at", "2016-04-29 12:43:27.547629"]]  (127.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 12:43:27.681301"], ["updated_at", "2016-04-29 12:43:27.681301"]]  (127.6ms) commit transaction  (143.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (129.7ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (113.2ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (105.1ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (182.8ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (159.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (169.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$PdfLr2cM1EP1.kaE9yhtQ.yEfj1h/e4mIeYj9hVk/YCNEUe1MRSHC"], ["created_at", "2016-04-29 13:12:36.595463"], ["updated_at", "2016-04-29 13:12:36.595463"]]  (159.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$nkoO3DC0LWgerlf9sVPZL.ybg4P4Rbw64EjpcqcK6O5EOWeHM09F."], ["created_at", "2016-04-29 13:12:36.828465"], ["updated_at", "2016-04-29 13:12:36.828465"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$FKgxijplI1NW3D8IJjeCUelTeZNul/BaumZvCzyjkBj2WdpqMtKyW"], ["created_at", "2016-04-29 13:12:37.039948"], ["updated_at", "2016-04-29 13:12:37.039948"]]  (149.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$OmPMRRehwHhe8rCaKdbEF.Bt8e6GGLaZO5YzFNiZ5Rwo0Sa/kheke"], ["created_at", "2016-04-29 13:12:37.271677"], ["updated_at", "2016-04-29 13:12:37.271677"]]  (128.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$5463tiGLw/ZGDH2vqtSTyu18uzCFf/mTsR1riUopxo6h6Ryn7DDEu"], ["created_at", "2016-04-29 13:12:37.482930"], ["updated_at", "2016-04-29 13:12:37.482930"]]  (150.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u6"], ["email", "u6@email.com"], ["encrypted_password", "$2a$10$pUnk0o1P3eVcXeoQfYYR3uNzoLnskfTy7xQcwquGfPBHw6iPNqsiq"], ["created_at", "2016-04-29 13:12:37.706861"], ["updated_at", "2016-04-29 13:12:37.706861"]]  (127.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u7@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u7"], ["email", "u7@email.com"], ["encrypted_password", "$2a$10$QNVrmDbTpuSn7VFmHrKBg.WbiKEsCyJKR4I4rFLf6TPuzKihLUU5G"], ["created_at", "2016-04-29 13:12:37.916335"], ["updated_at", "2016-04-29 13:12:37.916335"]]  (150.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.5ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u8"], ["email", "u8@email.com"], ["encrypted_password", "$2a$10$JWRuFOtOuvg3q4vDvOru0esxGg8q2ojG9VRGhuBCf1jDlPm1I6kS2"], ["created_at", "2016-04-29 13:12:38.145388"], ["updated_at", "2016-04-29 13:12:38.145388"]]  (110.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u9"], ["email", "u9@email.com"], ["encrypted_password", "$2a$10$OC/DRrX0j0fTkAmmRF/o.eGFZ8CJ.VGq48tx0sR5tSkKIeA/f1WRK"], ["created_at", "2016-04-29 13:12:38.338774"], ["updated_at", "2016-04-29 13:12:38.338774"]]  (161.5ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:38.526883"], ["updated_at", "2016-04-29 13:12:38.526883"]]  (139.7ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 3 OR destiny_id = 1 AND origin_id = 3) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 3], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:38.670873"], ["updated_at", "2016-04-29 13:12:38.670873"]]  (119.8ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 4 OR destiny_id = 1 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:38.793850"], ["updated_at", "2016-04-29 13:12:38.793850"]]  (140.7ms) commit transaction SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 7 OR destiny_id = 1 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:38.938816"], ["updated_at", "2016-04-29 13:12:38.938816"]]  (119.2ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 8 OR destiny_id = 1 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.062319"], ["updated_at", "2016-04-29 13:12:39.062319"]]  (139.0ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 4 OR destiny_id = 2 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.207993"], ["updated_at", "2016-04-29 13:12:39.207993"]]  (137.9ms) commit transaction SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 2 AND destiny_id = 5 OR destiny_id = 2 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 2], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.352879"], ["updated_at", "2016-04-29 13:12:39.352879"]]  (137.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 3 AND destiny_id = 4 OR destiny_id = 3 AND origin_id = 4) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 3], ["destiny_id", 4], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.497577"], ["updated_at", "2016-04-29 13:12:39.497577"]]  (137.1ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 5 OR destiny_id = 4 AND origin_id = 5) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 5], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.641889"], ["updated_at", "2016-04-29 13:12:39.641889"]]  (102.7ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 4 AND destiny_id = 6 OR destiny_id = 4 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 4], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.763700"], ["updated_at", "2016-04-29 13:12:39.763700"]]  (138.2ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 6 OR destiny_id = 5 AND origin_id = 6) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 6], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:39.907969"], ["updated_at", "2016-04-29 13:12:39.907969"]]  (127.4ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 5 AND destiny_id = 7 OR destiny_id = 5 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 5], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:40.039946"], ["updated_at", "2016-04-29 13:12:40.039946"]]  (97.3ms) commit transaction SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 7 OR destiny_id = 6 AND origin_id = 7) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 7], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:40.140437"], ["updated_at", "2016-04-29 13:12:40.140437"]]  (107.9ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 8 OR destiny_id = 6 AND origin_id = 8) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 8], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:40.253543"], ["updated_at", "2016-04-29 13:12:40.253543"]]  (116.4ms) commit transaction SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 6 AND destiny_id = 9 OR destiny_id = 6 AND origin_id = 9) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 6], ["destiny_id", 9], ["active", "t"], ["label", "r1"], ["created_at", "2016-04-29 13:12:40.376104"], ["updated_at", "2016-04-29 13:12:40.376104"]]  (138.4ms) commit transaction  (150.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (121.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (155.0ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (151.7ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (148.2ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (118.9ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (85.0ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.6ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (83.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user1"], ["email", "user1@email.com"], ["encrypted_password", "$2a$10$ZfMOgrLTlk440n7O7HV98u3eyzFxbgfyNBxBFqwRBvHqidQfMkJy6"], ["created_at", "2016-04-29 13:14:11.476358"], ["updated_at", "2016-04-29 13:14:11.476358"]]  (165.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user2"], ["email", "user2@email.com"], ["encrypted_password", "$2a$10$IlQB34q3LR3.pPPx..hnOu7vwxXDKhLbUEHIDPVO8JQRHvSwWeKmG"], ["created_at", "2016-04-29 13:14:11.723281"], ["updated_at", "2016-04-29 13:14:11.723281"]]  (129.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user3@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user3"], ["email", "user3@email.com"], ["encrypted_password", "$2a$10$4Jb0IrwVrOt2kAAl4.dWNucIUb1YQfaCsoeuyXtVtmoKdA/7jxGoC"], ["created_at", "2016-04-29 13:14:11.928356"], ["updated_at", "2016-04-29 13:14:11.928356"]]  (159.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user4"], ["email", "user4@email.com"], ["encrypted_password", "$2a$10$e8yoG9gmd.KQEluY96KDUuhv5c3vnyRH5Nu7/x/o5zatKARlyG97e"], ["created_at", "2016-04-29 13:14:12.165358"], ["updated_at", "2016-04-29 13:14:12.165358"]]  (110.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user5"], ["email", "user5@email.com"], ["encrypted_password", "$2a$10$kFh7xOilxzqqKg6HJ/nyDumr3vv.CJu6IlE3NYyL2Z3/g60e.So8S"], ["created_at", "2016-04-29 13:14:12.349822"], ["updated_at", "2016-04-29 13:14:12.349822"]]  (93.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user6@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user6"], ["email", "user6@email.com"], ["encrypted_password", "$2a$10$unoIIiL7JcP.37fF.jQ5TepAnkfr5OAEbxPMAJVBP3rhkrJCX9b7q"], ["created_at", "2016-04-29 13:14:12.516412"], ["updated_at", "2016-04-29 13:14:12.516412"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user7@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user7"], ["email", "user7@email.com"], ["encrypted_password", "$2a$10$vMp3IO/wmb/VBneIxAuuSuxaNXCdkfAS7Ky8ub2iqEyYrBZRSbk9C"], ["created_at", "2016-04-29 13:14:12.728261"], ["updated_at", "2016-04-29 13:14:12.728261"]]  (147.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user8@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user8"], ["email", "user8@email.com"], ["encrypted_password", "$2a$10$YfkYVRUodBF4V3UXtAZ14enDW7u0p.NPOQNv1xc2Y5FA.G3L4.Y.i"], ["created_at", "2016-04-29 13:14:12.958811"], ["updated_at", "2016-04-29 13:14:12.958811"]]  (84.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user9@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user9"], ["email", "user9@email.com"], ["encrypted_password", "$2a$10$fVNPbsSMUCDpeOxGomSkju191hOxY9eUCHh1t3eeDiIQSNP8ncNmG"], ["created_at", "2016-04-29 13:14:13.117066"], ["updated_at", "2016-04-29 13:14:13.117066"]]  (81.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user10@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user10"], ["email", "user10@email.com"], ["encrypted_password", "$2a$10$LcRR8/av1YS1QNTUZMzotOo6qo7q37CKu6INbG3Fejb4YrXyqXNzC"], ["created_at", "2016-04-29 13:14:13.281060"], ["updated_at", "2016-04-29 13:14:13.281060"]]  (106.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user11@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user11"], ["email", "user11@email.com"], ["encrypted_password", "$2a$10$.D08PtIxa9CmBRgcEfLIGOd17XN9.NFBqwhO/xsB1QdXq/e5tA9TW"], ["created_at", "2016-04-29 13:14:13.469292"], ["updated_at", "2016-04-29 13:14:13.469292"]]  (129.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user12@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user12"], ["email", "user12@email.com"], ["encrypted_password", "$2a$10$JHtl1xNErw2vd597uYq/yepoVKu6GKic0ttiKD/4td2H55b8IFljq"], ["created_at", "2016-04-29 13:14:13.678569"], ["updated_at", "2016-04-29 13:14:13.678569"]]  (130.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user13@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user13"], ["email", "user13@email.com"], ["encrypted_password", "$2a$10$xcc3YwT1uPr5Zwf3uDyuOOs.7.mVfZvUMY6a9NZ3sLuiQRgx20ava"], ["created_at", "2016-04-29 13:14:13.886975"], ["updated_at", "2016-04-29 13:14:13.886975"]]  (134.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user14@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user14"], ["email", "user14@email.com"], ["encrypted_password", "$2a$10$lEbEV7iVk5qe5ll1e.iaHOlQp/TMX3ntDJ3TNbIPgxVG.kwhpANCS"], ["created_at", "2016-04-29 13:14:14.102317"], ["updated_at", "2016-04-29 13:14:14.102317"]]  (107.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user15@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user15"], ["email", "user15@email.com"], ["encrypted_password", "$2a$10$iIj0kyOYi0lGk7QjrF.57.7VD0U.dLLeLNxHsgOni0o5sRLWnCxsa"], ["created_at", "2016-04-29 13:14:14.298114"], ["updated_at", "2016-04-29 13:14:14.298114"]]  (133.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user16@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user16"], ["email", "user16@email.com"], ["encrypted_password", "$2a$10$F0OV9JtHDVo5a1mhL1UTG.QpP3zI.9i51S2P9en9ouhHmS.5O1exe"], ["created_at", "2016-04-29 13:14:14.516312"], ["updated_at", "2016-04-29 13:14:14.516312"]]  (104.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user17@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user17"], ["email", "user17@email.com"], ["encrypted_password", "$2a$10$y3gjxgpoKl91NYJ8RVMSKegb3C/Q0YgPW/rnut8dGnGKmjVozEIgy"], ["created_at", "2016-04-29 13:14:14.701362"], ["updated_at", "2016-04-29 13:14:14.701362"]]  (153.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user18@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user18"], ["email", "user18@email.com"], ["encrypted_password", "$2a$10$Hym7k2NX08TUVxmQ7FXMyO3eaD3FrcyVyT68dgmFudlWPp7.G3w5i"], ["created_at", "2016-04-29 13:14:14.931751"], ["updated_at", "2016-04-29 13:14:14.931751"]]  (134.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user19@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user19"], ["email", "user19@email.com"], ["encrypted_password", "$2a$10$PIMLD8dHNQIvdXhq.d/nb.QphBd.W8H0A8JiPKPjpXASEejrdQNFG"], ["created_at", "2016-04-29 13:14:15.145218"], ["updated_at", "2016-04-29 13:14:15.145218"]]  (154.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user20@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user20"], ["email", "user20@email.com"], ["encrypted_password", "$2a$10$37T2bfjzjx2kywsAYN4W1.YWZQrFxRupX95YhP1bTrZREI25ObR8W"], ["created_at", "2016-04-29 13:14:15.381575"], ["updated_at", "2016-04-29 13:14:15.381575"]]  (84.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user21@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user21"], ["email", "user21@email.com"], ["encrypted_password", "$2a$10$vtQ5Gd0gu3JSZV35zyZ6IuBARhHyXPkLBG2yerJSfTt/EtAGbUehi"], ["created_at", "2016-04-29 13:14:15.547567"], ["updated_at", "2016-04-29 13:14:15.547567"]]  (130.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user22@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user22"], ["email", "user22@email.com"], ["encrypted_password", "$2a$10$8AFnissMfqRKXlbLTylNNudF2ZfnouIzrVaaNMmvtsFWv84Lx0tpe"], ["created_at", "2016-04-29 13:14:15.757758"], ["updated_at", "2016-04-29 13:14:15.757758"]]  (130.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user23@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user23"], ["email", "user23@email.com"], ["encrypted_password", "$2a$10$X.SmOKK/HEpyuytgkBTVguSTY4e6sGk3kQiyDUQFXqcX7PSx3aGze"], ["created_at", "2016-04-29 13:14:15.966839"], ["updated_at", "2016-04-29 13:14:15.966839"]]  (132.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user24@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user24"], ["email", "user24@email.com"], ["encrypted_password", "$2a$10$XwXsxdsOKFDO2U6Blj0vcuaCPTV79gQc2CGpGVPwK0zl8n2KERS/a"], ["created_at", "2016-04-29 13:14:16.177798"], ["updated_at", "2016-04-29 13:14:16.177798"]]  (132.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user25@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user25"], ["email", "user25@email.com"], ["encrypted_password", "$2a$10$0e.UQluGjK8ZJielHenJGuAlFbkHDOX9KABxUTw/olEQDpTdBcima"], ["created_at", "2016-04-29 13:14:16.384356"], ["updated_at", "2016-04-29 13:14:16.384356"]]  (137.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user26@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user26"], ["email", "user26@email.com"], ["encrypted_password", "$2a$10$noEesbR928NsXLLfgE/I6.EwT5Emf5Xkl/OdgDToIL6FfPAkZiL5G"], ["created_at", "2016-04-29 13:14:16.603771"], ["updated_at", "2016-04-29 13:14:16.603771"]]  (129.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user27@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user27"], ["email", "user27@email.com"], ["encrypted_password", "$2a$10$/dJ9EShUOmJKbug6Pon14elxiNGuSOoZ4.WDE.lnVEPGhV159k8yS"], ["created_at", "2016-04-29 13:14:16.815786"], ["updated_at", "2016-04-29 13:14:16.815786"]]  (105.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user28@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user28"], ["email", "user28@email.com"], ["encrypted_password", "$2a$10$DlTMmxhw3dgze02GTea2wuy2CcBb0w34WwHQk2mp7p/z1h6wYmtTq"], ["created_at", "2016-04-29 13:14:16.995443"], ["updated_at", "2016-04-29 13:14:16.995443"]]  (126.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user29@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user29"], ["email", "user29@email.com"], ["encrypted_password", "$2a$10$E359y9qsJcU4hYsZf9FS2OhWGglvIolfdKxhTbBaRu3d7WkxtbTqu"], ["created_at", "2016-04-29 13:14:17.202289"], ["updated_at", "2016-04-29 13:14:17.202289"]]  (130.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user30@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user30"], ["email", "user30@email.com"], ["encrypted_password", "$2a$10$fWuk8WbOVdTQd36wefDWKeFMrThFDtH7sBBYTP1xQijXTsg98YqRi"], ["created_at", "2016-04-29 13:14:17.415873"], ["updated_at", "2016-04-29 13:14:17.415873"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user31@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user31"], ["email", "user31@email.com"], ["encrypted_password", "$2a$10$J6gqPQ09Qz2M4x.VcJcO6uXVOMivdHX1VhS2lfUPRNBIUkRlporgK"], ["created_at", "2016-04-29 13:14:17.625644"], ["updated_at", "2016-04-29 13:14:17.625644"]]  (128.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user32@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user32"], ["email", "user32@email.com"], ["encrypted_password", "$2a$10$9Hh1HbVqUXOq1tkTHCMrv.dNwgLA3hQgF3ztVS4epoum1rOwMhWA."], ["created_at", "2016-04-29 13:14:17.827285"], ["updated_at", "2016-04-29 13:14:17.827285"]]  (105.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user33@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user33"], ["email", "user33@email.com"], ["encrypted_password", "$2a$10$rdUHOByvGH1iJP0SxvMPfO..CdiDKiXEUsJvjZgydlfOTOsTWFgxO"], ["created_at", "2016-04-29 13:14:18.008973"], ["updated_at", "2016-04-29 13:14:18.008973"]]  (136.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user34@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user34"], ["email", "user34@email.com"], ["encrypted_password", "$2a$10$E.DVT4nzrNgQh249i7/RMuJPZQ5/pWeCR8Ta/XD/VGfOVYKhDMBuq"], ["created_at", "2016-04-29 13:14:18.225737"], ["updated_at", "2016-04-29 13:14:18.225737"]]  (152.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user35@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user35"], ["email", "user35@email.com"], ["encrypted_password", "$2a$10$5LJ8aoFvXtkZNq1jZbEDQe35khCpMXOTZTPVzaUgSU2lHKg240u1m"], ["created_at", "2016-04-29 13:14:18.458303"], ["updated_at", "2016-04-29 13:14:18.458303"]]  (120.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user36@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user36"], ["email", "user36@email.com"], ["encrypted_password", "$2a$10$vum.2m/7xS4oKnyx4RJiReackoVrOSNqph1YaNAz1KW2xGGcxOOgW"], ["created_at", "2016-04-29 13:14:18.661726"], ["updated_at", "2016-04-29 13:14:18.661726"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user37@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user37"], ["email", "user37@email.com"], ["encrypted_password", "$2a$10$kp8siXXS38ysqqYJ5PmCIOLcxkGixkLlUuxfz2xhLYUNk.UxfLHx."], ["created_at", "2016-04-29 13:14:18.866857"], ["updated_at", "2016-04-29 13:14:18.866857"]]  (111.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user38@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user38"], ["email", "user38@email.com"], ["encrypted_password", "$2a$10$0zINe3Aw0qwls7a900uGROiaXO7ITqThjUHChQYtUpgsng4.bETNe"], ["created_at", "2016-04-29 13:14:19.057847"], ["updated_at", "2016-04-29 13:14:19.057847"]]  (131.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user39@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user39"], ["email", "user39@email.com"], ["encrypted_password", "$2a$10$UQ7xAvlHZXpxOa66mLDlku0Y86gbAYKCzxDB2vBFdNLKYkdkliiuC"], ["created_at", "2016-04-29 13:14:19.262894"], ["updated_at", "2016-04-29 13:14:19.262894"]]  (104.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user40@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user40"], ["email", "user40@email.com"], ["encrypted_password", "$2a$10$P7dyEhyJmTft3BkXT/jjaOKCcPhunMEJMiAHXmDwo1RDQXgLv4W9u"], ["created_at", "2016-04-29 13:14:19.450269"], ["updated_at", "2016-04-29 13:14:19.450269"]]  (150.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user41@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user41"], ["email", "user41@email.com"], ["encrypted_password", "$2a$10$4ygYJQSfKjgEYFg8u4TyPOtmXNHMZ4O.paOYn/PzNOGh3hvBElMAS"], ["created_at", "2016-04-29 13:14:19.685301"], ["updated_at", "2016-04-29 13:14:19.685301"]]  (126.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user42@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user42"], ["email", "user42@email.com"], ["encrypted_password", "$2a$10$0bDhA3Y61QNPBl69vUX2ce8BiwhU/mDK/CtvHlTD4ggIqWLpc.XLy"], ["created_at", "2016-04-29 13:14:19.895343"], ["updated_at", "2016-04-29 13:14:19.895343"]]  (149.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user43@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user43"], ["email", "user43@email.com"], ["encrypted_password", "$2a$10$RO4dcHl8dxmd89bvrJA5fuQgWaBVGqd3QNA.cJr1tPG8ouaGtqoI."], ["created_at", "2016-04-29 13:14:20.117383"], ["updated_at", "2016-04-29 13:14:20.117383"]]  (127.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user44@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user44"], ["email", "user44@email.com"], ["encrypted_password", "$2a$10$0EiKPTDqo8r9VrMMwttro.QDUbeuhg03tof69psjAkjulTAIyKGg."], ["created_at", "2016-04-29 13:14:20.321812"], ["updated_at", "2016-04-29 13:14:20.321812"]]  (156.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user45@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user45"], ["email", "user45@email.com"], ["encrypted_password", "$2a$10$/g7P85QJYkIzkLB9wUnmReLAEF..zPf6xM1CjNWtqjKmnOJuQKlfa"], ["created_at", "2016-04-29 13:14:20.555868"], ["updated_at", "2016-04-29 13:14:20.555868"]]  (133.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user46@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user46"], ["email", "user46@email.com"], ["encrypted_password", "$2a$10$za/cixsS/E5t3Ze8lP0Wje3JqSKDmw6h.fbVVrnFhjcW.3vxQxBTm"], ["created_at", "2016-04-29 13:14:20.771813"], ["updated_at", "2016-04-29 13:14:20.771813"]]  (151.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user47@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user47"], ["email", "user47@email.com"], ["encrypted_password", "$2a$10$A9rwGOSqo1Y4PdWF0rEiSeEqXCPa5VKx/FbBlB88fhLZqCoMXV4Rm"], ["created_at", "2016-04-29 13:14:21.001364"], ["updated_at", "2016-04-29 13:14:21.001364"]]  (133.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user48@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user48"], ["email", "user48@email.com"], ["encrypted_password", "$2a$10$nk6uXV4aOsmttbOBYJkNceg8FaUypUgag8Sob9EP9PLmihRL7Mpxm"], ["created_at", "2016-04-29 13:14:21.207958"], ["updated_at", "2016-04-29 13:14:21.207958"]]  (82.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user49@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user49"], ["email", "user49@email.com"], ["encrypted_password", "$2a$10$uFwvJKbPSxbgko7kwPn8mOaHWijneLBYmORicgvLFn24kASOYDYOC"], ["created_at", "2016-04-29 13:14:21.363202"], ["updated_at", "2016-04-29 13:14:21.363202"]]  (94.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user50@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user50"], ["email", "user50@email.com"], ["encrypted_password", "$2a$10$eQmTV9oZuDFLeyFcyXv3..qCH.30kqgZjmtDBAfXvGXSTf/3b9bMq"], ["created_at", "2016-04-29 13:14:21.539535"], ["updated_at", "2016-04-29 13:14:21.539535"]]  (117.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user51@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user51"], ["email", "user51@email.com"], ["encrypted_password", "$2a$10$oQsx5G.3c2V2d2nmdIBX/euzkeevcu7m.q.7rcSrH8jZWk5t3kGg2"], ["created_at", "2016-04-29 13:14:21.740940"], ["updated_at", "2016-04-29 13:14:21.740940"]]  (171.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user52@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user52"], ["email", "user52@email.com"], ["encrypted_password", "$2a$10$5LIP.XTgWiZVk6uUqwanQ.MHMXzC73/Lwy3pYryqawfW/ls3GcrwK"], ["created_at", "2016-04-29 13:14:21.994977"], ["updated_at", "2016-04-29 13:14:21.994977"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user53@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user53"], ["email", "user53@email.com"], ["encrypted_password", "$2a$10$ULZeQzF9vynYJwCRGCSpRePi/qj0eTVMZzsS4aeKAPVdqiUj0oPFK"], ["created_at", "2016-04-29 13:14:22.214283"], ["updated_at", "2016-04-29 13:14:22.214283"]]  (319.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user54@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user54"], ["email", "user54@email.com"], ["encrypted_password", "$2a$10$0Tr3Xocv0lSdZIDiF1vqo.ps54fZGOzXG/zqasUFRu9MTji9GBQIq"], ["created_at", "2016-04-29 13:14:22.609228"], ["updated_at", "2016-04-29 13:14:22.609228"]]  (135.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user55@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user55"], ["email", "user55@email.com"], ["encrypted_password", "$2a$10$QehNjBEqp.z3SOk7ROQzIu9wGbP0susaVRhVSCfLsBGNY5nCxItq6"], ["created_at", "2016-04-29 13:14:22.824780"], ["updated_at", "2016-04-29 13:14:22.824780"]]  (131.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user56@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user56"], ["email", "user56@email.com"], ["encrypted_password", "$2a$10$RJUQIvL5u37nm6sU3maKsuZT3LEX.CHRhx.cFgQ4F/zR0koIN4ZCe"], ["created_at", "2016-04-29 13:14:23.035693"], ["updated_at", "2016-04-29 13:14:23.035693"]]  (153.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user57@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user57"], ["email", "user57@email.com"], ["encrypted_password", "$2a$10$lBGY5OVna8VTrP4VmXke3uPVWtXroxl2ybYc9opoxrj9fkmpcvhpy"], ["created_at", "2016-04-29 13:14:23.268278"], ["updated_at", "2016-04-29 13:14:23.268278"]]  (132.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user58@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user58"], ["email", "user58@email.com"], ["encrypted_password", "$2a$10$YOYlnGQIoQ.RBjYalou0rOw7WMr6nQvzGxD2IUE6Zto0fGVORb5Ku"], ["created_at", "2016-04-29 13:14:23.473193"], ["updated_at", "2016-04-29 13:14:23.473193"]]  (105.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user59@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user59"], ["email", "user59@email.com"], ["encrypted_password", "$2a$10$qw247.Jw9sPCZLipOsugN.9tfIxxuwZ0pFiHhksCkM5ixJiaN1.AO"], ["created_at", "2016-04-29 13:14:23.662312"], ["updated_at", "2016-04-29 13:14:23.662312"]]  (127.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user60@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user60"], ["email", "user60@email.com"], ["encrypted_password", "$2a$10$cDxGV7IgJI07AsRfd4rNJuVw3qoxKaH2IEtNp/TASABQzMDaqwAqy"], ["created_at", "2016-04-29 13:14:23.869164"], ["updated_at", "2016-04-29 13:14:23.869164"]]  (131.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user61@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user61"], ["email", "user61@email.com"], ["encrypted_password", "$2a$10$dTn1C59RbDbKN/sn0Ar4wutndfMCf4EvSm7Y4/1My07b4JasEBbS2"], ["created_at", "2016-04-29 13:14:24.075662"], ["updated_at", "2016-04-29 13:14:24.075662"]]  (125.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user62@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user62"], ["email", "user62@email.com"], ["encrypted_password", "$2a$10$SgrFcdqb1r4Ps1ksHc2g0.MidF8OpyvLDMOJMZtmFt2P8PZYrbTJe"], ["created_at", "2016-04-29 13:14:24.276797"], ["updated_at", "2016-04-29 13:14:24.276797"]]  (158.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user63@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user63"], ["email", "user63@email.com"], ["encrypted_password", "$2a$10$erp4m1yxxdhCWiGwPcjtdeSXRx/A8vQiHYjfDMHrj76QXJNsp2qAm"], ["created_at", "2016-04-29 13:14:24.508238"], ["updated_at", "2016-04-29 13:14:24.508238"]]  (160.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user64@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user64"], ["email", "user64@email.com"], ["encrypted_password", "$2a$10$zRafHmFamTFZiqfUjot8mu1To8B5Yc4faGGhGmGpCnynoSMSHSy1q"], ["created_at", "2016-04-29 13:14:24.746783"], ["updated_at", "2016-04-29 13:14:24.746783"]]  (110.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user65@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user65"], ["email", "user65@email.com"], ["encrypted_password", "$2a$10$oqCCsouw.Wn0djvzmapcZOsyJ.lsNvo3iJq/YMUWb.okn.nhCY3au"], ["created_at", "2016-04-29 13:14:24.944048"], ["updated_at", "2016-04-29 13:14:24.944048"]]  (158.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user66@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user66"], ["email", "user66@email.com"], ["encrypted_password", "$2a$10$9RlK//HZmVj/n3Kl9PUHHeDQn02MUujtyxMIOYKks0ANIL7HHk9s6"], ["created_at", "2016-04-29 13:14:25.175203"], ["updated_at", "2016-04-29 13:14:25.175203"]]  (104.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user67@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user67"], ["email", "user67@email.com"], ["encrypted_password", "$2a$10$Y2awqIFSTbB1NBCMyA9U0.MWo5ILMHUccJXvAMJADbjc0zxU5SxcG"], ["created_at", "2016-04-29 13:14:25.361484"], ["updated_at", "2016-04-29 13:14:25.361484"]]  (151.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user68@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user68"], ["email", "user68@email.com"], ["encrypted_password", "$2a$10$n029p68HiDp8rocQ54rCSuhTHc5pRRel0uj2i2.WCI6WSSSq0tWui"], ["created_at", "2016-04-29 13:14:25.587290"], ["updated_at", "2016-04-29 13:14:25.587290"]]  (103.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user69@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user69"], ["email", "user69@email.com"], ["encrypted_password", "$2a$10$mtx2pF.TCN1uO8gxs9kJDu0G9zMt4DOPB7pBf2w6RNfLF3oVRzSte"], ["created_at", "2016-04-29 13:14:25.779095"], ["updated_at", "2016-04-29 13:14:25.779095"]]  (156.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user70@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user70"], ["email", "user70@email.com"], ["encrypted_password", "$2a$10$6igiX/N9nLd87r7BJoWTM.Aq6S.rG.EgWPYX9kOke4xnV8bib8KrS"], ["created_at", "2016-04-29 13:14:26.016163"], ["updated_at", "2016-04-29 13:14:26.016163"]]  (129.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user71@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user71"], ["email", "user71@email.com"], ["encrypted_password", "$2a$10$5WX6qMaNa6My945c8Zy3QeY7ov0ghSEuyQeGZCpyAWNRM8uBuRgKq"], ["created_at", "2016-04-29 13:14:26.223668"], ["updated_at", "2016-04-29 13:14:26.223668"]]  (156.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user72@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user72"], ["email", "user72@email.com"], ["encrypted_password", "$2a$10$zBadWMdd71sqbuR9qDNkluOd9Ix7SFVbeA.6hnKzhIRzN.7uDRjou"], ["created_at", "2016-04-29 13:14:26.459414"], ["updated_at", "2016-04-29 13:14:26.459414"]]  (109.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user73@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user73"], ["email", "user73@email.com"], ["encrypted_password", "$2a$10$mhUpXhEM.kb.zhapoh97neNaEy4S7pIZ0GLFf/E1W3JrSIRjEkrh2"], ["created_at", "2016-04-29 13:14:26.641315"], ["updated_at", "2016-04-29 13:14:26.641315"]]  (127.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user74@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user74"], ["email", "user74@email.com"], ["encrypted_password", "$2a$10$syWhlwm3SrLmvi/jU46j..eOB..DZIgDGiWHCq5geesu1imNaPWYe"], ["created_at", "2016-04-29 13:14:26.847794"], ["updated_at", "2016-04-29 13:14:26.847794"]]  (87.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user75@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user75"], ["email", "user75@email.com"], ["encrypted_password", "$2a$10$YGhifdA2bDXduGKeg2gZuOpVu3Ez.1bNIDpA7JgLUXQqnagf/QVNy"], ["created_at", "2016-04-29 13:14:27.019948"], ["updated_at", "2016-04-29 13:14:27.019948"]]  (104.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user76@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user76"], ["email", "user76@email.com"], ["encrypted_password", "$2a$10$CUy1GUUpj4uf1GhqEe2hNuumzjKgCEh83ZloBnLnJKf5BqdKdJU3W"], ["created_at", "2016-04-29 13:14:27.200306"], ["updated_at", "2016-04-29 13:14:27.200306"]]  (202.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user77@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user77"], ["email", "user77@email.com"], ["encrypted_password", "$2a$10$NZ5jKEHv5S/6lHtDsDl81Ogr8De6QMC4P.5HIAL22Ebl1I7DuhoWK"], ["created_at", "2016-04-29 13:14:27.483072"], ["updated_at", "2016-04-29 13:14:27.483072"]]  (130.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user78@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user78"], ["email", "user78@email.com"], ["encrypted_password", "$2a$10$DCRL/dRNZYwIwPNFjI.0zeOPqd2Xk6Ud9tyUO6IIu9nv4O5uHnLCq"], ["created_at", "2016-04-29 13:14:27.686597"], ["updated_at", "2016-04-29 13:14:27.686597"]]  (105.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user79@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user79"], ["email", "user79@email.com"], ["encrypted_password", "$2a$10$x51Wlb5Rty04AsSmasLic.Ke4N1/0wYKtsgLgLfZ2sceGDWZAPv5y"], ["created_at", "2016-04-29 13:14:27.872660"], ["updated_at", "2016-04-29 13:14:27.872660"]]  (141.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user80@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user80"], ["email", "user80@email.com"], ["encrypted_password", "$2a$10$gIBX5Bejyy2ldpV1vhXVTu6JhXYG8dhBH6lC4/K6a/RySG3lSTL3K"], ["created_at", "2016-04-29 13:14:28.092759"], ["updated_at", "2016-04-29 13:14:28.092759"]]  (198.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user81@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user81"], ["email", "user81@email.com"], ["encrypted_password", "$2a$10$d6QmYu4SNAC1b8r0ne4o9Op1TI5bv1XLlDtLiw9JOjOOrpNhuYSsm"], ["created_at", "2016-04-29 13:14:28.364603"], ["updated_at", "2016-04-29 13:14:28.364603"]]  (227.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user82@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user82"], ["email", "user82@email.com"], ["encrypted_password", "$2a$10$8J5iOmyPX07YLJZjjsPOx.lrpL9zelHwbG7jNdevsWw3281uI3PKm"], ["created_at", "2016-04-29 13:14:28.670636"], ["updated_at", "2016-04-29 13:14:28.670636"]]  (138.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user83@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user83"], ["email", "user83@email.com"], ["encrypted_password", "$2a$10$LGS/r618BVf/ZDSXrhVHS.iM5vo3wZtxYJR2NAUfhljBZfWENDC96"], ["created_at", "2016-04-29 13:14:28.895963"], ["updated_at", "2016-04-29 13:14:28.895963"]]  (117.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user84@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user84"], ["email", "user84@email.com"], ["encrypted_password", "$2a$10$mt6zGXjeg39tCaAChcLL4u7g4hfYiGW/1AMnhU0roEhgevDWOMRUK"], ["created_at", "2016-04-29 13:14:29.089557"], ["updated_at", "2016-04-29 13:14:29.089557"]]  (168.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user85@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user85"], ["email", "user85@email.com"], ["encrypted_password", "$2a$10$S9gzSx78.m0K7pqpK0s4huhgb17HsxvavDRyxCQoD53cgSwkEkLgS"], ["created_at", "2016-04-29 13:14:29.338928"], ["updated_at", "2016-04-29 13:14:29.338928"]]  (141.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user86@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user86"], ["email", "user86@email.com"], ["encrypted_password", "$2a$10$CMksiR8thEDEjgN.UZp1QeooCUeB0b8XmnElPWllKC5tBCS2FnUMK"], ["created_at", "2016-04-29 13:14:29.561320"], ["updated_at", "2016-04-29 13:14:29.561320"]]  (85.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user87@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user87"], ["email", "user87@email.com"], ["encrypted_password", "$2a$10$LnzTZIMvDgHn2W/3ScgFuO52y0feinJ.91cA6VcNlHW1diM7psFUC"], ["created_at", "2016-04-29 13:14:29.725866"], ["updated_at", "2016-04-29 13:14:29.725866"]]  (131.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user88@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user88"], ["email", "user88@email.com"], ["encrypted_password", "$2a$10$iXD53tDIQpkd/tp6VlLRtumFsYI2IEjTBEo2ZhHmBZC6sIYCyDmKm"], ["created_at", "2016-04-29 13:14:29.938784"], ["updated_at", "2016-04-29 13:14:29.938784"]]  (152.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user89@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user89"], ["email", "user89@email.com"], ["encrypted_password", "$2a$10$pLdF2bq5ss4tsiWOTDNAl.72BouIn/w/F8DISlpXrnw4lqMlu9yva"], ["created_at", "2016-04-29 13:14:30.173369"], ["updated_at", "2016-04-29 13:14:30.173369"]]  (141.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user90@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user90"], ["email", "user90@email.com"], ["encrypted_password", "$2a$10$Aw29nZvOwH5.DdRBkF0Gneob0/Usgq7A/gM2gsGUYga2vmKXZuizG"], ["created_at", "2016-04-29 13:14:30.395512"], ["updated_at", "2016-04-29 13:14:30.395512"]]  (174.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user91@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user91"], ["email", "user91@email.com"], ["encrypted_password", "$2a$10$/A9ri5WXAw6quAOSBjgVI.xO1P7irhOCeIt7IzcYm0W4LRjSbgN0m"], ["created_at", "2016-04-29 13:14:30.649704"], ["updated_at", "2016-04-29 13:14:30.649704"]]  (153.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user92@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user92"], ["email", "user92@email.com"], ["encrypted_password", "$2a$10$qILV2YOF.k4vzlezW2pybOrnTjUVjX0eIDJvXiJ4EX2Ru5qKhlHhO"], ["created_at", "2016-04-29 13:14:30.882760"], ["updated_at", "2016-04-29 13:14:30.882760"]]  (153.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user93@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user93"], ["email", "user93@email.com"], ["encrypted_password", "$2a$10$7crGlAOwakyOgDRDu5f2UOVKXLd4yNlm539HM935/TMJCTJtmo5eG"], ["created_at", "2016-04-29 13:14:31.116715"], ["updated_at", "2016-04-29 13:14:31.116715"]]  (175.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user94@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user94"], ["email", "user94@email.com"], ["encrypted_password", "$2a$10$3z9PGHJBZmPjKwJ9oub4ROXg/y4eQoJg7NsIHT.IkX0jCKbXwAtaS"], ["created_at", "2016-04-29 13:14:31.367792"], ["updated_at", "2016-04-29 13:14:31.367792"]]  (191.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user95@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user95"], ["email", "user95@email.com"], ["encrypted_password", "$2a$10$jzfzx8ttfHLwFWmE1FPk4Om.3smEkadKSCBNNxzJy/etT5DRDb43m"], ["created_at", "2016-04-29 13:14:31.642660"], ["updated_at", "2016-04-29 13:14:31.642660"]]  (271.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user96@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user96"], ["email", "user96@email.com"], ["encrypted_password", "$2a$10$1/qviU9SGknFRInK7SXZAunM0yTgCXvmxkolzaYCwleTM12lhNjNm"], ["created_at", "2016-04-29 13:14:31.994225"], ["updated_at", "2016-04-29 13:14:31.994225"]]  (175.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user97@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user97"], ["email", "user97@email.com"], ["encrypted_password", "$2a$10$umHy3UN/T9afQVT8xWI9WeNCidILhgalMEhhpaR8QNuwjQbqddJp."], ["created_at", "2016-04-29 13:14:32.248612"], ["updated_at", "2016-04-29 13:14:32.248612"]]  (132.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user98@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user98"], ["email", "user98@email.com"], ["encrypted_password", "$2a$10$tpsN9E2YTq.HyIdhgpxj8.CM.oVifus7bTLTxXqCaFuUCY/Ik4x6u"], ["created_at", "2016-04-29 13:14:32.454992"], ["updated_at", "2016-04-29 13:14:32.454992"]]  (236.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user99@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user99"], ["email", "user99@email.com"], ["encrypted_password", "$2a$10$3LqmV43r3N/XzrtnzhuhwuOImm4fANfh4YhR7BFMgDsVfM8iajvqe"], ["created_at", "2016-04-29 13:14:32.772775"], ["updated_at", "2016-04-29 13:14:32.772775"]]  (251.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user100@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user100"], ["email", "user100@email.com"], ["encrypted_password", "$2a$10$lWskffwkLrAlC/c1625VcuHqt2MDL/8C4xWY05ZK5N9ZsjejlOdwC"], ["created_at", "2016-04-29 13:14:33.107431"], ["updated_at", "2016-04-29 13:14:33.107431"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user101@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user101"], ["email", "user101@email.com"], ["encrypted_password", "$2a$10$FDwWUApU4q2gpUvOnFtV5OihHPK0GQM08jzoU4UseqJQUR2Wmlp8i"], ["created_at", "2016-04-29 13:14:33.323107"], ["updated_at", "2016-04-29 13:14:33.323107"]]  (123.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user102@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user102"], ["email", "user102@email.com"], ["encrypted_password", "$2a$10$mmiL2oSPhvwnf/kPzuvIVeAdEIhqX/v2oIynWlCKdj1K4MyUqbCGS"], ["created_at", "2016-04-29 13:14:33.532731"], ["updated_at", "2016-04-29 13:14:33.532731"]]  (192.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user103@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user103"], ["email", "user103@email.com"], ["encrypted_password", "$2a$10$5wcMVzmuXhbyhKkp94sr2.g8yK9TIn3omlG3n2p/tvBB3Ml45DjkK"], ["created_at", "2016-04-29 13:14:33.806009"], ["updated_at", "2016-04-29 13:14:33.806009"]]  (174.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user104@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user104"], ["email", "user104@email.com"], ["encrypted_password", "$2a$10$TeayWb4B0BUF57hDlaIWk.UOc.H4XvhxE9yZ3y/0LdePuazOjz1wS"], ["created_at", "2016-04-29 13:14:34.060977"], ["updated_at", "2016-04-29 13:14:34.060977"]]  (175.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user105@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user105"], ["email", "user105@email.com"], ["encrypted_password", "$2a$10$IxHxo6L4wod8Y0eFlinbjul8Kd9VPDIbgSzA4pPqsk3JBqaXbaK5q"], ["created_at", "2016-04-29 13:14:34.312587"], ["updated_at", "2016-04-29 13:14:34.312587"]]  (156.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user106@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user106"], ["email", "user106@email.com"], ["encrypted_password", "$2a$10$g2EvEWHAUMuviy0WEPPnxe5BwJeJJ7j6LFyo4xyCH8q8OB5IjNfzm"], ["created_at", "2016-04-29 13:14:34.551570"], ["updated_at", "2016-04-29 13:14:34.551570"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user107@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user107"], ["email", "user107@email.com"], ["encrypted_password", "$2a$10$p.RXe20KHGODdE4iU7uVP.0xNr.EBgUvjgkYSBHSe4ejttVGRTvbC"], ["created_at", "2016-04-29 13:14:34.786366"], ["updated_at", "2016-04-29 13:14:34.786366"]]  (126.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user108@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user108"], ["email", "user108@email.com"], ["encrypted_password", "$2a$10$UVYWNnxNrJV7.uMgxPYjC.z6PEI53vGfvMnb.MXPCL2PSIPIskjQW"], ["created_at", "2016-04-29 13:14:34.986504"], ["updated_at", "2016-04-29 13:14:34.986504"]]  (126.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user109@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user109"], ["email", "user109@email.com"], ["encrypted_password", "$2a$10$2Vv4y/m4.k/mjjZDvUA5FuuBXkZe.IORA6BJpV6W21RW7lKQorAuC"], ["created_at", "2016-04-29 13:14:35.196608"], ["updated_at", "2016-04-29 13:14:35.196608"]]  (183.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user110@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user110"], ["email", "user110@email.com"], ["encrypted_password", "$2a$10$soTTc0akP8FWRDbBsDo97eGr2dVy4iXvr8vuzdnJFo5lqMrgaWanW"], ["created_at", "2016-04-29 13:14:35.457958"], ["updated_at", "2016-04-29 13:14:35.457958"]]  (277.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user111@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user111"], ["email", "user111@email.com"], ["encrypted_password", "$2a$10$xlsKQ4cF6404gBLZfOn55etQFij2O8cQQStg4bD7CHivan8Y9fKOG"], ["created_at", "2016-04-29 13:14:35.813417"], ["updated_at", "2016-04-29 13:14:35.813417"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user112@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user112"], ["email", "user112@email.com"], ["encrypted_password", "$2a$10$kvBq.G3NSR6YZHTGLm1.dOLtKKejVhkn94/qwPkC9iO4k4iTT0JcW"], ["created_at", "2016-04-29 13:14:36.037131"], ["updated_at", "2016-04-29 13:14:36.037131"]]  (175.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user113@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user113"], ["email", "user113@email.com"], ["encrypted_password", "$2a$10$2L2vZew5nHzJWnYXzIp.A.UOeJ/W0MWGycMeR6QHgdWbOatJ6OQIO"], ["created_at", "2016-04-29 13:14:36.297326"], ["updated_at", "2016-04-29 13:14:36.297326"]]  (204.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user114@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user114"], ["email", "user114@email.com"], ["encrypted_password", "$2a$10$Wzcn66FPHRBh927gCrNfCOgqo11zQA595o39ZpWv7OxkRT8eh0Ed2"], ["created_at", "2016-04-29 13:14:36.577210"], ["updated_at", "2016-04-29 13:14:36.577210"]]  (177.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user115@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user115"], ["email", "user115@email.com"], ["encrypted_password", "$2a$10$GJyQVQ7BGnco42kV.2Y3n.xj3pWJ/WOC2/x5bX74o6aVy8I8eMVlW"], ["created_at", "2016-04-29 13:14:36.836889"], ["updated_at", "2016-04-29 13:14:36.836889"]]  (153.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user116@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user116"], ["email", "user116@email.com"], ["encrypted_password", "$2a$10$U/EBIpCGGG33gPO48GuVEOFBl4sKHwETkg68bW5xF1dytsp8cjfBq"], ["created_at", "2016-04-29 13:14:37.069682"], ["updated_at", "2016-04-29 13:14:37.069682"]]  (154.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user117@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user117"], ["email", "user117@email.com"], ["encrypted_password", "$2a$10$O2dxFCAResTuelhfeo9hDOVfZAnqmme2mQ7FMayAh.k15RFQLlOzK"], ["created_at", "2016-04-29 13:14:37.306981"], ["updated_at", "2016-04-29 13:14:37.306981"]]  (173.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user118@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user118"], ["email", "user118@email.com"], ["encrypted_password", "$2a$10$QZFmsrH7NSUMbjECnIZL1uiNwQxHcI3slIr8GkLuaEpsM5mjolWOO"], ["created_at", "2016-04-29 13:14:37.565917"], ["updated_at", "2016-04-29 13:14:37.565917"]]  (180.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user119@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user119"], ["email", "user119@email.com"], ["encrypted_password", "$2a$10$W1.Rh/oLv2Ec.naQDD4MxeNJsOnMlPUkzDw2Sm7zfsj42/kD2ry/G"], ["created_at", "2016-04-29 13:14:37.826676"], ["updated_at", "2016-04-29 13:14:37.826676"]]  (153.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user120@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user120"], ["email", "user120@email.com"], ["encrypted_password", "$2a$10$SPU05eQvUQp0wgSnEapQMe57KerGTMC/h3qwptPVZyj8qAqbvQwtm"], ["created_at", "2016-04-29 13:14:38.057341"], ["updated_at", "2016-04-29 13:14:38.057341"]]  (155.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user121@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user121"], ["email", "user121@email.com"], ["encrypted_password", "$2a$10$zwjphkwJxqDHMCZsA2ewDuEaKJJ998L7FO16PWRDVTJ5/kKtTZLK6"], ["created_at", "2016-04-29 13:14:38.286045"], ["updated_at", "2016-04-29 13:14:38.286045"]]  (126.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user122@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user122"], ["email", "user122@email.com"], ["encrypted_password", "$2a$10$cWXbOcyKsedWfbjc2g.CTezzxU2tqfLirV/igamCd1yBpV81RuzaO"], ["created_at", "2016-04-29 13:14:38.495007"], ["updated_at", "2016-04-29 13:14:38.495007"]]  (151.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user123@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user123"], ["email", "user123@email.com"], ["encrypted_password", "$2a$10$b.4WaPGMf5XOtB6d5KQ3K.VqbmpX7D1ltJlf9QsLMWe12Bhb7tcry"], ["created_at", "2016-04-29 13:14:38.718431"], ["updated_at", "2016-04-29 13:14:38.718431"]]  (138.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user124@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user124"], ["email", "user124@email.com"], ["encrypted_password", "$2a$10$DgF2WzlOlg8.zmVmck0U4u.nrLvwONuVjnbtVfpsRsD33smw4wuTS"], ["created_at", "2016-04-29 13:14:38.942179"], ["updated_at", "2016-04-29 13:14:38.942179"]]  (103.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user125@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user125"], ["email", "user125@email.com"], ["encrypted_password", "$2a$10$nRo24pwtQ9yYwPY0TTmVRO66pv/pSb6LHtHHgzEysZVAN8GKUfT8G"], ["created_at", "2016-04-29 13:14:39.119120"], ["updated_at", "2016-04-29 13:14:39.119120"]]  (104.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user126@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user126"], ["email", "user126@email.com"], ["encrypted_password", "$2a$10$5vyMLshCxlNkI/SmXDNENOqc0D7TcWTCgyUSBW8C5L2A5ySY1aNGK"], ["created_at", "2016-04-29 13:14:39.302416"], ["updated_at", "2016-04-29 13:14:39.302416"]]  (187.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user127@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user127"], ["email", "user127@email.com"], ["encrypted_password", "$2a$10$D6A4CTchQ.B0n2QKtbPSpOmusZ8FDrHHqiMZu4Wq7D7nENBOYFP6q"], ["created_at", "2016-04-29 13:14:39.567407"], ["updated_at", "2016-04-29 13:14:39.567407"]]  (178.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user128@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user128"], ["email", "user128@email.com"], ["encrypted_password", "$2a$10$EdKy6CgrDyRb0Slkk.DXdubE0rr/6sNsnfW35sXPhXBZgB40y2QMq"], ["created_at", "2016-04-29 13:14:39.827570"], ["updated_at", "2016-04-29 13:14:39.827570"]]  (151.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user129@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user129"], ["email", "user129@email.com"], ["encrypted_password", "$2a$10$XEXT0xku6m5y1n6YEF71F.p3sKN6lWBlTEL7aBDlqps2CIOgNNOcq"], ["created_at", "2016-04-29 13:14:40.058373"], ["updated_at", "2016-04-29 13:14:40.058373"]]  (131.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user130@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user130"], ["email", "user130@email.com"], ["encrypted_password", "$2a$10$F.KRI01qsguKVs11PBloquM134lsCkWB7hBVVKGTyI8KFIdfm8gCS"], ["created_at", "2016-04-29 13:14:40.272258"], ["updated_at", "2016-04-29 13:14:40.272258"]]  (152.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user131@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user131"], ["email", "user131@email.com"], ["encrypted_password", "$2a$10$gIzt93o7HO7KsYpP5jj.ve37v4fAV3U0KM6RfC.ImQ5tCLnozPcze"], ["created_at", "2016-04-29 13:14:40.504923"], ["updated_at", "2016-04-29 13:14:40.504923"]]  (175.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user132@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user132"], ["email", "user132@email.com"], ["encrypted_password", "$2a$10$j3DINSUdyEq2z8XuOiHGxu3XMNSfY74HuDjlP9bKfdqfpAycLSlCy"], ["created_at", "2016-04-29 13:14:40.759986"], ["updated_at", "2016-04-29 13:14:40.759986"]]  (152.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user133@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user133"], ["email", "user133@email.com"], ["encrypted_password", "$2a$10$toR1tOPI77703BzOcBroMuFISWrfmv5O3F7jvp25v3letkSFBqina"], ["created_at", "2016-04-29 13:14:40.986002"], ["updated_at", "2016-04-29 13:14:40.986002"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user134@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user134"], ["email", "user134@email.com"], ["encrypted_password", "$2a$10$LlAwo4Ax0YBK1OSoJmDJNOxGoswMyDwa6t0GwfA6g/ZHCenD7w4OW"], ["created_at", "2016-04-29 13:14:41.204824"], ["updated_at", "2016-04-29 13:14:41.204824"]]  (186.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user135@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user135"], ["email", "user135@email.com"], ["encrypted_password", "$2a$10$oZ/6ZdktmiijRwJIFfTjJOlmy12U8IEQe/ezuWoQfbN73MONc0C3O"], ["created_at", "2016-04-29 13:14:41.468547"], ["updated_at", "2016-04-29 13:14:41.468547"]]  (144.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user136@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user136"], ["email", "user136@email.com"], ["encrypted_password", "$2a$10$4Me1q6RTmnzE56JaL1V4Ou7PlfH/D4ofya2ecOoRoqSAf8p.vApki"], ["created_at", "2016-04-29 13:14:41.695907"], ["updated_at", "2016-04-29 13:14:41.695907"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user137@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user137"], ["email", "user137@email.com"], ["encrypted_password", "$2a$10$CT1r4DsLovQkuu58Ws1Hr.7H5/CGfkb60cQS2FylhiPl9JcvSRqw."], ["created_at", "2016-04-29 13:14:41.926108"], ["updated_at", "2016-04-29 13:14:41.926108"]]  (109.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user138@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user138"], ["email", "user138@email.com"], ["encrypted_password", "$2a$10$REWOI2FE2TmEb7Iu9AnG4.R3Vsn39Es5KwHdHtkm6/PaorGJ0LrE6"], ["created_at", "2016-04-29 13:14:42.120100"], ["updated_at", "2016-04-29 13:14:42.120100"]]  (149.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user139@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user139"], ["email", "user139@email.com"], ["encrypted_password", "$2a$10$8i8KP/ynqF28aCKuw9OouONMnFTIvIJ2QzHfJ6AWVShKGKrfHS2SC"], ["created_at", "2016-04-29 13:14:42.349686"], ["updated_at", "2016-04-29 13:14:42.349686"]]  (174.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user140@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user140"], ["email", "user140@email.com"], ["encrypted_password", "$2a$10$Gxn2HZ4MAkZ6xR/8H4EYL.cO.XjupOKzJR8YcYyuKy9ju8STFbPNK"], ["created_at", "2016-04-29 13:14:42.598247"], ["updated_at", "2016-04-29 13:14:42.598247"]]  (270.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user141@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user141"], ["email", "user141@email.com"], ["encrypted_password", "$2a$10$KGBEyrOS8vN08r7ttWadaeLTWmy63wG0j9QJIlFYgadIxMnUepRE."], ["created_at", "2016-04-29 13:14:42.948621"], ["updated_at", "2016-04-29 13:14:42.948621"]]  (175.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user142@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user142"], ["email", "user142@email.com"], ["encrypted_password", "$2a$10$eqGqgmUiSgmRW33cVm7eFOihV8MRDb4qLZweoGb5bEz40CBij9tOm"], ["created_at", "2016-04-29 13:14:43.202064"], ["updated_at", "2016-04-29 13:14:43.202064"]]  (199.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user143@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user143"], ["email", "user143@email.com"], ["encrypted_password", "$2a$10$9EDzTRIADfuYX2CAF2cxxe1NuC2lwbZbw2n0WYBcK/HBNqES71/4a"], ["created_at", "2016-04-29 13:14:43.478690"], ["updated_at", "2016-04-29 13:14:43.478690"]]  (223.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user144@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user144"], ["email", "user144@email.com"], ["encrypted_password", "$2a$10$Ve7ZM4szJ0q1iIqpVwiF6OXyUKmAIsxFKLFTyjL0n7xhMQ11B1/YW"], ["created_at", "2016-04-29 13:14:43.786116"], ["updated_at", "2016-04-29 13:14:43.786116"]]  (204.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user145@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user145"], ["email", "user145@email.com"], ["encrypted_password", "$2a$10$361.nXcv0wvKdClVJQew8ONZXVD89e50vKdYZz4/QbRwu7eyvlPAa"], ["created_at", "2016-04-29 13:14:44.072251"], ["updated_at", "2016-04-29 13:14:44.072251"]]  (173.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user146@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user146"], ["email", "user146@email.com"], ["encrypted_password", "$2a$10$6WqCSgXwLvvmUnWSH2m..OP4c3vKgVRhro3Q7GRfJaI7WkvkpWoHO"], ["created_at", "2016-04-29 13:14:44.327051"], ["updated_at", "2016-04-29 13:14:44.327051"]]  (207.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user147@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user147"], ["email", "user147@email.com"], ["encrypted_password", "$2a$10$9pNytpRHAa269Ew8z67DM.sdqxRjoifUNKkY7/SRThVWb8EtS2wFG"], ["created_at", "2016-04-29 13:14:44.615472"], ["updated_at", "2016-04-29 13:14:44.615472"]]  (152.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user148@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user148"], ["email", "user148@email.com"], ["encrypted_password", "$2a$10$XVZHPASr9w/RN2bfjBmywOiRBAZBV3gqfi4Z2oCN8BtWq2YCHv0cS"], ["created_at", "2016-04-29 13:14:44.852019"], ["updated_at", "2016-04-29 13:14:44.852019"]]  (160.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user149@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user149"], ["email", "user149@email.com"], ["encrypted_password", "$2a$10$TR93ortCNoT1oQGz6Hy1hO6jysdN8H.bxx3lvSqEOuLyYUhGC5g3O"], ["created_at", "2016-04-29 13:14:45.092861"], ["updated_at", "2016-04-29 13:14:45.092861"]]  (152.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.5ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user150@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user150"], ["email", "user150@email.com"], ["encrypted_password", "$2a$10$z2HujS5uZwPltdVHZkmYSuaLNIjsBlREYpM3sDUOv8Oy7vMzdAdJK"], ["created_at", "2016-04-29 13:14:45.323112"], ["updated_at", "2016-04-29 13:14:45.323112"]]  (188.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user151@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user151"], ["email", "user151@email.com"], ["encrypted_password", "$2a$10$kXG2d02djkzXRQ5ewAhcKO7H7.zKGXa2MWMQDpLKGg6TTicOWMNQm"], ["created_at", "2016-04-29 13:14:45.592689"], ["updated_at", "2016-04-29 13:14:45.592689"]]  (174.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user152@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user152"], ["email", "user152@email.com"], ["encrypted_password", "$2a$10$qH3bZlUcJ8x1ihdH.cPfxO9dEhR0O9SyTpFf9z44RRDbdjvzL0Ce6"], ["created_at", "2016-04-29 13:14:45.851196"], ["updated_at", "2016-04-29 13:14:45.851196"]]  (193.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user153@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user153"], ["email", "user153@email.com"], ["encrypted_password", "$2a$10$9R/zlMsM8vTzPnNuMqj/5eGxcbChh2YRpkF3yluNlMZtqbePbP71a"], ["created_at", "2016-04-29 13:14:46.124730"], ["updated_at", "2016-04-29 13:14:46.124730"]]  (164.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user154@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user154"], ["email", "user154@email.com"], ["encrypted_password", "$2a$10$fFvJEu.QU.IQNyq.2HsVl.oDARMvsw8K.92.4b7JIm2tECXNB.pMy"], ["created_at", "2016-04-29 13:14:46.371799"], ["updated_at", "2016-04-29 13:14:46.371799"]]  (139.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user155@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user155"], ["email", "user155@email.com"], ["encrypted_password", "$2a$10$A89163Cxt59JWPZfzmQK3OcotJmfz34scjQps2L3IRw1YA5B3e8nK"], ["created_at", "2016-04-29 13:14:46.594436"], ["updated_at", "2016-04-29 13:14:46.594436"]]  (161.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user156@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user156"], ["email", "user156@email.com"], ["encrypted_password", "$2a$10$ppRlxoMzpxPLZnLnH5oiCOv9h5LfTCqrlBgfK/p/nWYKKIEFaSXs2"], ["created_at", "2016-04-29 13:14:46.839864"], ["updated_at", "2016-04-29 13:14:46.839864"]]  (148.9ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user157@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user157"], ["email", "user157@email.com"], ["encrypted_password", "$2a$10$Y17/juZikIo.wUKo7WmvuOaGu2q/jUoSHHDPLFsDL7b48F5TXkmpm"], ["created_at", "2016-04-29 13:14:47.072297"], ["updated_at", "2016-04-29 13:14:47.072297"]]  (138.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user158@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user158"], ["email", "user158@email.com"], ["encrypted_password", "$2a$10$0usu3MCs26mWXH1n3WNGeu7YVo1T/LO3P69vINrRZiOsVvfIKEN9e"], ["created_at", "2016-04-29 13:14:47.292021"], ["updated_at", "2016-04-29 13:14:47.292021"]]  (186.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user159@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user159"], ["email", "user159@email.com"], ["encrypted_password", "$2a$10$APwFc2TZVUVlV3f0h9L9jeWUrFPoKAMIN.gc4GLdYl8Ue1zzn/NE."], ["created_at", "2016-04-29 13:14:47.558407"], ["updated_at", "2016-04-29 13:14:47.558407"]]  (186.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user160@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user160"], ["email", "user160@email.com"], ["encrypted_password", "$2a$10$p3EPd5Wf.zcvr0kW7WVRlOoUk9tiWgR30WccbtTzRba4imoes9CkW"], ["created_at", "2016-04-29 13:14:47.826862"], ["updated_at", "2016-04-29 13:14:47.826862"]]  (173.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user161@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user161"], ["email", "user161@email.com"], ["encrypted_password", "$2a$10$27abObkO9SYM/uSAL40ZjeolZ7FibwdruI.AKK1LI2y/1JbisOXPK"], ["created_at", "2016-04-29 13:14:48.082838"], ["updated_at", "2016-04-29 13:14:48.082838"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user162@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user162"], ["email", "user162@email.com"], ["encrypted_password", "$2a$10$bAZ0C0H4HPhI3gs1vcZ9r.UnZzHeRHSKYlcjs/iQfaNSrVG9fvvZO"], ["created_at", "2016-04-29 13:14:48.321361"], ["updated_at", "2016-04-29 13:14:48.321361"]]  (278.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user163@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user163"], ["email", "user163@email.com"], ["encrypted_password", "$2a$10$nEnQ/SrkiezGbFoTedtfWOGsZ4SmykqmDh/IKuGrNoArycvRcZ3ca"], ["created_at", "2016-04-29 13:14:48.679484"], ["updated_at", "2016-04-29 13:14:48.679484"]]  (276.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user164@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user164"], ["email", "user164@email.com"], ["encrypted_password", "$2a$10$TDeTwkoaVODELq0h8FVb9O.ioTmlTDs5zl2nKGAEf.JdfLOBi5gKC"], ["created_at", "2016-04-29 13:14:49.035332"], ["updated_at", "2016-04-29 13:14:49.035332"]]  (108.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user165@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user165"], ["email", "user165@email.com"], ["encrypted_password", "$2a$10$NkFWYQqBcZJz15bdpPZCxOyWmI0Wrpbz6GZFijQhlJn.fZwi1ONCm"], ["created_at", "2016-04-29 13:14:49.224697"], ["updated_at", "2016-04-29 13:14:49.224697"]]  (163.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user166@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user166"], ["email", "user166@email.com"], ["encrypted_password", "$2a$10$yUL3prkxMEda4TffLoAkuevNvcgsrAHLJeLIMRpS93uNfDiPXWRCC"], ["created_at", "2016-04-29 13:14:49.467201"], ["updated_at", "2016-04-29 13:14:49.467201"]]  (154.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user167@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user167"], ["email", "user167@email.com"], ["encrypted_password", "$2a$10$HcIA/7/9lRoM3.K/wMdZk.E1/TK6xKo.XOcyMtKS10nPe1lk1xgQq"], ["created_at", "2016-04-29 13:14:49.702691"], ["updated_at", "2016-04-29 13:14:49.702691"]]  (129.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user168@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user168"], ["email", "user168@email.com"], ["encrypted_password", "$2a$10$vZ5sUiU3rCtduqKX7yJqeujfakJk1y8tuSmbJN.99NgieeKaEnKmC"], ["created_at", "2016-04-29 13:14:49.906446"], ["updated_at", "2016-04-29 13:14:49.906446"]]  (137.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user169@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user169"], ["email", "user169@email.com"], ["encrypted_password", "$2a$10$J/2kCfqT/AReAtO6q9Lq..YOJrJNKjPKYNiEIwVWITB.Y44oxz55q"], ["created_at", "2016-04-29 13:14:50.126536"], ["updated_at", "2016-04-29 13:14:50.126536"]]  (205.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user170@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user170"], ["email", "user170@email.com"], ["encrypted_password", "$2a$10$7HjBQ8x0tS/Np0QJYobj5uD7xky3y/FF4ZMlLEQucsOL7yEE9FGx."], ["created_at", "2016-04-29 13:14:50.415893"], ["updated_at", "2016-04-29 13:14:50.415893"]]  (315.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user171@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user171"], ["email", "user171@email.com"], ["encrypted_password", "$2a$10$zfcxX83sY4qjHYD81uiOYOvHPfJKCkHI81PxoAMKsqxyGAPQBw5zq"], ["created_at", "2016-04-29 13:14:50.814699"], ["updated_at", "2016-04-29 13:14:50.814699"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user172@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user172"], ["email", "user172@email.com"], ["encrypted_password", "$2a$10$SZY4dhkw9qEZo2qXFh/ZAuY4LJ.1b.JJuwBLfiiDlAoKmi/vK5Dsi"], ["created_at", "2016-04-29 13:14:51.088186"], ["updated_at", "2016-04-29 13:14:51.088186"]]  (166.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user173@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user173"], ["email", "user173@email.com"], ["encrypted_password", "$2a$10$Ny.QVa8q/rjsHJIpgjU5RuvxdZT.YiOQAU8ig/dZDzkcI9glIz4DO"], ["created_at", "2016-04-29 13:14:51.336091"], ["updated_at", "2016-04-29 13:14:51.336091"]]  (174.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user174@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user174"], ["email", "user174@email.com"], ["encrypted_password", "$2a$10$azUlsTqFHtn54pijbgoBi.SvkZbJ2PXZm8HsSyUOxeWnZGdMy5aMK"], ["created_at", "2016-04-29 13:14:51.589753"], ["updated_at", "2016-04-29 13:14:51.589753"]]  (198.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user175@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user175"], ["email", "user175@email.com"], ["encrypted_password", "$2a$10$mXeb9nXJuEwUvtalfrp4qeAWHHuCp9dJC8teNycw3qTdZAK6Rd43q"], ["created_at", "2016-04-29 13:14:51.865540"], ["updated_at", "2016-04-29 13:14:51.865540"]]  (144.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user176@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user176"], ["email", "user176@email.com"], ["encrypted_password", "$2a$10$RpB6Yu9sOCo1IxnQF2eGjesI86Ef.YAB0uOcRdhq5MY0YXjJwAnp2"], ["created_at", "2016-04-29 13:14:52.092676"], ["updated_at", "2016-04-29 13:14:52.092676"]]  (162.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user177@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user177"], ["email", "user177@email.com"], ["encrypted_password", "$2a$10$Tz.kPS1FOumB0CIxKsFF3.97tAYe7H3ZVzl8FR5.Abkat4eMkMXhS"], ["created_at", "2016-04-29 13:14:52.336589"], ["updated_at", "2016-04-29 13:14:52.336589"]]  (162.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user178@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user178"], ["email", "user178@email.com"], ["encrypted_password", "$2a$10$AD2zs.XMI38mc1GNNeRf0eDQKqv3luUQGsmJHvzpId1kyZmGnufla"], ["created_at", "2016-04-29 13:14:52.581547"], ["updated_at", "2016-04-29 13:14:52.581547"]]  (283.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user179@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user179"], ["email", "user179@email.com"], ["encrypted_password", "$2a$10$rAyEFXnR3qMyQS/gRgdkAuc.uGcQWVxpu8N4ZC.s7cqwTNpDhKr0O"], ["created_at", "2016-04-29 13:14:52.946073"], ["updated_at", "2016-04-29 13:14:52.946073"]]  (184.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user180@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user180"], ["email", "user180@email.com"], ["encrypted_password", "$2a$10$7ud09XXXeo8Pw9JtBg.CaOPdHxqqmEFZJdxACPL4gvlmIplJLZlfy"], ["created_at", "2016-04-29 13:14:53.204529"], ["updated_at", "2016-04-29 13:14:53.204529"]]  (193.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user181@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user181"], ["email", "user181@email.com"], ["encrypted_password", "$2a$10$upTkbJ7Aw2uosPDheHhgMu4cuxRH7/WJGCMstEZTbwhnl6QSSXY8m"], ["created_at", "2016-04-29 13:14:53.473796"], ["updated_at", "2016-04-29 13:14:53.473796"]]  (168.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user182@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user182"], ["email", "user182@email.com"], ["encrypted_password", "$2a$10$mgtvsH1YxA0r.zGDbhpioOBo0NNpIk.OimZR2FWy.BrFWhbPpYaDm"], ["created_at", "2016-04-29 13:14:53.716142"], ["updated_at", "2016-04-29 13:14:53.716142"]]  (137.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user183@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user183"], ["email", "user183@email.com"], ["encrypted_password", "$2a$10$qUI96Z1fkBMnEVJq64AHSuARfS0Zu4wBrbUrjldFudvxD/vBduT0C"], ["created_at", "2016-04-29 13:14:53.926114"], ["updated_at", "2016-04-29 13:14:53.926114"]]  (160.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user184@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user184"], ["email", "user184@email.com"], ["encrypted_password", "$2a$10$yIzdIUKnc.g0xR2msuQp5uUvZUCEHLAk/6OuVXDozgF5Ua13xXrqm"], ["created_at", "2016-04-29 13:14:54.159289"], ["updated_at", "2016-04-29 13:14:54.159289"]]  (182.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user185@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user185"], ["email", "user185@email.com"], ["encrypted_password", "$2a$10$7bzSqjBzUfT/mZEx3THirukk3hS6LIjh9K9P9DE.rUi4osxCHkE3y"], ["created_at", "2016-04-29 13:14:54.421692"], ["updated_at", "2016-04-29 13:14:54.421692"]]  (177.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user186@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user186"], ["email", "user186@email.com"], ["encrypted_password", "$2a$10$pZSlZi88H0W6xrgUS85RtuIQ4p6LfpduE.T6xeRRP2pv7IW1UUGK2"], ["created_at", "2016-04-29 13:14:54.683134"], ["updated_at", "2016-04-29 13:14:54.683134"]]  (171.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user187@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user187"], ["email", "user187@email.com"], ["encrypted_password", "$2a$10$HEOatyv8zqMfwDyHB8GzkuE2iS.IFqmf2cOsQaEvdbxKGBzVR2NyG"], ["created_at", "2016-04-29 13:14:54.930762"], ["updated_at", "2016-04-29 13:14:54.930762"]]  (256.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user188@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user188"], ["email", "user188@email.com"], ["encrypted_password", "$2a$10$gazUdCCTYWMg5j4/GfWme.WTAG14M0.CZQRaQYV8Veqbl62f.13MO"], ["created_at", "2016-04-29 13:14:55.274699"], ["updated_at", "2016-04-29 13:14:55.274699"]]  (145.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user189@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user189"], ["email", "user189@email.com"], ["encrypted_password", "$2a$10$g.ayjyLsYzqmBE40PxKIl.pegSBkxWwK7YEciTscY28Ov7JJ0kK8G"], ["created_at", "2016-04-29 13:14:55.497709"], ["updated_at", "2016-04-29 13:14:55.497709"]]  (189.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user190@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user190"], ["email", "user190@email.com"], ["encrypted_password", "$2a$10$Zgbmd8GHZbkqKS.frNYoGef7QRiaoD8DjzwnwgeKDHSfXajL3juqa"], ["created_at", "2016-04-29 13:14:55.765791"], ["updated_at", "2016-04-29 13:14:55.765791"]]  (165.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user191@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user191"], ["email", "user191@email.com"], ["encrypted_password", "$2a$10$Z.PH4/0YZsNEmJgmzQSBpe16fRm3cCFYLE/fz8g0x/mCIwT.PhBC2"], ["created_at", "2016-04-29 13:14:56.012792"], ["updated_at", "2016-04-29 13:14:56.012792"]]  (162.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user192@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user192"], ["email", "user192@email.com"], ["encrypted_password", "$2a$10$IsuebCdqF.FQO1LXuaPkuuC8R.igZ3vwBz5LLZ3lFRiEBhYX3/glC"], ["created_at", "2016-04-29 13:14:56.255210"], ["updated_at", "2016-04-29 13:14:56.255210"]]  (164.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user193@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user193"], ["email", "user193@email.com"], ["encrypted_password", "$2a$10$EjPUyOVP1f9nbI6lgsxat.4PaBE/Qrq/9gyhaj4WM7W4OAP5Xki0G"], ["created_at", "2016-04-29 13:14:56.498375"], ["updated_at", "2016-04-29 13:14:56.498375"]]  (188.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user194@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user194"], ["email", "user194@email.com"], ["encrypted_password", "$2a$10$FetUm7SuEU11WA211iDYueUyizuQWkUNKv2c3GPzFvnhriuJpAK3K"], ["created_at", "2016-04-29 13:14:56.767579"], ["updated_at", "2016-04-29 13:14:56.767579"]]  (163.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user195@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user195"], ["email", "user195@email.com"], ["encrypted_password", "$2a$10$U4eHGG9r6Hdo6pSABG69yOG6b7p9y9Oxb2lO/Gk/vMtIbTnNompVW"], ["created_at", "2016-04-29 13:14:57.012712"], ["updated_at", "2016-04-29 13:14:57.012712"]]  (162.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user196@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user196"], ["email", "user196@email.com"], ["encrypted_password", "$2a$10$tnXmOnvL5q/bSAtvX.1hG.uSWC/5c3iSYmZjIv8jnZRZWeuFh7luu"], ["created_at", "2016-04-29 13:14:57.261748"], ["updated_at", "2016-04-29 13:14:57.261748"]]  (168.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user197@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user197"], ["email", "user197@email.com"], ["encrypted_password", "$2a$10$r2.DGEJPpbQ5rZy29dfqmezP/CmF5DfS/I9e0MHO6OKLYGvyzJVO2"], ["created_at", "2016-04-29 13:14:57.508125"], ["updated_at", "2016-04-29 13:14:57.508125"]]  (277.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user198@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user198"], ["email", "user198@email.com"], ["encrypted_password", "$2a$10$I.YuWLUbiSt94Hy1wpn70eEr6aH6FtStWcUrIX/qGMdmbfb1rvAT6"], ["created_at", "2016-04-29 13:14:57.865520"], ["updated_at", "2016-04-29 13:14:57.865520"]]  (309.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user199@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user199"], ["email", "user199@email.com"], ["encrypted_password", "$2a$10$ifyyw1Ek1LRWb5ncLTOiO.pfvLJcZdECfvONuAV1OPXwKT/dNsdcS"], ["created_at", "2016-04-29 13:14:58.258101"], ["updated_at", "2016-04-29 13:14:58.258101"]]  (160.9ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user200@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user200"], ["email", "user200@email.com"], ["encrypted_password", "$2a$10$L70zPQyIVEahP2kpwf0rheyefUQF1LTDtPc.xXcDGGfKbpD5wIYDy"], ["created_at", "2016-04-29 13:14:58.496526"], ["updated_at", "2016-04-29 13:14:58.496526"]]  (234.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user201@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user201"], ["email", "user201@email.com"], ["encrypted_password", "$2a$10$uMnI37XXb6kO2Lnkl0G0wuOuqI9TcqEETKT0XGWyl/k4m/3tczYr."], ["created_at", "2016-04-29 13:14:58.808634"], ["updated_at", "2016-04-29 13:14:58.808634"]]  (121.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user202@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user202"], ["email", "user202@email.com"], ["encrypted_password", "$2a$10$4mhv/vaqmfmXnnP7qrHzkOAyM1Quy82y02vtman05ZN9omt7zurLC"], ["created_at", "2016-04-29 13:14:59.014625"], ["updated_at", "2016-04-29 13:14:59.014625"]]  (138.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user203@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user203"], ["email", "user203@email.com"], ["encrypted_password", "$2a$10$pX4C1LxnP2GghirVzGtwoe99ghhHVA7LbkctSXWjEAu/sVOzTW7WW"], ["created_at", "2016-04-29 13:14:59.233604"], ["updated_at", "2016-04-29 13:14:59.233604"]]  (163.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user204@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user204"], ["email", "user204@email.com"], ["encrypted_password", "$2a$10$gl7bVUOmiR1GKQWMy.Wj7.xP79wak3JsdoZQ7ZHciEojnCoNtghW6"], ["created_at", "2016-04-29 13:14:59.476162"], ["updated_at", "2016-04-29 13:14:59.476162"]]  (165.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user205@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user205"], ["email", "user205@email.com"], ["encrypted_password", "$2a$10$2zWXZJRoO9sCcJM7pvXSiu4ALoWGXnRzBmYyALgDYZmTj1lZyoi/e"], ["created_at", "2016-04-29 13:14:59.720576"], ["updated_at", "2016-04-29 13:14:59.720576"]]  (164.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user206@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user206"], ["email", "user206@email.com"], ["encrypted_password", "$2a$10$FstP9.Qyea5cPQFGCJQE8O8na/hjvxRVhc7SZBYqxpXSypRPDePi."], ["created_at", "2016-04-29 13:14:59.970737"], ["updated_at", "2016-04-29 13:14:59.970737"]]  (203.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user207@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user207"], ["email", "user207@email.com"], ["encrypted_password", "$2a$10$vAEo1/GbxWh9lQZqPpNL6OlPVc0hgwlOMnPtJDt7lv5jtK.IruCAG"], ["created_at", "2016-04-29 13:15:00.257444"], ["updated_at", "2016-04-29 13:15:00.257444"]]  (338.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user208@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user208"], ["email", "user208@email.com"], ["encrypted_password", "$2a$10$EHxkLkbVEc8WGcAK2sNwhuGrWirZtaF/aLCnuMlB0GOFXvW1gd1Ia"], ["created_at", "2016-04-29 13:15:00.670360"], ["updated_at", "2016-04-29 13:15:00.670360"]]  (213.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user209@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user209"], ["email", "user209@email.com"], ["encrypted_password", "$2a$10$z8R4DGDQQnZHFF.GPfHu/.5sreysOFd0mlZmCJ5m9V/47bSYIOLOW"], ["created_at", "2016-04-29 13:15:00.962572"], ["updated_at", "2016-04-29 13:15:00.962572"]]  (165.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user210@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user210"], ["email", "user210@email.com"], ["encrypted_password", "$2a$10$eVGzdlCJpgWfdWSHBvGRR.xT7h0gIIDZ60oN5C1yfk6b/8DtsbAoa"], ["created_at", "2016-04-29 13:15:01.207452"], ["updated_at", "2016-04-29 13:15:01.207452"]]  (142.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user211@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user211"], ["email", "user211@email.com"], ["encrypted_password", "$2a$10$cnutJSxwqsZnStcfQWBZQe6gZlGccLzTgNm9VWwsqK/wgoya0XR3u"], ["created_at", "2016-04-29 13:15:01.426164"], ["updated_at", "2016-04-29 13:15:01.426164"]]  (148.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user212@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user212"], ["email", "user212@email.com"], ["encrypted_password", "$2a$10$kH77J.vPRfdyPf3lk9gAbuVjFgqI0DoNP.nWTkWma7WxmeH98YFTm"], ["created_at", "2016-04-29 13:15:01.656723"], ["updated_at", "2016-04-29 13:15:01.656723"]]  (173.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user213@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user213"], ["email", "user213@email.com"], ["encrypted_password", "$2a$10$yuo0ykPSsDkgxl8HNQwv1.GNgCq78dL9ValLukJ4LqHikPwqcXSHC"], ["created_at", "2016-04-29 13:15:01.909608"], ["updated_at", "2016-04-29 13:15:01.909608"]]  (153.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user214@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user214"], ["email", "user214@email.com"], ["encrypted_password", "$2a$10$hfegrB75RL2xodJc6Vfeb.kL8VE6KEODgMT5oAzgbwWBpozvHpPji"], ["created_at", "2016-04-29 13:15:02.144123"], ["updated_at", "2016-04-29 13:15:02.144123"]]  (107.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user215@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user215"], ["email", "user215@email.com"], ["encrypted_password", "$2a$10$6uF2VShSocLrLrUUfCmRJOQXThqU1pkfV.rZd22J/LiVxSZljSW0G"], ["created_at", "2016-04-29 13:15:02.333959"], ["updated_at", "2016-04-29 13:15:02.333959"]]  (217.5ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user216@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user216"], ["email", "user216@email.com"], ["encrypted_password", "$2a$10$FlASN/6yof6dPnVifbZXpOX9.jFZutdtNfpQym4cjXjDsTyZzNW6y"], ["created_at", "2016-04-29 13:15:02.636247"], ["updated_at", "2016-04-29 13:15:02.636247"]]  (171.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user217@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user217"], ["email", "user217@email.com"], ["encrypted_password", "$2a$10$1aHXSX7geq8q5xGh6Vtcw.sVFUIbj2LmJlYZQPQUMO3bxPSK/Ke56"], ["created_at", "2016-04-29 13:15:02.892430"], ["updated_at", "2016-04-29 13:15:02.892430"]]  (159.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user218@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user218"], ["email", "user218@email.com"], ["encrypted_password", "$2a$10$h2WCXxBBDugkT.4SNppr/.ubevlRtiLeVbvKjSdpQm/tJ1I3uP0AK"], ["created_at", "2016-04-29 13:15:03.133820"], ["updated_at", "2016-04-29 13:15:03.133820"]]  (162.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user219@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user219"], ["email", "user219@email.com"], ["encrypted_password", "$2a$10$ddTOyKdu7wBnOuVyIEseMOyD/KeY1cPQoGc0MXb3K0pBqheI7gZ4i"], ["created_at", "2016-04-29 13:15:03.382134"], ["updated_at", "2016-04-29 13:15:03.382134"]]  (202.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user220@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user220"], ["email", "user220@email.com"], ["encrypted_password", "$2a$10$UySAbeAZSytWmS/69nFbp.LxoqqPF2NGv9dG3e9aNgWD1nafEx.nm"], ["created_at", "2016-04-29 13:15:03.662909"], ["updated_at", "2016-04-29 13:15:03.662909"]]  (155.7ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user221@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user221"], ["email", "user221@email.com"], ["encrypted_password", "$2a$10$eBzY.ZeonMb2M6owo/nmnedWK6zX1UPUQn8UzihILbxVl/8im/9we"], ["created_at", "2016-04-29 13:15:03.900847"], ["updated_at", "2016-04-29 13:15:03.900847"]]  (161.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user222@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user222"], ["email", "user222@email.com"], ["encrypted_password", "$2a$10$B5nCmsEQ8vGqjnnhNP8hAeHEpVn7JCb/fwSg1j4lqDklOqFuavieC"], ["created_at", "2016-04-29 13:15:04.136368"], ["updated_at", "2016-04-29 13:15:04.136368"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user223@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user223"], ["email", "user223@email.com"], ["encrypted_password", "$2a$10$9ukRAAEoy9aE6c1AVAb/2uBCiMn46dIh6EOPX8xu/2KIjGrTrBdqG"], ["created_at", "2016-04-29 13:15:04.336457"], ["updated_at", "2016-04-29 13:15:04.336457"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user224@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user224"], ["email", "user224@email.com"], ["encrypted_password", "$2a$10$EK2PKzI6VweyU7mU/m2QyOWHqdq502NQ3ySBIQbsyNKELFgwvLeuG"], ["created_at", "2016-04-29 13:15:04.546595"], ["updated_at", "2016-04-29 13:15:04.546595"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user225@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user225"], ["email", "user225@email.com"], ["encrypted_password", "$2a$10$l/yAzUyhV5i4j9G4ywU8U.2yhl2AunCIQuoGfOiDsxKp3jkLhhBHa"], ["created_at", "2016-04-29 13:15:04.770714"], ["updated_at", "2016-04-29 13:15:04.770714"]]  (148.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user226@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user226"], ["email", "user226@email.com"], ["encrypted_password", "$2a$10$kfrX7.p9ueEQA//tYktFje7UOmECTTC8bfZ1DUVLiUl3LWA6vW/Bi"], ["created_at", "2016-04-29 13:15:04.992162"], ["updated_at", "2016-04-29 13:15:04.992162"]]  (94.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user227@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user227"], ["email", "user227@email.com"], ["encrypted_password", "$2a$10$ngU7wywxGvKJukpH6APLpez4G71RCXQiqOakG8UYzV8kztrJEB2WK"], ["created_at", "2016-04-29 13:15:05.170616"], ["updated_at", "2016-04-29 13:15:05.170616"]]  (115.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user228@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user228"], ["email", "user228@email.com"], ["encrypted_password", "$2a$10$b7eAtRnTW2U4tbespLwSgufr9gSp/Vaaalfj/cotXByCcT4dX18Ym"], ["created_at", "2016-04-29 13:15:05.370410"], ["updated_at", "2016-04-29 13:15:05.370410"]]  (148.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user229@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user229"], ["email", "user229@email.com"], ["encrypted_password", "$2a$10$6DDyeFgDkw4m3Cixg9nUjuJT.EGEuNuTykq6Xy81tr569zjON4as."], ["created_at", "2016-04-29 13:15:05.603348"], ["updated_at", "2016-04-29 13:15:05.603348"]]  (149.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user230@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user230"], ["email", "user230@email.com"], ["encrypted_password", "$2a$10$ddNWWvV/HieB1N4ZID7leu5Nt27suFzr6Mg5iUCCCAkC04SG01Os6"], ["created_at", "2016-04-29 13:15:05.837393"], ["updated_at", "2016-04-29 13:15:05.837393"]]  (126.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user231@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user231"], ["email", "user231@email.com"], ["encrypted_password", "$2a$10$RkMnL4t1Pz.N35n1Cao8oONSXHeKy4H8zig1E4QocaANT6Lcrp5La"], ["created_at", "2016-04-29 13:15:06.036153"], ["updated_at", "2016-04-29 13:15:06.036153"]]  (127.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user232@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user232"], ["email", "user232@email.com"], ["encrypted_password", "$2a$10$VxR4DwnwO5tAsW0imHZhBOQVbsM6Q6GVV1hrQiXhi8cN5P124BxgS"], ["created_at", "2016-04-29 13:15:06.245565"], ["updated_at", "2016-04-29 13:15:06.245565"]]  (151.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user233@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user233"], ["email", "user233@email.com"], ["encrypted_password", "$2a$10$FwO5Ic7QYOoiddvlMxGLZ.wWXWVGmDlC34iRA6AYL2A1VJqQjxoH2"], ["created_at", "2016-04-29 13:15:06.474942"], ["updated_at", "2016-04-29 13:15:06.474942"]]  (232.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user234@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user234"], ["email", "user234@email.com"], ["encrypted_password", "$2a$10$ziz8AFX.i5P6PF7O2ztis.Wj6PVHxOptUP2RbWv1JWHyLVw34hJbO"], ["created_at", "2016-04-29 13:15:06.791334"], ["updated_at", "2016-04-29 13:15:06.791334"]]  (205.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user235@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user235"], ["email", "user235@email.com"], ["encrypted_password", "$2a$10$aUVIeDsT4MGCGVETIHQSP.Jq98v7cGMwGeDQNKKisUnSrnuzaTPfu"], ["created_at", "2016-04-29 13:15:07.074159"], ["updated_at", "2016-04-29 13:15:07.074159"]]  (155.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user236@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user236"], ["email", "user236@email.com"], ["encrypted_password", "$2a$10$hz8NuH3DnhGiiS932g5Mn.JmTuvM6Xk44LIw71dS5c/seinJqhRLS"], ["created_at", "2016-04-29 13:15:07.311354"], ["updated_at", "2016-04-29 13:15:07.311354"]]  (106.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user237@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user237"], ["email", "user237@email.com"], ["encrypted_password", "$2a$10$1SqjoCMoN2qUz.kZzAH5EuyCNufvlvzLm1QZohnKLzZYqOgkvi7OG"], ["created_at", "2016-04-29 13:15:07.491957"], ["updated_at", "2016-04-29 13:15:07.491957"]]  (148.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user238@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user238"], ["email", "user238@email.com"], ["encrypted_password", "$2a$10$hfurgElSinLJp3pljxvHU.GrAlZ7DMpNQtaM93uc3M2N1h73UKXZK"], ["created_at", "2016-04-29 13:15:07.715415"], ["updated_at", "2016-04-29 13:15:07.715415"]]  (115.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user239@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user239"], ["email", "user239@email.com"], ["encrypted_password", "$2a$10$QjdeIYjbS37qqmlu4U7mp.tw614AXK364TqgMLm84BvRC0RsQsuT6"], ["created_at", "2016-04-29 13:15:07.915329"], ["updated_at", "2016-04-29 13:15:07.915329"]]  (214.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user240@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user240"], ["email", "user240@email.com"], ["encrypted_password", "$2a$10$n17BZDlV7aawoNyChZZaLeY/idx0vLw3zRrj33T946TLq2GDdTI.W"], ["created_at", "2016-04-29 13:15:08.203207"], ["updated_at", "2016-04-29 13:15:08.203207"]]  (104.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user241@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user241"], ["email", "user241@email.com"], ["encrypted_password", "$2a$10$NTGA7oaLQAkfRXUotLg8ReeKVvQzxfYd6JfxFTtuw/ya0lCKr7KV."], ["created_at", "2016-04-29 13:15:08.381338"], ["updated_at", "2016-04-29 13:15:08.381338"]]  (104.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user242@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user242"], ["email", "user242@email.com"], ["encrypted_password", "$2a$10$.CfxiBgRcitKUJLUifx/quiHrcjS3wwzElgQjLrBuKTp5J3oIcZaK"], ["created_at", "2016-04-29 13:15:08.574532"], ["updated_at", "2016-04-29 13:15:08.574532"]]  (155.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user243@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user243"], ["email", "user243@email.com"], ["encrypted_password", "$2a$10$T8NvQdKOcE2mzmJj6WuRLuXySaFkhUEO5LgG3RU2mPPSrklNRzNj6"], ["created_at", "2016-04-29 13:15:08.811781"], ["updated_at", "2016-04-29 13:15:08.811781"]]  (129.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user244@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user244"], ["email", "user244@email.com"], ["encrypted_password", "$2a$10$Lr388vCY/t4p0wszov8utuf9Zr3hNeGGevxoDpEaQiznT//eSrLbG"], ["created_at", "2016-04-29 13:15:09.028420"], ["updated_at", "2016-04-29 13:15:09.028420"]]  (156.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user245@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user245"], ["email", "user245@email.com"], ["encrypted_password", "$2a$10$W4gCXpHTgyF8OxD3Ovy25e82RgTMk0nx5tjk41KraS0jH86OcHoU2"], ["created_at", "2016-04-29 13:15:09.258853"], ["updated_at", "2016-04-29 13:15:09.258853"]]  (125.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user246@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user246"], ["email", "user246@email.com"], ["encrypted_password", "$2a$10$pnlYJDBdkhaYglXA94c0kO.kveakAYK8a4iqy.Zfwq1dqKOml06qi"], ["created_at", "2016-04-29 13:15:09.463107"], ["updated_at", "2016-04-29 13:15:09.463107"]]  (177.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user247@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user247"], ["email", "user247@email.com"], ["encrypted_password", "$2a$10$DqZ4n3B2w5t4OWIsgvFN3ODLk/LlJTrfZusDg6eF5f0ximk8AJQ4e"], ["created_at", "2016-04-29 13:15:09.727564"], ["updated_at", "2016-04-29 13:15:09.727564"]]  (157.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user248@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user248"], ["email", "user248@email.com"], ["encrypted_password", "$2a$10$iAVyJ69tVoOP2P817i9DweG.DzoaC8j817anI33c.j8TvsuBspIf."], ["created_at", "2016-04-29 13:15:09.970998"], ["updated_at", "2016-04-29 13:15:09.970998"]]  (114.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user249@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user249"], ["email", "user249@email.com"], ["encrypted_password", "$2a$10$NS9CLai8V9qvaisQEvpJHu.lnf3.4Fj5kPM7e5WMt8HTM7yEZFkaO"], ["created_at", "2016-04-29 13:15:10.164265"], ["updated_at", "2016-04-29 13:15:10.164265"]]  (142.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user250@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user250"], ["email", "user250@email.com"], ["encrypted_password", "$2a$10$VsbgkbLbpPtuKzJgygccE.hOc7oNIdbklhRhPTowoA4N5ucSMq1Ba"], ["created_at", "2016-04-29 13:15:10.390494"], ["updated_at", "2016-04-29 13:15:10.390494"]]  (160.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user251@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user251"], ["email", "user251@email.com"], ["encrypted_password", "$2a$10$d5Uuw6VPmIQkNlllIZzehuSaVd5x71g/PpEq6Mbt2jaq2JjOE774a"], ["created_at", "2016-04-29 13:15:10.631987"], ["updated_at", "2016-04-29 13:15:10.631987"]]  (174.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user252@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user252"], ["email", "user252@email.com"], ["encrypted_password", "$2a$10$vP9A/5YL6YVoAvVIcaGmxutCtehA6ZXS65U0z.1Yp1Enrs79kPfgu"], ["created_at", "2016-04-29 13:15:10.879506"], ["updated_at", "2016-04-29 13:15:10.879506"]]  (94.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user253@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user253"], ["email", "user253@email.com"], ["encrypted_password", "$2a$10$KIFGDUiyY35lrazki9YSzect5kXpRk4rcVvd5USOAAOXttpHm5oZW"], ["created_at", "2016-04-29 13:15:11.053125"], ["updated_at", "2016-04-29 13:15:11.053125"]]  (188.1ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user254@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user254"], ["email", "user254@email.com"], ["encrypted_password", "$2a$10$NUSkFFlU7sx0tWjTo.fm5uZctov4YDt4pR/NjaPiosT1b5peKS2AO"], ["created_at", "2016-04-29 13:15:11.315296"], ["updated_at", "2016-04-29 13:15:11.315296"]]  (336.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user255@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user255"], ["email", "user255@email.com"], ["encrypted_password", "$2a$10$AGGinW4spGz3cx7tvwLb5./DW2dOOhXgz9ZyvI9QouO/ZVrbXBe2C"], ["created_at", "2016-04-29 13:15:11.734896"], ["updated_at", "2016-04-29 13:15:11.734896"]]  (172.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user256@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user256"], ["email", "user256@email.com"], ["encrypted_password", "$2a$10$5rWQmYK6yQSu9vdK3YFi7Oxm.7kH5hR4b9edN1OzfIlhGelRN5nAm"], ["created_at", "2016-04-29 13:15:11.987598"], ["updated_at", "2016-04-29 13:15:11.987598"]]  (175.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user257@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user257"], ["email", "user257@email.com"], ["encrypted_password", "$2a$10$59b7rcdR.HigZEP0AWR5F.lIvtFa/uRgIH5ACCwHN3Wlt4lOQcJma"], ["created_at", "2016-04-29 13:15:12.248870"], ["updated_at", "2016-04-29 13:15:12.248870"]]  (169.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user258@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user258"], ["email", "user258@email.com"], ["encrypted_password", "$2a$10$e0YNarmsDU9aQtjRGZRM/OsRo4msCViDEJ2/Pm.sQCF10kvsgBuPC"], ["created_at", "2016-04-29 13:15:12.490863"], ["updated_at", "2016-04-29 13:15:12.490863"]]  (171.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user259@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user259"], ["email", "user259@email.com"], ["encrypted_password", "$2a$10$Lh1nEeFis2j2spvfX6k96OYIOEiu7JbUj9uWnqsv1BKBIDPK22Q/K"], ["created_at", "2016-04-29 13:15:12.735439"], ["updated_at", "2016-04-29 13:15:12.735439"]]  (216.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user260@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user260"], ["email", "user260@email.com"], ["encrypted_password", "$2a$10$NYUXjaXTX6YSwfXGtTxXN.g0AZrRledr.hpxjtblZzeXtNrRgdoi."], ["created_at", "2016-04-29 13:15:13.032232"], ["updated_at", "2016-04-29 13:15:13.032232"]]  (218.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user261@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user261"], ["email", "user261@email.com"], ["encrypted_password", "$2a$10$O.inooXIdgEIu7PBoxjyKOQBgsz0ohRIstgvZGKV08MPdiBMFgHn6"], ["created_at", "2016-04-29 13:15:13.324234"], ["updated_at", "2016-04-29 13:15:13.324234"]]  (115.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user262@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user262"], ["email", "user262@email.com"], ["encrypted_password", "$2a$10$CeU/ApPwXMN2k0fShVl4keYlMzSQGdSWuN5OyaJsGFGjnNO7Dsejy"], ["created_at", "2016-04-29 13:15:13.513147"], ["updated_at", "2016-04-29 13:15:13.513147"]]  (104.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user263@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user263"], ["email", "user263@email.com"], ["encrypted_password", "$2a$10$nV5FFEvMS1OKTPktf/AhNuTQTL/CcpKc7gvL.d1V2.Zg2qzY4iI0G"], ["created_at", "2016-04-29 13:15:13.691567"], ["updated_at", "2016-04-29 13:15:13.691567"]]  (93.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user264@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user264"], ["email", "user264@email.com"], ["encrypted_password", "$2a$10$GOalW5hWyvDR7fenIDM3xeHoUziphBUgrXNEFl70UGTKYUPtxbqAS"], ["created_at", "2016-04-29 13:15:13.858160"], ["updated_at", "2016-04-29 13:15:13.858160"]]  (92.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user265@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user265"], ["email", "user265@email.com"], ["encrypted_password", "$2a$10$2asSyT899Py8631Ad1s6C.vriDTHs2KNc7T13ftwzamxsIYPVmQ/O"], ["created_at", "2016-04-29 13:15:14.024825"], ["updated_at", "2016-04-29 13:15:14.024825"]]  (92.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user266@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user266"], ["email", "user266@email.com"], ["encrypted_password", "$2a$10$MTCbQF.9rjzS7TsLM4kMouFYqUDdpKyO/tX8yhxAIf29cjmJb1P8m"], ["created_at", "2016-04-29 13:15:14.191708"], ["updated_at", "2016-04-29 13:15:14.191708"]]  (103.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user267@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user267"], ["email", "user267@email.com"], ["encrypted_password", "$2a$10$uQujYuXYagShsuiIrHe6Au33XeiPMn6eS/4hnVx1AT5ou0jw4jFIO"], ["created_at", "2016-04-29 13:15:14.378548"], ["updated_at", "2016-04-29 13:15:14.378548"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user268@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user268"], ["email", "user268@email.com"], ["encrypted_password", "$2a$10$vH8YW409CPokdO9fODbT4O85Jp/EP15hZs6PziYlTfpc809OsByIm"], ["created_at", "2016-04-29 13:15:14.599476"], ["updated_at", "2016-04-29 13:15:14.599476"]]  (130.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user269@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user269"], ["email", "user269@email.com"], ["encrypted_password", "$2a$10$q4kI.3BKbo1Vp1E7UMNXd.DQH1VJpAdBKM2Dozo.3AS57Jg3muzu2"], ["created_at", "2016-04-29 13:15:14.809656"], ["updated_at", "2016-04-29 13:15:14.809656"]]  (153.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user270@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user270"], ["email", "user270@email.com"], ["encrypted_password", "$2a$10$oR3qjrSjSB3Wx8M92A4CauE4OvpF1gcMCuCPs48KWx6g6LSZq22D2"], ["created_at", "2016-04-29 13:15:15.046356"], ["updated_at", "2016-04-29 13:15:15.046356"]]  (161.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user271@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user271"], ["email", "user271@email.com"], ["encrypted_password", "$2a$10$dfyibOZDoKa3Vuf1jo13Eer5MqUmKFpQdt0dLZQJl3jOiwLNXpLje"], ["created_at", "2016-04-29 13:15:15.288405"], ["updated_at", "2016-04-29 13:15:15.288405"]]  (152.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user272@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user272"], ["email", "user272@email.com"], ["encrypted_password", "$2a$10$BBX2toVlQxf77TwavFhtA.CDsay/G0ihEUj7Y2LFL1BlUhpI7gw6u"], ["created_at", "2016-04-29 13:15:15.520845"], ["updated_at", "2016-04-29 13:15:15.520845"]]  (175.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user273@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user273"], ["email", "user273@email.com"], ["encrypted_password", "$2a$10$I017TaRLnfTmNr/EnoMsmekub4jVNNzHaX0VgDZZybaTaT2uV2Ng2"], ["created_at", "2016-04-29 13:15:15.778872"], ["updated_at", "2016-04-29 13:15:15.778872"]]  (161.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user274@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user274"], ["email", "user274@email.com"], ["encrypted_password", "$2a$10$jY3N2KsvKH/fWNuaVcRvyefpmB36qE5.mbxC4yTMGl2tJ.Y.z8oWC"], ["created_at", "2016-04-29 13:15:16.013612"], ["updated_at", "2016-04-29 13:15:16.013612"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user275@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user275"], ["email", "user275@email.com"], ["encrypted_password", "$2a$10$Esttom6Fq/lrG./rfYePEu99cPW2li/S0hPdnazxyiBxeTVu8vWEa"], ["created_at", "2016-04-29 13:15:16.235917"], ["updated_at", "2016-04-29 13:15:16.235917"]]  (170.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user276@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user276"], ["email", "user276@email.com"], ["encrypted_password", "$2a$10$CgJtPWvvdlOXU2YXoyu8NeVArVRpDThB6hAFfgsPiwpbcl7XyfP46"], ["created_at", "2016-04-29 13:15:16.483614"], ["updated_at", "2016-04-29 13:15:16.483614"]]  (167.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user277@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user277"], ["email", "user277@email.com"], ["encrypted_password", "$2a$10$B7oGe4WG1Q1Qmo1vuar/SOtRAZeZjQg0CQ76gJJ5QsJo/.19Xbze."], ["created_at", "2016-04-29 13:15:16.725155"], ["updated_at", "2016-04-29 13:15:16.725155"]]  (147.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user278@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user278"], ["email", "user278@email.com"], ["encrypted_password", "$2a$10$kMMQoVdn9YHR1bRbY2c/OO714f0pcSVsEEOtVHoDgT7Ekbad6JQd6"], ["created_at", "2016-04-29 13:15:16.956198"], ["updated_at", "2016-04-29 13:15:16.956198"]]  (205.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user279@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user279"], ["email", "user279@email.com"], ["encrypted_password", "$2a$10$bKTrIgeO6.Z65BgwbKJfS.8bWce9G/w6sqYYmfgAazMt3zx5Ehl76"], ["created_at", "2016-04-29 13:15:17.237670"], ["updated_at", "2016-04-29 13:15:17.237670"]]  (135.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user280@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user280"], ["email", "user280@email.com"], ["encrypted_password", "$2a$10$0TTfV17oXKmfMZGTYlul2.NbIMkYZBo1lUd6opEkKNHV2Snqk.hJ2"], ["created_at", "2016-04-29 13:15:17.458605"], ["updated_at", "2016-04-29 13:15:17.458605"]]  (147.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user281@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user281"], ["email", "user281@email.com"], ["encrypted_password", "$2a$10$TYMDy1gG7w96G116DC79QOWwrM37QLYL4ec1butoTvkZLW53AuC9u"], ["created_at", "2016-04-29 13:15:17.687108"], ["updated_at", "2016-04-29 13:15:17.687108"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user282@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user282"], ["email", "user282@email.com"], ["encrypted_password", "$2a$10$ShBRwFUsZxTEf97LR9pnqel0Ep3fXF647P/.39djpJ1mnWvmATNuS"], ["created_at", "2016-04-29 13:15:17.914378"], ["updated_at", "2016-04-29 13:15:17.914378"]]  (136.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user283@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user283"], ["email", "user283@email.com"], ["encrypted_password", "$2a$10$M92P/JjjCESnpO7eBNsfJu9EJ4qPl4Q5mzjijet0j5wRMdEYNfja2"], ["created_at", "2016-04-29 13:15:18.131108"], ["updated_at", "2016-04-29 13:15:18.131108"]]  (142.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user284@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user284"], ["email", "user284@email.com"], ["encrypted_password", "$2a$10$3rvehYsNQB8pgTg1SryH6u9XYPm4cnWjKx.EQowRKPf7ZWjJTJNEq"], ["created_at", "2016-04-29 13:15:18.358650"], ["updated_at", "2016-04-29 13:15:18.358650"]]  (281.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user285@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user285"], ["email", "user285@email.com"], ["encrypted_password", "$2a$10$EZRhj5/F/y3pQbWoiYZjqe5ZNQVs.6h5D3BnITForLfzmxKW7G8kG"], ["created_at", "2016-04-29 13:15:18.719836"], ["updated_at", "2016-04-29 13:15:18.719836"]]  (175.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user286@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user286"], ["email", "user286@email.com"], ["encrypted_password", "$2a$10$EdmFDgU4kd67d0Ew12llMedKBYzzlMc/TEXjLtMmGLi7uzl6scje."], ["created_at", "2016-04-29 13:15:18.974424"], ["updated_at", "2016-04-29 13:15:18.974424"]]  (121.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user287@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user287"], ["email", "user287@email.com"], ["encrypted_password", "$2a$10$op/CD/pvKuRVIulOGDCFeemexVc/9/ONy.TyNDj7wdvHSRIFyY2pi"], ["created_at", "2016-04-29 13:15:19.177583"], ["updated_at", "2016-04-29 13:15:19.177583"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user288@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user288"], ["email", "user288@email.com"], ["encrypted_password", "$2a$10$bkPWZstjduYnnG.vk8mdwe5EB.yEuNDqLwFrfp3fLxfOj0z5PgF7C"], ["created_at", "2016-04-29 13:15:19.400795"], ["updated_at", "2016-04-29 13:15:19.400795"]]  (116.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user289@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user289"], ["email", "user289@email.com"], ["encrypted_password", "$2a$10$42L3UdFki1bOCjOxDWIDvOq2m.Nw9Bi2mW3EmaXMeLPPKYGqYmHnK"], ["created_at", "2016-04-29 13:15:19.592247"], ["updated_at", "2016-04-29 13:15:19.592247"]]  (158.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user290@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user290"], ["email", "user290@email.com"], ["encrypted_password", "$2a$10$dOdc3DcSDs8lAT4I4aCnJ.vLWPT1el8/umaEym3jU4Rk3IfHBSTTK"], ["created_at", "2016-04-29 13:15:19.831858"], ["updated_at", "2016-04-29 13:15:19.831858"]]  (229.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user291@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user291"], ["email", "user291@email.com"], ["encrypted_password", "$2a$10$9A3pqz1Z.EMYIjRnwmlcE.CWG2HUKs9tEQF4XXlluDs.36DMrsEoO"], ["created_at", "2016-04-29 13:15:20.145307"], ["updated_at", "2016-04-29 13:15:20.145307"]]  (171.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user292@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user292"], ["email", "user292@email.com"], ["encrypted_password", "$2a$10$47SJKJDAPLsn.t0HH1c.oe1sZV5PEheJ5CJWzaO8zsi9WzL46Z0rm"], ["created_at", "2016-04-29 13:15:20.398089"], ["updated_at", "2016-04-29 13:15:20.398089"]]  (129.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user293@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user293"], ["email", "user293@email.com"], ["encrypted_password", "$2a$10$SjIPfaILTMF3mnv1zf6F1eItXHPsuOnbGwYgTFcG6/1Khacg.e2AO"], ["created_at", "2016-04-29 13:15:20.606234"], ["updated_at", "2016-04-29 13:15:20.606234"]]  (199.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user294@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user294"], ["email", "user294@email.com"], ["encrypted_password", "$2a$10$lFobIUwsZFUbgcqVC9v.nuX58t2d28EuDfod4mceqJEXLgiJ40HPO"], ["created_at", "2016-04-29 13:15:20.882837"], ["updated_at", "2016-04-29 13:15:20.882837"]]  (189.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user295@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user295"], ["email", "user295@email.com"], ["encrypted_password", "$2a$10$abtnygUNeeOl0iQYOA2OHe86rVPYggTkXXUK91gMcPXs9OLVAlSiS"], ["created_at", "2016-04-29 13:15:21.154822"], ["updated_at", "2016-04-29 13:15:21.154822"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user296@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user296"], ["email", "user296@email.com"], ["encrypted_password", "$2a$10$hMEbxPM9q6tGDLd/vM0AcuqXR6/HBlgYVi10LVsKfNzFGXmcDF4Xe"], ["created_at", "2016-04-29 13:15:21.371594"], ["updated_at", "2016-04-29 13:15:21.371594"]]  (157.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user297@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user297"], ["email", "user297@email.com"], ["encrypted_password", "$2a$10$9Ao1llstZmUESWAcI/2egOXfvrHhYjWsMOEd/Zr2ZderAChGs7Nrm"], ["created_at", "2016-04-29 13:15:21.611371"], ["updated_at", "2016-04-29 13:15:21.611371"]]  (160.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user298@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user298"], ["email", "user298@email.com"], ["encrypted_password", "$2a$10$vuo1mfBbjNt75VRq51CIMuFDqyP/1IPceulH37XWV9nzk56p/H6MW"], ["created_at", "2016-04-29 13:15:21.853674"], ["updated_at", "2016-04-29 13:15:21.853674"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user299@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user299"], ["email", "user299@email.com"], ["encrypted_password", "$2a$10$FYtzu0qHgbv.PnaRybI5J.MIecotN5d9HYpZ./7ofVYfaePAr2M.."], ["created_at", "2016-04-29 13:15:22.068145"], ["updated_at", "2016-04-29 13:15:22.068145"]]  (137.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user300@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user300"], ["email", "user300@email.com"], ["encrypted_password", "$2a$10$gqbKfpOd/SSARXv4DgR5E.SZXnntmcUEbGDyCk7jjn1.Z3h6.oifO"], ["created_at", "2016-04-29 13:15:22.285415"], ["updated_at", "2016-04-29 13:15:22.285415"]]  (187.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user301@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user301"], ["email", "user301@email.com"], ["encrypted_password", "$2a$10$K5TqoDa.YDMnyNdVUcYwP.r9vro5B68g3Gt.qJGx7V8/1x.qprTiK"], ["created_at", "2016-04-29 13:15:22.550320"], ["updated_at", "2016-04-29 13:15:22.550320"]]  (166.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user302@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user302"], ["email", "user302@email.com"], ["encrypted_password", "$2a$10$7RwaQRZuxnAPT4.5lTF3H.soSH.zy.9PERtdjxnUme.jVjzq8Q4q2"], ["created_at", "2016-04-29 13:15:22.789738"], ["updated_at", "2016-04-29 13:15:22.789738"]]  (160.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user303@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user303"], ["email", "user303@email.com"], ["encrypted_password", "$2a$10$IGgsxZ2ltPY4EWzXDk4Jpe7tHBwVIqcXLjWhiITq9PtePZlZWwJBe"], ["created_at", "2016-04-29 13:15:23.029475"], ["updated_at", "2016-04-29 13:15:23.029475"]]  (142.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user304@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user304"], ["email", "user304@email.com"], ["encrypted_password", "$2a$10$BtavTc4BqVJHyjxHWiwnV.36Kn4Dx5WkK85uIYu2ZtFc5G2tkG0sO"], ["created_at", "2016-04-29 13:15:23.245462"], ["updated_at", "2016-04-29 13:15:23.245462"]]  (82.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user305@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user305"], ["email", "user305@email.com"], ["encrypted_password", "$2a$10$x2J3Jgjjl5VYtunfS8lZ/OOE2xBSq/3IWxJVm6ey0KDZwgZKCuNHm"], ["created_at", "2016-04-29 13:15:23.400664"], ["updated_at", "2016-04-29 13:15:23.400664"]]  (82.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user306@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user306"], ["email", "user306@email.com"], ["encrypted_password", "$2a$10$JlpdplAfWsA8.U/bxuGGpu.qFYxIDh8whv3qeGI7VTF3BaLKmYqBG"], ["created_at", "2016-04-29 13:15:23.566976"], ["updated_at", "2016-04-29 13:15:23.566976"]]  (127.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user307@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user307"], ["email", "user307@email.com"], ["encrypted_password", "$2a$10$at3GTo.Zq9fkT4qtez1GC.V.cBmT5FKVrgINIuSq5VVemOXAFwC0O"], ["created_at", "2016-04-29 13:15:23.774796"], ["updated_at", "2016-04-29 13:15:23.774796"]]  (141.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user308@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user308"], ["email", "user308@email.com"], ["encrypted_password", "$2a$10$X72n8iM/dl/pg8fnoo3A4u9sZCDl1//goSScSR8AjfxlG/2YqEDyy"], ["created_at", "2016-04-29 13:15:23.999417"], ["updated_at", "2016-04-29 13:15:23.999417"]]  (117.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user309@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user309"], ["email", "user309@email.com"], ["encrypted_password", "$2a$10$7ZYrVcsoDL7ymWRgsusKau1A22fBPB7HAShcOViOA3vHCfrnY7gVa"], ["created_at", "2016-04-29 13:15:24.203266"], ["updated_at", "2016-04-29 13:15:24.203266"]]  (146.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user310@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user310"], ["email", "user310@email.com"], ["encrypted_password", "$2a$10$bAc3pZBLM7Sv0V90dW2VUOUfW5GzuwBtgOlJl8OTZd1zrfJyQRYMS"], ["created_at", "2016-04-29 13:15:24.427931"], ["updated_at", "2016-04-29 13:15:24.427931"]]  (201.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user311@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user311"], ["email", "user311@email.com"], ["encrypted_password", "$2a$10$UD1xjFrrK4zAgILS3ymfK.RB/LUkbSMFoYJ5zAEOud0owdKxV5b7W"], ["created_at", "2016-04-29 13:15:24.713145"], ["updated_at", "2016-04-29 13:15:24.713145"]]  (116.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user312@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user312"], ["email", "user312@email.com"], ["encrypted_password", "$2a$10$oLAvdyUggXSNAAj0PbUWGegX5BI420ObwqnT7a0W4FtCjg2tALj9C"], ["created_at", "2016-04-29 13:15:24.901585"], ["updated_at", "2016-04-29 13:15:24.901585"]]  (127.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user313@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user313"], ["email", "user313@email.com"], ["encrypted_password", "$2a$10$AkIv1WEDnFz7oiORPOeyjOKXYsYWlM1aukbw.Stbha8.e6IjQ7jdy"], ["created_at", "2016-04-29 13:15:25.104914"], ["updated_at", "2016-04-29 13:15:25.104914"]]  (146.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user314@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user314"], ["email", "user314@email.com"], ["encrypted_password", "$2a$10$DO.FjrHimVKgDI6uL2o.re1c34GD67/Etpd.morYzxy/OWZ/8E27m"], ["created_at", "2016-04-29 13:15:25.331899"], ["updated_at", "2016-04-29 13:15:25.331899"]]  (163.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user315@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user315"], ["email", "user315@email.com"], ["encrypted_password", "$2a$10$yvDcGa8CdvHeTj5NFknu4el4xgev33hU9.V2yrFNPR4ZYnDf.uDNK"], ["created_at", "2016-04-29 13:15:25.573671"], ["updated_at", "2016-04-29 13:15:25.573671"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user316@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user316"], ["email", "user316@email.com"], ["encrypted_password", "$2a$10$x.e26mIw9E4CE7VBbZE2Se2MCSX7ReLvAxrblvJr4BQ2nuC/Ys9tu"], ["created_at", "2016-04-29 13:15:25.797130"], ["updated_at", "2016-04-29 13:15:25.797130"]]  (98.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user317@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user317"], ["email", "user317@email.com"], ["encrypted_password", "$2a$10$C0Lhi9dK52Kv83b.dRLAAebmKUA7v0RnRz71jKPxOBDHyLAE6M0q."], ["created_at", "2016-04-29 13:15:25.978641"], ["updated_at", "2016-04-29 13:15:25.978641"]]  (139.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user318@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user318"], ["email", "user318@email.com"], ["encrypted_password", "$2a$10$roQWmGQxzNPGd3d7VHZGeepGat3TXrKI9BK1MMB87m4nx7cPccvgW"], ["created_at", "2016-04-29 13:15:26.197530"], ["updated_at", "2016-04-29 13:15:26.197530"]]  (120.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user319@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user319"], ["email", "user319@email.com"], ["encrypted_password", "$2a$10$4H0XqqPQDMNFHB2FNm9G4uIy3KGYVuHJN4iSo5Gg1isOix0tihRmS"], ["created_at", "2016-04-29 13:15:26.398671"], ["updated_at", "2016-04-29 13:15:26.398671"]]  (85.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user320@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user320"], ["email", "user320@email.com"], ["encrypted_password", "$2a$10$bGspXx6KGU.ulX8G.72W2.wlOrs8plFhvB7BXzsTDLYmZSYR02Ghi"], ["created_at", "2016-04-29 13:15:26.564391"], ["updated_at", "2016-04-29 13:15:26.564391"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user321@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user321"], ["email", "user321@email.com"], ["encrypted_password", "$2a$10$RxNuw.yjt3pF4FPDZQHGxeKSHLzijIqDwQprC/SXaNlLHL1rfm2XK"], ["created_at", "2016-04-29 13:15:26.780291"], ["updated_at", "2016-04-29 13:15:26.780291"]]  (170.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user322@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user322"], ["email", "user322@email.com"], ["encrypted_password", "$2a$10$jZqYbY5e56MpMRigMQyyN.znVYgFRYy.ALqgJq3qXGw7HE1Fhfmkq"], ["created_at", "2016-04-29 13:15:27.025511"], ["updated_at", "2016-04-29 13:15:27.025511"]]  (236.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user323@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user323"], ["email", "user323@email.com"], ["encrypted_password", "$2a$10$6wuyds.WdPnkTPp/jdt1Gu2hkqr4hCzPMYspiucSlPF/VbADVHW7K"], ["created_at", "2016-04-29 13:15:27.341213"], ["updated_at", "2016-04-29 13:15:27.341213"]]  (242.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user324@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user324"], ["email", "user324@email.com"], ["encrypted_password", "$2a$10$bI3yAbrZBz3xLOSRX.mLDOove4JeLBVBktSh3vpbQZ2mW7wyQargy"], ["created_at", "2016-04-29 13:15:27.662120"], ["updated_at", "2016-04-29 13:15:27.662120"]]  (154.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user325@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user325"], ["email", "user325@email.com"], ["encrypted_password", "$2a$10$znnd1exw9mu4puYlSMLIPuNhe/Un40TP.0nshRo55xPOQfyjeQyK6"], ["created_at", "2016-04-29 13:15:27.889651"], ["updated_at", "2016-04-29 13:15:27.889651"]]  (116.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user326@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user326"], ["email", "user326@email.com"], ["encrypted_password", "$2a$10$jpY17ayV2i4DwfZpaMufM.uYPSYEbomCxgWiXEqSgRkjKeNV.pULe"], ["created_at", "2016-04-29 13:15:28.091263"], ["updated_at", "2016-04-29 13:15:28.091263"]]  (159.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user327@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user327"], ["email", "user327@email.com"], ["encrypted_password", "$2a$10$qKl8Q4SoVDbTOah7yZfPIuyKJBbBbTkPSbJ9zIIX8Mk20fMPuVQh2"], ["created_at", "2016-04-29 13:15:28.324334"], ["updated_at", "2016-04-29 13:15:28.324334"]]  (126.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user328@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user328"], ["email", "user328@email.com"], ["encrypted_password", "$2a$10$u8INcQ2bUa4r8UOwW6U5.eGqFuwy1rFAYs.mcs1TAG7sIGXneeKqG"], ["created_at", "2016-04-29 13:15:28.535062"], ["updated_at", "2016-04-29 13:15:28.535062"]]  (148.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user329@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user329"], ["email", "user329@email.com"], ["encrypted_password", "$2a$10$tDP4Q1eyPdhZOU/Tfp/WcOfRuTf3hU9g8izHaXlZDDNmC/bNbMyae"], ["created_at", "2016-04-29 13:15:28.771603"], ["updated_at", "2016-04-29 13:15:28.771603"]]  (123.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user330@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user330"], ["email", "user330@email.com"], ["encrypted_password", "$2a$10$SpjiJs3u4CG0PjyovVRau.NtHuUtrNq7tlC/H9nDAMRuVUaNZcTBW"], ["created_at", "2016-04-29 13:15:28.978348"], ["updated_at", "2016-04-29 13:15:28.978348"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user331@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user331"], ["email", "user331@email.com"], ["encrypted_password", "$2a$10$IWrKHoCCc0zAfbCfzUeuQe.U4Ekvxu6obj5rMm9bDBkwY.N5Y2ocS"], ["created_at", "2016-04-29 13:15:29.180371"], ["updated_at", "2016-04-29 13:15:29.180371"]]  (82.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user332@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user332"], ["email", "user332@email.com"], ["encrypted_password", "$2a$10$Pt6Szr2hqgfRNIJ.oeOZRu92V67z/.10l4WWnREEQOohqLY0sGhxu"], ["created_at", "2016-04-29 13:15:29.341723"], ["updated_at", "2016-04-29 13:15:29.341723"]]  (154.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user333@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user333"], ["email", "user333@email.com"], ["encrypted_password", "$2a$10$j8bEKnb8aifLZ3yZAy/DuuhIp2cnZ3slpmtIlSS4Q8FJWUuutaKfi"], ["created_at", "2016-04-29 13:15:29.578620"], ["updated_at", "2016-04-29 13:15:29.578620"]]  (161.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user334@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user334"], ["email", "user334@email.com"], ["encrypted_password", "$2a$10$4bQZq9TaC09DmbsGyir4bOux2W66QprTHb0VdabbijGk4SVkIN8he"], ["created_at", "2016-04-29 13:15:29.820688"], ["updated_at", "2016-04-29 13:15:29.820688"]]  (118.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user335@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user335"], ["email", "user335@email.com"], ["encrypted_password", "$2a$10$JqRqP2OEAxwIMpAtzhFsZek/r7OIhxX2ANoupEjn3xfivo0U9LpqW"], ["created_at", "2016-04-29 13:15:30.019978"], ["updated_at", "2016-04-29 13:15:30.019978"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user336@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user336"], ["email", "user336@email.com"], ["encrypted_password", "$2a$10$PQT1fCZGMSGrWZOkZlVfeendQc1BvuWQSdf1j7AUqjtU0vt57s8zO"], ["created_at", "2016-04-29 13:15:30.247937"], ["updated_at", "2016-04-29 13:15:30.247937"]]  (136.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user337@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user337"], ["email", "user337@email.com"], ["encrypted_password", "$2a$10$JStk9a0/Nkj5OGf7dCp8WeYg5CADxcU1w1fVtMRf2o8AWIIchRMPq"], ["created_at", "2016-04-29 13:15:30.467500"], ["updated_at", "2016-04-29 13:15:30.467500"]]  (183.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user338@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user338"], ["email", "user338@email.com"], ["encrypted_password", "$2a$10$dUDUiJ8C8ukIXyte7GmV7ucke5yfn2Hm/d5aUhcBmTLTcPljSI4Xi"], ["created_at", "2016-04-29 13:15:30.727384"], ["updated_at", "2016-04-29 13:15:30.727384"]]  (189.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user339@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user339"], ["email", "user339@email.com"], ["encrypted_password", "$2a$10$K5zEEEFqqJVf7pNBos7dh.SyF60sglZ/669E6Lc0PVqVY6rnj.rPO"], ["created_at", "2016-04-29 13:15:30.990313"], ["updated_at", "2016-04-29 13:15:30.990313"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user340@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user340"], ["email", "user340@email.com"], ["encrypted_password", "$2a$10$7D616BigzsbCpncWvSy.reTFoRieMEr1Wdu/i3x4XkI60JXTQ3SLW"], ["created_at", "2016-04-29 13:15:31.209896"], ["updated_at", "2016-04-29 13:15:31.209896"]]  (130.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user341@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user341"], ["email", "user341@email.com"], ["encrypted_password", "$2a$10$VtxnGCl3kx34n6hgzyKCfONYA8ADTvG3/5c1SARuTpWjqgUlGiIAu"], ["created_at", "2016-04-29 13:15:31.419853"], ["updated_at", "2016-04-29 13:15:31.419853"]]  (408.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user342@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user342"], ["email", "user342@email.com"], ["encrypted_password", "$2a$10$egnFDrIy501uVpnOy9Llp.1O7Py5W84afU7X0OiJUDKRW.G56HHw2"], ["created_at", "2016-04-29 13:15:31.908840"], ["updated_at", "2016-04-29 13:15:31.908840"]]  (119.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user343@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user343"], ["email", "user343@email.com"], ["encrypted_password", "$2a$10$WMxdZe2V0sDGXkoOsVvS2uPfTGC9tC0ziHRRFyhduyv1A/sXvhdlO"], ["created_at", "2016-04-29 13:15:32.106185"], ["updated_at", "2016-04-29 13:15:32.106185"]]  (156.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user344@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user344"], ["email", "user344@email.com"], ["encrypted_password", "$2a$10$c2x1Zv4FymP/y/jWZRxYjOclzDnvCcnMm0IvSETehdRdCufJwWkYK"], ["created_at", "2016-04-29 13:15:32.347440"], ["updated_at", "2016-04-29 13:15:32.347440"]]  (125.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user345@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user345"], ["email", "user345@email.com"], ["encrypted_password", "$2a$10$hfsQnUzDBxB8OxpI3r6FSOE2b1PLN.FeducYArvEWtAy.G2bca4dW"], ["created_at", "2016-04-29 13:15:32.555790"], ["updated_at", "2016-04-29 13:15:32.555790"]]  (96.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user346@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user346"], ["email", "user346@email.com"], ["encrypted_password", "$2a$10$ss5cseXoBuMZkrSLB81m7Olp9IHM8xxjpN0eIOFR3a6Cav6NE1sOy"], ["created_at", "2016-04-29 13:15:32.735890"], ["updated_at", "2016-04-29 13:15:32.735890"]]  (115.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user347@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user347"], ["email", "user347@email.com"], ["encrypted_password", "$2a$10$f2QHPdmieoWvkmTfTDx/Ju3MHj/56WId5vemKXwGh2U1VyKqJuQ1G"], ["created_at", "2016-04-29 13:15:32.936611"], ["updated_at", "2016-04-29 13:15:32.936611"]]  (137.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user348@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user348"], ["email", "user348@email.com"], ["encrypted_password", "$2a$10$GARw2FLSzhICoROpHWxAFuHg1Gdyu/3o5l89L0ivTCmiS.B3p9/3O"], ["created_at", "2016-04-29 13:15:33.151989"], ["updated_at", "2016-04-29 13:15:33.151989"]]  (121.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user349@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user349"], ["email", "user349@email.com"], ["encrypted_password", "$2a$10$qWoi4ZzpU9wRH74dPdPe2ui06ITEuUqvkR1KBuTERFYDGOPzrNPCe"], ["created_at", "2016-04-29 13:15:33.350922"], ["updated_at", "2016-04-29 13:15:33.350922"]]  (144.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user350@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user350"], ["email", "user350@email.com"], ["encrypted_password", "$2a$10$xEnxlEvE3zNLg7PtGrTCc.Y3tUaOscBUgUI/3HG9i9/daQRHpXqL."], ["created_at", "2016-04-29 13:15:33.572207"], ["updated_at", "2016-04-29 13:15:33.572207"]]  (123.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user351@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user351"], ["email", "user351@email.com"], ["encrypted_password", "$2a$10$//6ZJSQyLTrYIzzG5Uwyg.i2d9b37.UtOhmpS/BjSAENX5MvGfyvK"], ["created_at", "2016-04-29 13:15:33.768615"], ["updated_at", "2016-04-29 13:15:33.768615"]]  (137.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user352@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user352"], ["email", "user352@email.com"], ["encrypted_password", "$2a$10$e6p5cYUUKKC0XpqWDjhFFeITsDgSu8GWA6F/EIla4pY.rbU2OJ.9a"], ["created_at", "2016-04-29 13:15:33.990267"], ["updated_at", "2016-04-29 13:15:33.990267"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user353@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user353"], ["email", "user353@email.com"], ["encrypted_password", "$2a$10$boLcwXELnGhAgUilxkgQ3O0gGR79qUADTHdxwyENWKWELfP31CzDO"], ["created_at", "2016-04-29 13:15:34.207271"], ["updated_at", "2016-04-29 13:15:34.207271"]]  (144.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user354@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user354"], ["email", "user354@email.com"], ["encrypted_password", "$2a$10$aiLfN.VUMPCxxHEtiOfhUOlGOkvHZBA0uKBhg9cYxmuX/BIks1KI6"], ["created_at", "2016-04-29 13:15:34.434320"], ["updated_at", "2016-04-29 13:15:34.434320"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user355@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user355"], ["email", "user355@email.com"], ["encrypted_password", "$2a$10$BXT3UEL9NQsmb3RkmL4tJup4zN9QUB0OH4PP6NBDZuOFlYYyQVhqu"], ["created_at", "2016-04-29 13:15:34.654710"], ["updated_at", "2016-04-29 13:15:34.654710"]]  (152.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user356@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user356"], ["email", "user356@email.com"], ["encrypted_password", "$2a$10$2lq2WLfxaxR4nt4HhhS3guXQqHYogMucFgmnjieFQchuTlJ.vVIm."], ["created_at", "2016-04-29 13:15:34.885173"], ["updated_at", "2016-04-29 13:15:34.885173"]]  (110.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user357@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user357"], ["email", "user357@email.com"], ["encrypted_password", "$2a$10$sqTfP0n.YAFuFXWQylBZO.4..S4PIOv4oau6QmexOkpqcoFBkJc9G"], ["created_at", "2016-04-29 13:15:35.076936"], ["updated_at", "2016-04-29 13:15:35.076936"]]  (129.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user358@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user358"], ["email", "user358@email.com"], ["encrypted_password", "$2a$10$D4l0MGHTiVDdvp9A7.aReuwGb9q6CG9591WEco2vCyaYbd3/jlSU6"], ["created_at", "2016-04-29 13:15:35.289904"], ["updated_at", "2016-04-29 13:15:35.289904"]]  (117.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user359@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user359"], ["email", "user359@email.com"], ["encrypted_password", "$2a$10$X7O3IXvfP7SiGbfcBaVhbuu6VfbrovM83o5gmkM5pIjDJ5G4XQ3xi"], ["created_at", "2016-04-29 13:15:35.488504"], ["updated_at", "2016-04-29 13:15:35.488504"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user360@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user360"], ["email", "user360@email.com"], ["encrypted_password", "$2a$10$BQtF4QoO/Qo6RO3cWleS9OtZYXNab1yvWgYBj5iqmrxfc2h2xy9ye"], ["created_at", "2016-04-29 13:15:35.702263"], ["updated_at", "2016-04-29 13:15:35.702263"]]  (115.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user361@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user361"], ["email", "user361@email.com"], ["encrypted_password", "$2a$10$PExB32wxxEeq2qwjkCCS4.eyFo4OliU/p7gEXtdps6Tg8M.LrvAOu"], ["created_at", "2016-04-29 13:15:35.898589"], ["updated_at", "2016-04-29 13:15:35.898589"]]  (141.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user362@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user362"], ["email", "user362@email.com"], ["encrypted_password", "$2a$10$x3x5zkstAcsvcqXRfYWeoeQF99ycAIbJiSSkZ0qBNc5u/fHvCpq6G"], ["created_at", "2016-04-29 13:15:36.119128"], ["updated_at", "2016-04-29 13:15:36.119128"]]  (98.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user363@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user363"], ["email", "user363@email.com"], ["encrypted_password", "$2a$10$4YFSYRHP1orPKZzmLLBWMuKY6otsv6ICefzzlu8EkZnGWgp2f1VQG"], ["created_at", "2016-04-29 13:15:36.291794"], ["updated_at", "2016-04-29 13:15:36.291794"]]  (103.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user364@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user364"], ["email", "user364@email.com"], ["encrypted_password", "$2a$10$qZTfJo5oMM8pYnbEvf9/3.Af1FlP0wBsT/EUwa3ZC51IaWaGnDCUu"], ["created_at", "2016-04-29 13:15:36.477592"], ["updated_at", "2016-04-29 13:15:36.477592"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user365@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user365"], ["email", "user365@email.com"], ["encrypted_password", "$2a$10$IKIqm3xP7zI6Z3DXsRDGAeYBduCXvu7TEz6xr6A6goCZGBZifAREW"], ["created_at", "2016-04-29 13:15:36.691691"], ["updated_at", "2016-04-29 13:15:36.691691"]]  (203.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user366@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user366"], ["email", "user366@email.com"], ["encrypted_password", "$2a$10$qb/etacfRxmDcDnQ2OfHpeIqaeBk/OQED2Q9Xvpk6ZLSGakHrPpje"], ["created_at", "2016-04-29 13:15:36.979419"], ["updated_at", "2016-04-29 13:15:36.979419"]]  (194.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user367@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user367"], ["email", "user367@email.com"], ["encrypted_password", "$2a$10$WJzs7oWrDfEXbXJj5xiCUuRgKY8v3hj6AqbGSkloODZryGznHb3B2"], ["created_at", "2016-04-29 13:15:37.253062"], ["updated_at", "2016-04-29 13:15:37.253062"]]  (132.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user368@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user368"], ["email", "user368@email.com"], ["encrypted_password", "$2a$10$PBB06VYKnTHmm4Rnd2JttOYIMGKepd1fqW.DGm9fWbbaD/HxUdUty"], ["created_at", "2016-04-29 13:15:37.465232"], ["updated_at", "2016-04-29 13:15:37.465232"]]  (109.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user369@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user369"], ["email", "user369@email.com"], ["encrypted_password", "$2a$10$V5wUrMZMoV0utemmU3rle.spc6rnsX9SrkuDDwL4CBabNxDbfFH/q"], ["created_at", "2016-04-29 13:15:37.657959"], ["updated_at", "2016-04-29 13:15:37.657959"]]  (93.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user370@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user370"], ["email", "user370@email.com"], ["encrypted_password", "$2a$10$aEu60ndP/BPS/xPRE1lIwOWlY/EJ2v983lS6TfOYHK2ChPg91XbLC"], ["created_at", "2016-04-29 13:15:37.832278"], ["updated_at", "2016-04-29 13:15:37.832278"]]  (164.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user371@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user371"], ["email", "user371@email.com"], ["encrypted_password", "$2a$10$bd.WcZ7sA8OmnLBgwp.NZuvYAQ.mQotIpjwabdrYIVDf/2KVHrsIi"], ["created_at", "2016-04-29 13:15:38.076758"], ["updated_at", "2016-04-29 13:15:38.076758"]]  (252.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user372@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user372"], ["email", "user372@email.com"], ["encrypted_password", "$2a$10$o1zDoFdkLwotuIK3OwXWXe0bEojLnucvmS1VR90loPN4k0E7zIK9a"], ["created_at", "2016-04-29 13:15:38.408325"], ["updated_at", "2016-04-29 13:15:38.408325"]]  (154.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user373@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user373"], ["email", "user373@email.com"], ["encrypted_password", "$2a$10$qcjGjxMp/IA1kh0C2j0dDuBP8AcAaKDULvFxnPnTqjk1EpgOLoa.O"], ["created_at", "2016-04-29 13:15:38.642251"], ["updated_at", "2016-04-29 13:15:38.642251"]]  (120.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user374@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user374"], ["email", "user374@email.com"], ["encrypted_password", "$2a$10$qaqbSsdSShWCU9FEqMXi4ejW34bUlv1OaKMZxQfxJQhm5VR6bfRfC"], ["created_at", "2016-04-29 13:15:38.843100"], ["updated_at", "2016-04-29 13:15:38.843100"]]  (141.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user375@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user375"], ["email", "user375@email.com"], ["encrypted_password", "$2a$10$F4WVgIBG5UelbGPWCDrFqOE1VFthEjDpRaawCUR.fiY4chBc.55HO"], ["created_at", "2016-04-29 13:15:39.066415"], ["updated_at", "2016-04-29 13:15:39.066415"]]  (95.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user376@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user376"], ["email", "user376@email.com"], ["encrypted_password", "$2a$10$mzVk5SAbYc7DRM/kGyIuFOejgLaJYADxLJ6.VsehEHzfrf/iD7WWe"], ["created_at", "2016-04-29 13:15:39.244389"], ["updated_at", "2016-04-29 13:15:39.244389"]]  (117.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user377@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user377"], ["email", "user377@email.com"], ["encrypted_password", "$2a$10$PCQu/kzgOkGKhidKFzHf8uARIfL42vH0ris9IXglx4e6xRSAN4KAS"], ["created_at", "2016-04-29 13:15:39.442870"], ["updated_at", "2016-04-29 13:15:39.442870"]]  (141.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user378@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user378"], ["email", "user378@email.com"], ["encrypted_password", "$2a$10$ykN7VJDVX4/O8R4qFIj29uv6Fkjc8.TTm0NLUmXVxkmuLU/7atrhu"], ["created_at", "2016-04-29 13:15:39.661341"], ["updated_at", "2016-04-29 13:15:39.661341"]]  (123.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user379@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user379"], ["email", "user379@email.com"], ["encrypted_password", "$2a$10$/hyZwBPvxf8AHyciQS1e5uymuv9VMYMw/wEPXyuAcgGVdAGPvchtG"], ["created_at", "2016-04-29 13:15:39.863109"], ["updated_at", "2016-04-29 13:15:39.863109"]]  (143.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user380@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user380"], ["email", "user380@email.com"], ["encrypted_password", "$2a$10$lnTCjlOqWmwVCN62CDz4CeXhsFzSG5KcnM5542H5bIe4v2r93I4qy"], ["created_at", "2016-04-29 13:15:40.086863"], ["updated_at", "2016-04-29 13:15:40.086863"]]  (118.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user381@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user381"], ["email", "user381@email.com"], ["encrypted_password", "$2a$10$pqdsxw6yey4M2etGAjL60eVRtNENeIZeORTtRKy0u5ScHzwLEtfNi"], ["created_at", "2016-04-29 13:15:40.291876"], ["updated_at", "2016-04-29 13:15:40.291876"]]  (158.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user382@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user382"], ["email", "user382@email.com"], ["encrypted_password", "$2a$10$jwZuwQ.xGOiGyjokLN0Xz.15LFeZZXfSyYqYpSaMsmigHVaB3h91S"], ["created_at", "2016-04-29 13:15:40.531504"], ["updated_at", "2016-04-29 13:15:40.531504"]]  (141.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user383@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user383"], ["email", "user383@email.com"], ["encrypted_password", "$2a$10$9zPGhWlrlF9v02dRoRXRzeUANg/Ora44MSfeKMS4Kg/y3po36LtOO"], ["created_at", "2016-04-29 13:15:40.755510"], ["updated_at", "2016-04-29 13:15:40.755510"]]  (151.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user384@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user384"], ["email", "user384@email.com"], ["encrypted_password", "$2a$10$MGclUFtw2Zb7YGoJv7NHD./0.M3bkRsOY9n6Enoo42BcVlrVU5/wO"], ["created_at", "2016-04-29 13:15:40.987614"], ["updated_at", "2016-04-29 13:15:40.987614"]]  (129.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user385@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user385"], ["email", "user385@email.com"], ["encrypted_password", "$2a$10$TayyFOGvOLh.Hawf0BqcZ.e1bNxUOzAU.zvoGE5eaKX1eq3Tq4KNS"], ["created_at", "2016-04-29 13:15:41.192714"], ["updated_at", "2016-04-29 13:15:41.192714"]]  (114.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user386@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user386"], ["email", "user386@email.com"], ["encrypted_password", "$2a$10$rQQWHbpi0znctPsUtaqFC.LxQTXRNueto4T3EN4PGAxlB3OTXnvzq"], ["created_at", "2016-04-29 13:15:41.392175"], ["updated_at", "2016-04-29 13:15:41.392175"]]  (226.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user387@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user387"], ["email", "user387@email.com"], ["encrypted_password", "$2a$10$iV.MKYl5sh.psKiEA.itiuW6Kr4HonGozTNVXCsdQX63E/3ORXTgu"], ["created_at", "2016-04-29 13:15:41.707756"], ["updated_at", "2016-04-29 13:15:41.707756"]]  (132.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user388@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user388"], ["email", "user388@email.com"], ["encrypted_password", "$2a$10$9NXbKjw.eQ/pZYjYUbb8kuejWZG6TQWs/998SjiOwJa4M1lFX39rS"], ["created_at", "2016-04-29 13:15:41.920867"], ["updated_at", "2016-04-29 13:15:41.920867"]]  (197.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user389@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user389"], ["email", "user389@email.com"], ["encrypted_password", "$2a$10$/ZLKxIuIU.L8sjf9ZwBtPOtQKOswFw6zSAhkQzbC68CcmCvnL6nOa"], ["created_at", "2016-04-29 13:15:42.201430"], ["updated_at", "2016-04-29 13:15:42.201430"]]  (105.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user390@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user390"], ["email", "user390@email.com"], ["encrypted_password", "$2a$10$U.xBIV0.jYManSucQ1AUve1wWoDsLvI3UnNfKZoDCrqEtUukoLXtW"], ["created_at", "2016-04-29 13:15:42.388019"], ["updated_at", "2016-04-29 13:15:42.388019"]]  (96.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user391@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user391"], ["email", "user391@email.com"], ["encrypted_password", "$2a$10$0r4vg2W4m6HKC4We/ooH7ua4RjRtlxfsdVJpWXVGyCZKHFwaSz5Da"], ["created_at", "2016-04-29 13:15:42.562994"], ["updated_at", "2016-04-29 13:15:42.562994"]]  (166.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user392@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user392"], ["email", "user392@email.com"], ["encrypted_password", "$2a$10$46yin6F2nuHjUg2iY6fQqeWdPZ0794AZtdFZxf6ZWBU2vVbeWiTgW"], ["created_at", "2016-04-29 13:15:42.810531"], ["updated_at", "2016-04-29 13:15:42.810531"]]  (195.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user393@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user393"], ["email", "user393@email.com"], ["encrypted_password", "$2a$10$Cx8g78Kyhn844E7d.4VPDOCZbSPnvWYGZz2QE/7pDpobQYfKPoJp2"], ["created_at", "2016-04-29 13:15:43.090146"], ["updated_at", "2016-04-29 13:15:43.090146"]]  (149.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user394@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user394"], ["email", "user394@email.com"], ["encrypted_password", "$2a$10$JyuptyH0a3j9TQAKHt4Qm.Fo3jRrYXTpPf7HFz2KnU/iHGc5XidjC"], ["created_at", "2016-04-29 13:15:43.321676"], ["updated_at", "2016-04-29 13:15:43.321676"]]  (173.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user395@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user395"], ["email", "user395@email.com"], ["encrypted_password", "$2a$10$wjxgwMQYc1W1JnssG0x2teJcdUbNRwMMByZgPPc60dozMTI.iGYK2"], ["created_at", "2016-04-29 13:15:43.574716"], ["updated_at", "2016-04-29 13:15:43.574716"]]  (119.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user396@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user396"], ["email", "user396@email.com"], ["encrypted_password", "$2a$10$Tqj1Z9/P.TDZiAaq0ExiGOXsEP4nEhAXo1Hzn.JVBsR2kp7OpfVg6"], ["created_at", "2016-04-29 13:15:43.768374"], ["updated_at", "2016-04-29 13:15:43.768374"]]  (103.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user397@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user397"], ["email", "user397@email.com"], ["encrypted_password", "$2a$10$3WmPZn.QvvjDlz2cxOUg2.wCxnnej25RidGPu1mYd0BaylnKEsJPO"], ["created_at", "2016-04-29 13:15:43.945461"], ["updated_at", "2016-04-29 13:15:43.945461"]]  (117.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user398@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user398"], ["email", "user398@email.com"], ["encrypted_password", "$2a$10$POZ6t1Ix00lWoxVLt2SR1.RjJwMYqd936nTgg55boARYvcgDzIBpS"], ["created_at", "2016-04-29 13:15:44.145454"], ["updated_at", "2016-04-29 13:15:44.145454"]]  (95.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user399@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user399"], ["email", "user399@email.com"], ["encrypted_password", "$2a$10$H3sh2Dutg0WbAnUl7xJyw.l1xVM3qjM65yd60P5h1dMRBC3obhuBW"], ["created_at", "2016-04-29 13:15:44.318769"], ["updated_at", "2016-04-29 13:15:44.318769"]]  (198.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user400@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user400"], ["email", "user400@email.com"], ["encrypted_password", "$2a$10$PZa0w9ScjfdsRAjtmyDd7Oe7sF0w7hqSUmeNnlAEWELbX96nJWsY."], ["created_at", "2016-04-29 13:15:44.595377"], ["updated_at", "2016-04-29 13:15:44.595377"]]  (188.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user401@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user401"], ["email", "user401@email.com"], ["encrypted_password", "$2a$10$HVN8HhWo1dwi1Vtp9h501e6DYc9JhyPaY7o0bqV263bzCA/YXPIhy"], ["created_at", "2016-04-29 13:15:44.856922"], ["updated_at", "2016-04-29 13:15:44.856922"]]  (193.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user402@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user402"], ["email", "user402@email.com"], ["encrypted_password", "$2a$10$XlO7l.PquoN4PglktZLQreCF/ddNLvzvbH0rc7UtMX5mqkTpQFsSu"], ["created_at", "2016-04-29 13:15:45.134312"], ["updated_at", "2016-04-29 13:15:45.134312"]]  (148.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user403@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user403"], ["email", "user403@email.com"], ["encrypted_password", "$2a$10$/i1QgPyW4rnjZXdo6.VkTO1yV60clO5FJiSQjSyW/MJ01C/wdy0wK"], ["created_at", "2016-04-29 13:15:45.357052"], ["updated_at", "2016-04-29 13:15:45.357052"]]  (93.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user404@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user404"], ["email", "user404@email.com"], ["encrypted_password", "$2a$10$iimsEp2Euo7JIivE9RiTJeQlNPPufBFH0E5dPcyvLodCJZPzFrKtK"], ["created_at", "2016-04-29 13:15:45.528608"], ["updated_at", "2016-04-29 13:15:45.528608"]]  (121.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user405@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user405"], ["email", "user405@email.com"], ["encrypted_password", "$2a$10$MQFLLyWzrh1cwvhfa8vIKOWflpvBLoex8tkDnSkY5v0HgfQba5ALq"], ["created_at", "2016-04-29 13:15:45.731393"], ["updated_at", "2016-04-29 13:15:45.731393"]]  (96.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user406@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user406"], ["email", "user406@email.com"], ["encrypted_password", "$2a$10$SqhORGFnb7GvRJFOslAB/uO2aEbWS/SQJlBl51zRGyC.DEorRW3ae"], ["created_at", "2016-04-29 13:15:45.901203"], ["updated_at", "2016-04-29 13:15:45.901203"]]  (104.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user407@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user407"], ["email", "user407@email.com"], ["encrypted_password", "$2a$10$0VsLEzBcRtE9lQxuTpkW0ueUL/9kwPVgJAKrcZY1aNrxIRZ5KJBhq"], ["created_at", "2016-04-29 13:15:46.083609"], ["updated_at", "2016-04-29 13:15:46.083609"]]  (168.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user408@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user408"], ["email", "user408@email.com"], ["encrypted_password", "$2a$10$qxrPY5.FtWL10v9XbDzZeeqHbJQnAGlA8hKMKbQ3MB9p37U91Wfha"], ["created_at", "2016-04-29 13:15:46.331176"], ["updated_at", "2016-04-29 13:15:46.331176"]]  (151.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user409@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user409"], ["email", "user409@email.com"], ["encrypted_password", "$2a$10$0ctEB1kX54FHE4ocNn6W5uylp.Qcibtzk4e87MdsQdBUThVWbtWUO"], ["created_at", "2016-04-29 13:15:46.569859"], ["updated_at", "2016-04-29 13:15:46.569859"]]  (146.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user410@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user410"], ["email", "user410@email.com"], ["encrypted_password", "$2a$10$OlYkK1ph5Ad.bN6QHhDZN.V5dxVe6mLD8vQ0GVRRHtaY/1OO33YOS"], ["created_at", "2016-04-29 13:15:46.799694"], ["updated_at", "2016-04-29 13:15:46.799694"]]  (139.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user411@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user411"], ["email", "user411@email.com"], ["encrypted_password", "$2a$10$B4hLJ.RKE9h5NO5fI/NU4uHtXKmaxhEy33XZRN4ZVcn19A8bvQDGS"], ["created_at", "2016-04-29 13:15:47.017743"], ["updated_at", "2016-04-29 13:15:47.017743"]]  (141.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user412@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user412"], ["email", "user412@email.com"], ["encrypted_password", "$2a$10$xH5XghctUXO2kqXVSvWpjuQarO7Zlt4CFb5wGotMlpWjbxSer8BF6"], ["created_at", "2016-04-29 13:15:47.242667"], ["updated_at", "2016-04-29 13:15:47.242667"]]  (151.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user413@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user413"], ["email", "user413@email.com"], ["encrypted_password", "$2a$10$iofyf3x7hnVESoeKCtGoV.QAcg92HEolXXSZPYYsmyfoME6Xbg4RS"], ["created_at", "2016-04-29 13:15:47.481220"], ["updated_at", "2016-04-29 13:15:47.481220"]]  (102.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user414@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user414"], ["email", "user414@email.com"], ["encrypted_password", "$2a$10$11k59UI8QyKi36G2O1kMseWs62vq7rcFi5hLB3ybK6oDkSBlStlDq"], ["created_at", "2016-04-29 13:15:47.663572"], ["updated_at", "2016-04-29 13:15:47.663572"]]  (108.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user415@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user415"], ["email", "user415@email.com"], ["encrypted_password", "$2a$10$oomRMaCHELVs.nqmI1e4RuHtrBr/WGiVXxP.IUuuVm9MlJW5T5Zkm"], ["created_at", "2016-04-29 13:15:47.853597"], ["updated_at", "2016-04-29 13:15:47.853597"]]  (119.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user416@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user416"], ["email", "user416@email.com"], ["encrypted_password", "$2a$10$A1UZV.RqbOU95Kjqh7PmMOOm.zg4n8bCtEK/32mfoSRJkPvqnrvtW"], ["created_at", "2016-04-29 13:15:48.052935"], ["updated_at", "2016-04-29 13:15:48.052935"]]  (131.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user417@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user417"], ["email", "user417@email.com"], ["encrypted_password", "$2a$10$lZpbGOMya6.8R7EfrQzJNektfKSqMCOXxa4GaLyPdzz.yEBcZ1i3G"], ["created_at", "2016-04-29 13:15:48.266799"], ["updated_at", "2016-04-29 13:15:48.266799"]]  (117.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user418@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user418"], ["email", "user418@email.com"], ["encrypted_password", "$2a$10$JL7kT86JbMLdBy4PbiSA1OYKgp9YPzWPU1GecFd6UoJ.EvU8Qnfm2"], ["created_at", "2016-04-29 13:15:48.467406"], ["updated_at", "2016-04-29 13:15:48.467406"]]  (161.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user419@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user419"], ["email", "user419@email.com"], ["encrypted_password", "$2a$10$49ytyNNr7CLTOg8kq8oDZ.8JSe1kdIdkNaMy50QB9xYRvBokaPMpm"], ["created_at", "2016-04-29 13:15:48.713421"], ["updated_at", "2016-04-29 13:15:48.713421"]]  (114.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user420@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user420"], ["email", "user420@email.com"], ["encrypted_password", "$2a$10$0yuHq6h3VbAelXGysQDqquxa/q5GgiKJwYqM39cjWtpmGvEau1DWW"], ["created_at", "2016-04-29 13:15:48.910490"], ["updated_at", "2016-04-29 13:15:48.910490"]]  (206.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user421@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user421"], ["email", "user421@email.com"], ["encrypted_password", "$2a$10$VaUBxL0luu88kR48bd2SRuLMlPBaUiJWAV0aYIbzX5iWP9eOsn/ja"], ["created_at", "2016-04-29 13:15:49.199693"], ["updated_at", "2016-04-29 13:15:49.199693"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user422@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user422"], ["email", "user422@email.com"], ["encrypted_password", "$2a$10$FSba7h/928QI80S0lmrcgu8lEkyGqNgXD3cjh0lcAVqz6rb.bxv3K"], ["created_at", "2016-04-29 13:15:49.411816"], ["updated_at", "2016-04-29 13:15:49.411816"]]  (146.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user423@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user423"], ["email", "user423@email.com"], ["encrypted_password", "$2a$10$/VsNyUct9aXOFf4V.rYKZuDRpRT1IH5NMna87nh3kOkelP7uLXIFa"], ["created_at", "2016-04-29 13:15:49.640815"], ["updated_at", "2016-04-29 13:15:49.640815"]]  (120.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user424@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user424"], ["email", "user424@email.com"], ["encrypted_password", "$2a$10$/A/5ye8q5o9OgNXRQuSO0.UTpoJG6szhfxeRPXTtmTmA3u7WHG4s6"], ["created_at", "2016-04-29 13:15:49.837002"], ["updated_at", "2016-04-29 13:15:49.837002"]]  (157.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user425@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user425"], ["email", "user425@email.com"], ["encrypted_password", "$2a$10$xoU8UBhKAoZxDrNRNoil9O8Rslgp5ISsE/EQ.KyR9JQuurtqlPz6S"], ["created_at", "2016-04-29 13:15:50.076825"], ["updated_at", "2016-04-29 13:15:50.076825"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user426@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user426"], ["email", "user426@email.com"], ["encrypted_password", "$2a$10$CJt5b9V0X6gPqnJ1HEzWd.zSMErWo6fkYLi3ZHc5tbHTudAbPQ0PO"], ["created_at", "2016-04-29 13:15:50.279251"], ["updated_at", "2016-04-29 13:15:50.279251"]]  (115.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user427@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user427"], ["email", "user427@email.com"], ["encrypted_password", "$2a$10$n1v.fe5SwOE7Hg9PHahqNeV9MONj78QAzBSD15OIULDqR/.2/RRSS"], ["created_at", "2016-04-29 13:15:50.473274"], ["updated_at", "2016-04-29 13:15:50.473274"]]  (144.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user428@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user428"], ["email", "user428@email.com"], ["encrypted_password", "$2a$10$1tl7DkYIMBYr3MWnTsBnsu0I5wtU.Tae35SwAmpeTBZnPA4j0DZF."], ["created_at", "2016-04-29 13:15:50.699365"], ["updated_at", "2016-04-29 13:15:50.699365"]]  (163.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user429@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user429"], ["email", "user429@email.com"], ["encrypted_password", "$2a$10$aONRYPK9gG7sAqhfz.OCNeN72KPk/2pb7ntPKYJ.1vo35NrsE1jT2"], ["created_at", "2016-04-29 13:15:50.948480"], ["updated_at", "2016-04-29 13:15:50.948480"]]  (136.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user430@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user430"], ["email", "user430@email.com"], ["encrypted_password", "$2a$10$lLsB2Cl6rcfM12pEDGJWuO4.xnhJs3DKnVMgMEQMDel.OEdFDsdgS"], ["created_at", "2016-04-29 13:15:51.165940"], ["updated_at", "2016-04-29 13:15:51.165940"]]  (118.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user431@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user431"], ["email", "user431@email.com"], ["encrypted_password", "$2a$10$ZuDSKQNTdsmKvYlTAVOG.uinI4FSiuLKZv2Ki8dwwoauMpR1leI.e"], ["created_at", "2016-04-29 13:15:51.358204"], ["updated_at", "2016-04-29 13:15:51.358204"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user432@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user432"], ["email", "user432@email.com"], ["encrypted_password", "$2a$10$OzxQ54U1cgou9QtUYRI2Au9h06Q0u2KtdixII8WV6QCaAOIzNLiRq"], ["created_at", "2016-04-29 13:15:51.570403"], ["updated_at", "2016-04-29 13:15:51.570403"]]  (113.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user433@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user433"], ["email", "user433@email.com"], ["encrypted_password", "$2a$10$AreyEBU5zCdsYf3ymGR/MOTOhe0STKtbmzaRM/amRvWC2zIs35gpK"], ["created_at", "2016-04-29 13:15:51.766155"], ["updated_at", "2016-04-29 13:15:51.766155"]]  (162.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user434@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user434"], ["email", "user434@email.com"], ["encrypted_password", "$2a$10$l2gZCmiziQvieDXaPKZlvOvL4q8.w8X.lBXh0urwaHJ9ID7VD8ISe"], ["created_at", "2016-04-29 13:15:52.008183"], ["updated_at", "2016-04-29 13:15:52.008183"]]  (186.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user435@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user435"], ["email", "user435@email.com"], ["encrypted_password", "$2a$10$56qlX9rcxRXNT5sv21TUYukXdk4dLSx5Gs5FY6MEvxyJLx48336c."], ["created_at", "2016-04-29 13:15:52.276888"], ["updated_at", "2016-04-29 13:15:52.276888"]]  (118.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user436@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user436"], ["email", "user436@email.com"], ["encrypted_password", "$2a$10$q3pd29rNfF5ofxuMSPQy3.c5dphkXfp2y7BDHv6HfYY6H6iXlDA5y"], ["created_at", "2016-04-29 13:15:52.475727"], ["updated_at", "2016-04-29 13:15:52.475727"]]  (164.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user437@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user437"], ["email", "user437@email.com"], ["encrypted_password", "$2a$10$YI/0ZcUKiemc8O1mBohTsOrBZSa/rPWlAgo9bIA9n/LB0NfzW1vu2"], ["created_at", "2016-04-29 13:15:52.719411"], ["updated_at", "2016-04-29 13:15:52.719411"]]  (141.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user438@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user438"], ["email", "user438@email.com"], ["encrypted_password", "$2a$10$xmgz1d8Po1J.10xvYwq.7ubMlkqXFuZ3my.c9.D4xHZhbOAAil8ke"], ["created_at", "2016-04-29 13:15:52.943998"], ["updated_at", "2016-04-29 13:15:52.943998"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user439@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user439"], ["email", "user439@email.com"], ["encrypted_password", "$2a$10$0qji/QJTrP8W0pp7zdk8ru0VXbWiD74JWoVAP5kYEorkhvmYkZD4m"], ["created_at", "2016-04-29 13:15:53.174967"], ["updated_at", "2016-04-29 13:15:53.174967"]]  (130.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user440@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user440"], ["email", "user440@email.com"], ["encrypted_password", "$2a$10$szCFo3GeKtepvOkDrtLvh./6LQFX6d9a0mhn42DrxIqWLN2AeCARu"], ["created_at", "2016-04-29 13:15:53.378029"], ["updated_at", "2016-04-29 13:15:53.378029"]]  (117.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user441@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user441"], ["email", "user441@email.com"], ["encrypted_password", "$2a$10$dW6rt/WzH9JfS5/l5MIvIexR1MuYjWij3Gzg20DSmBQN8WqmtRFqG"], ["created_at", "2016-04-29 13:15:53.577828"], ["updated_at", "2016-04-29 13:15:53.577828"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user442@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user442"], ["email", "user442@email.com"], ["encrypted_password", "$2a$10$lRSd18ZSfbZ51TpwIacoZu7ea.XyUk52fs70d6/7oPujbFAcM4MP."], ["created_at", "2016-04-29 13:15:53.784734"], ["updated_at", "2016-04-29 13:15:53.784734"]]  (111.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user443@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user443"], ["email", "user443@email.com"], ["encrypted_password", "$2a$10$qSANmiaDFGdHUAoH7iCDj.0/c1Hb8y.ksF5GuJFGk8itk9uegWEJO"], ["created_at", "2016-04-29 13:15:53.973460"], ["updated_at", "2016-04-29 13:15:53.973460"]]  (122.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user444@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user444"], ["email", "user444@email.com"], ["encrypted_password", "$2a$10$JLAPz1IrB2mP8vm0k/611eB4u0.gUw9ZJrfq.qWboyrPzLUPULDBi"], ["created_at", "2016-04-29 13:15:54.178259"], ["updated_at", "2016-04-29 13:15:54.178259"]]  (139.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user445@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user445"], ["email", "user445@email.com"], ["encrypted_password", "$2a$10$6.BagId9c3BcT1i3S4Pfqu9PrOoNVTxqxMrDEdIk3I0xH1IB0yT4q"], ["created_at", "2016-04-29 13:15:54.395836"], ["updated_at", "2016-04-29 13:15:54.395836"]]  (200.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user446@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user446"], ["email", "user446@email.com"], ["encrypted_password", "$2a$10$92AGq2QyYKS9.LTKaNxZd..QDZM9njpsgCZVzRmJ1OcyjfiNgKUnS"], ["created_at", "2016-04-29 13:15:54.676283"], ["updated_at", "2016-04-29 13:15:54.676283"]]  (141.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user447@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user447"], ["email", "user447@email.com"], ["encrypted_password", "$2a$10$bZYaEranM1mAV77tO7v82uNWqvyAx0Wfa8QMlMLU4MU9UqAhnHRXW"], ["created_at", "2016-04-29 13:15:54.890495"], ["updated_at", "2016-04-29 13:15:54.890495"]]  (160.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user448@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user448"], ["email", "user448@email.com"], ["encrypted_password", "$2a$10$rnm8bRfaBXTozGUcUEUkjeb5mzZLdHGk9wwE/C0q8LlIYAw8u14rC"], ["created_at", "2016-04-29 13:15:55.138548"], ["updated_at", "2016-04-29 13:15:55.138548"]]  (200.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user449@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user449"], ["email", "user449@email.com"], ["encrypted_password", "$2a$10$aaGGCGTRK.tDamiRBHdYm.nxIZOeRc5Y/.pHMpcoyA0.HlVlrFcqi"], ["created_at", "2016-04-29 13:15:55.423360"], ["updated_at", "2016-04-29 13:15:55.423360"]]  (193.6ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user450@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user450"], ["email", "user450@email.com"], ["encrypted_password", "$2a$10$Ac2pg4LVjv2rZtr48qTiVengsZ17cjf/vi1hvRo0Br2.Zj69XuWJG"], ["created_at", "2016-04-29 13:15:55.696766"], ["updated_at", "2016-04-29 13:15:55.696766"]]  (109.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user451@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user451"], ["email", "user451@email.com"], ["encrypted_password", "$2a$10$I3CEKX8wFq0pKu/wAfWrcuobeg2uKGRoYWWP/NgOhVrA8/H2uEIQm"], ["created_at", "2016-04-29 13:15:55.892021"], ["updated_at", "2016-04-29 13:15:55.892021"]]  (158.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user452@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user452"], ["email", "user452@email.com"], ["encrypted_password", "$2a$10$c7nn2f1Ub7TEW.XCqRWs0Os/brIzjdjRSEW8GuzHGwlPiBoxQgwRW"], ["created_at", "2016-04-29 13:15:56.122903"], ["updated_at", "2016-04-29 13:15:56.122903"]]  (116.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user453@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user453"], ["email", "user453@email.com"], ["encrypted_password", "$2a$10$yMorviaIxqb4TmdyD8/HmOqc4cFM0GTRK2C1eLQDEl8v.FzphaHaa"], ["created_at", "2016-04-29 13:15:56.318005"], ["updated_at", "2016-04-29 13:15:56.318005"]]  (209.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user454@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user454"], ["email", "user454@email.com"], ["encrypted_password", "$2a$10$z7DrjMvT3tuvpvpo4B9swONY9PsYT2iD6a4LN/mGBpCES67sr8zy2"], ["created_at", "2016-04-29 13:15:56.606224"], ["updated_at", "2016-04-29 13:15:56.606224"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user455@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user455"], ["email", "user455@email.com"], ["encrypted_password", "$2a$10$.N85zkIFimHf0ZkPq7gK.ejSouoVHc4nZUFfmQY1xi/7q4Q.wZDGO"], ["created_at", "2016-04-29 13:15:56.830432"], ["updated_at", "2016-04-29 13:15:56.830432"]]  (119.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user456@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user456"], ["email", "user456@email.com"], ["encrypted_password", "$2a$10$TGVbmmqxo0OPs.wNqV6yuOisGsfw3.kHq3cfjSn5urmFUmqMbd9Iy"], ["created_at", "2016-04-29 13:15:57.022245"], ["updated_at", "2016-04-29 13:15:57.022245"]]  (94.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user457@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user457"], ["email", "user457@email.com"], ["encrypted_password", "$2a$10$cQ5LDwHlBHU47yLgX6R/p.40rSGPCtM4tTt.ep2/i33rW7Fvbon9y"], ["created_at", "2016-04-29 13:15:57.200702"], ["updated_at", "2016-04-29 13:15:57.200702"]]  (94.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user458@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user458"], ["email", "user458@email.com"], ["encrypted_password", "$2a$10$kNGp/i6.8V415SNEMAxy2.xwKm8mLLsU4j4kDlQuTOZUoi8quVm/a"], ["created_at", "2016-04-29 13:15:57.374316"], ["updated_at", "2016-04-29 13:15:57.374316"]]  (120.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user459@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user459"], ["email", "user459@email.com"], ["encrypted_password", "$2a$10$t.ucrc8WtFuTw8Jt8xN3RebDiCPijeNhlei5p3GyttSKvCZ1ChgtW"], ["created_at", "2016-04-29 13:15:57.577469"], ["updated_at", "2016-04-29 13:15:57.577469"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user460@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user460"], ["email", "user460@email.com"], ["encrypted_password", "$2a$10$MzZ8f38xDKHZGSGXcP95G.eCCF29jNyVmbIHVyjH4SzdXhn3mX3UK"], ["created_at", "2016-04-29 13:15:57.801991"], ["updated_at", "2016-04-29 13:15:57.801991"]]  (115.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user461@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user461"], ["email", "user461@email.com"], ["encrypted_password", "$2a$10$GwY0efBIyT7OgDsqT9XhS.fF8JvI3oEEmLRkVNFIPanYwbUIy9Zp."], ["created_at", "2016-04-29 13:15:57.998179"], ["updated_at", "2016-04-29 13:15:57.998179"]]  (162.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user462@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user462"], ["email", "user462@email.com"], ["encrypted_password", "$2a$10$q9IxjCnpZ/3I4wYoaTqUQeN/8OZQ4pKt5NViSnJklpt.cRFZ2nv0C"], ["created_at", "2016-04-29 13:15:58.238285"], ["updated_at", "2016-04-29 13:15:58.238285"]]  (167.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user463@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user463"], ["email", "user463@email.com"], ["encrypted_password", "$2a$10$xk3svLWDGI6vpahsYwykOO6dYeAm.RIYHJTIGe4FuXq0D7F9pg//i"], ["created_at", "2016-04-29 13:15:58.485991"], ["updated_at", "2016-04-29 13:15:58.485991"]]  (220.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user464@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user464"], ["email", "user464@email.com"], ["encrypted_password", "$2a$10$.T6MdFJF7I8fL.teUimC4ec0AwTl5HNszZ8hqHCWPh5EmY4iT.I56"], ["created_at", "2016-04-29 13:15:58.785509"], ["updated_at", "2016-04-29 13:15:58.785509"]]  (198.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user465@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user465"], ["email", "user465@email.com"], ["encrypted_password", "$2a$10$i8HKWmNnKtlx1MVQoqY9xONFC.2ckZ1wC9f2sxrR9JkLN/Kg73nb."], ["created_at", "2016-04-29 13:15:59.061502"], ["updated_at", "2016-04-29 13:15:59.061502"]]  (132.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user466@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user466"], ["email", "user466@email.com"], ["encrypted_password", "$2a$10$J0B8H7nAFRa2vnQArQyGduQYvBSzsm72pPXKBunGuz1stn5cZHbeu"], ["created_at", "2016-04-29 13:15:59.267731"], ["updated_at", "2016-04-29 13:15:59.267731"]]  (93.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user467@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user467"], ["email", "user467@email.com"], ["encrypted_password", "$2a$10$uEHokNtrpCZ0IM6n6VxJ6eqW9Pyro8BoMAlUY55yiicYzcdeRB.RG"], ["created_at", "2016-04-29 13:15:59.438906"], ["updated_at", "2016-04-29 13:15:59.438906"]]  (100.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user468@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user468"], ["email", "user468@email.com"], ["encrypted_password", "$2a$10$VeL8Tb9bLCoWc0kz8wuCxuiitnXWWe0QhdQP/CFc22bRDatI2yQgm"], ["created_at", "2016-04-29 13:15:59.621533"], ["updated_at", "2016-04-29 13:15:59.621533"]]  (95.3ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user469@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user469"], ["email", "user469@email.com"], ["encrypted_password", "$2a$10$4qFGCJntSESIyU8u4PwGsOGH1hFVJ8O6nD2HdoQfOPHAFSePYhp8C"], ["created_at", "2016-04-29 13:15:59.798430"], ["updated_at", "2016-04-29 13:15:59.798430"]]  (96.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user470@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user470"], ["email", "user470@email.com"], ["encrypted_password", "$2a$10$bvq0A1SzVmEW1y0u8Po5Qu1GfgPJCFMQpVwozR4b1u.krbMpJylEa"], ["created_at", "2016-04-29 13:15:59.977419"], ["updated_at", "2016-04-29 13:15:59.977419"]]  (117.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user471@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user471"], ["email", "user471@email.com"], ["encrypted_password", "$2a$10$B3c.dmVOYw5NXKFlpaxOCOJVEwSww2DcN67yl/20elgaaYSROR1jm"], ["created_at", "2016-04-29 13:16:00.183234"], ["updated_at", "2016-04-29 13:16:00.183234"]]  (144.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user472@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user472"], ["email", "user472@email.com"], ["encrypted_password", "$2a$10$gJ44qpeItrai0/uE0JqpV.E06lGcmCoa9THRB0564iOh5cGzzIoMW"], ["created_at", "2016-04-29 13:16:00.401064"], ["updated_at", "2016-04-29 13:16:00.401064"]]  (94.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user473@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user473"], ["email", "user473@email.com"], ["encrypted_password", "$2a$10$86zUAz0VD3lFcl0K99EtTew1fuIxINP1UJnogQgAvSNUy9eBWl6cy"], ["created_at", "2016-04-29 13:16:00.577757"], ["updated_at", "2016-04-29 13:16:00.577757"]]  (95.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user474@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user474"], ["email", "user474@email.com"], ["encrypted_password", "$2a$10$LkvEGUxisV/1evXFWq3mm.68C2FkHu43KdPMxUxYBEUM/BZ5uxy82"], ["created_at", "2016-04-29 13:16:00.757509"], ["updated_at", "2016-04-29 13:16:00.757509"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user475@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user475"], ["email", "user475@email.com"], ["encrypted_password", "$2a$10$JVbhPQRWnLZV16jjn3xrsuYk8VshQyJs/gYTQr1j0j18FEjfV/EAm"], ["created_at", "2016-04-29 13:16:00.973455"], ["updated_at", "2016-04-29 13:16:00.973455"]]  (144.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user476@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user476"], ["email", "user476@email.com"], ["encrypted_password", "$2a$10$EkknISZUMK07QOzWm3Lece0pTbAffiRdNk9X2EkZP2m3lVjcQ8sPC"], ["created_at", "2016-04-29 13:16:01.198096"], ["updated_at", "2016-04-29 13:16:01.198096"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user477@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user477"], ["email", "user477@email.com"], ["encrypted_password", "$2a$10$QBx3dJc1tGqqVWvpOASo3uvayb9VO0DhbVAV2gyX6tCVafdNFngbW"], ["created_at", "2016-04-29 13:16:01.417911"], ["updated_at", "2016-04-29 13:16:01.417911"]]  (211.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user478@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user478"], ["email", "user478@email.com"], ["encrypted_password", "$2a$10$LpleUrjWkzgvsoALxJAeeO5U43jcmYMu7uizTDOi5dwDQRPphckkm"], ["created_at", "2016-04-29 13:16:01.711460"], ["updated_at", "2016-04-29 13:16:01.711460"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user479@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user479"], ["email", "user479@email.com"], ["encrypted_password", "$2a$10$mYaf3oK76swq3Um2fhl4.OnJ1ZoenQRBQeUBi7XvyuVvJ/DoDMg2G"], ["created_at", "2016-04-29 13:16:01.919096"], ["updated_at", "2016-04-29 13:16:01.919096"]]  (109.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user480@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user480"], ["email", "user480@email.com"], ["encrypted_password", "$2a$10$txrL0NO5irQKnosaMrPEO.aUiQbL3TzP/AP2iZGxGkcwMpGMbn2sy"], ["created_at", "2016-04-29 13:16:02.110843"], ["updated_at", "2016-04-29 13:16:02.110843"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user481@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user481"], ["email", "user481@email.com"], ["encrypted_password", "$2a$10$pQ/XCh1j8AaRcQ4yq00hZ.aJ/HX.UMXOkT7dnEC2dbNaB7NjvqHZC"], ["created_at", "2016-04-29 13:16:02.336355"], ["updated_at", "2016-04-29 13:16:02.336355"]]  (114.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user482@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user482"], ["email", "user482@email.com"], ["encrypted_password", "$2a$10$pPWKi8lLWSrQQETxM81OfOqX0B6KmSg6ji2w50Y0DlObVi.qgPX1G"], ["created_at", "2016-04-29 13:16:02.524451"], ["updated_at", "2016-04-29 13:16:02.524451"]]  (138.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user483@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user483"], ["email", "user483@email.com"], ["encrypted_password", "$2a$10$PaVo2rByo0VgfCpz9OLgK.02GOpJavnlAQKsnFswtpMx171R5qS7u"], ["created_at", "2016-04-29 13:16:02.746745"], ["updated_at", "2016-04-29 13:16:02.746745"]]  (115.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user484@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user484"], ["email", "user484@email.com"], ["encrypted_password", "$2a$10$U.ih6whLtIKe9fxlERbz8OzsJxa/YiE0Ih19MgCJulSsrYMSojeLe"], ["created_at", "2016-04-29 13:16:02.939788"], ["updated_at", "2016-04-29 13:16:02.939788"]]  (156.1ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user485@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user485"], ["email", "user485@email.com"], ["encrypted_password", "$2a$10$d6fuAHDN012WFfOMZaYNueeujBuhHEW1V/MZ.5IgK72NIKHNPspLS"], ["created_at", "2016-04-29 13:16:03.178141"], ["updated_at", "2016-04-29 13:16:03.178141"]]  (95.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user486@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user486"], ["email", "user486@email.com"], ["encrypted_password", "$2a$10$p3k6dQGJoau/sQluYeA0.u6NzxBQ3CD4svb1NeV3Xi7wiIExJwVtO"], ["created_at", "2016-04-29 13:16:03.356126"], ["updated_at", "2016-04-29 13:16:03.356126"]]  (118.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user487@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user487"], ["email", "user487@email.com"], ["encrypted_password", "$2a$10$Rv/c/X/sn.c1T58IZwVXoO9pV/i0GDR2p/Y09rVcaFBUgSxsHIK3O"], ["created_at", "2016-04-29 13:16:03.557287"], ["updated_at", "2016-04-29 13:16:03.557287"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user488@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user488"], ["email", "user488@email.com"], ["encrypted_password", "$2a$10$m8Bnhe4uiV39WGIfjlpLFekzQOzh9MNRYJn.DvAzGXo2LJ1RZlbFq"], ["created_at", "2016-04-29 13:16:03.779504"], ["updated_at", "2016-04-29 13:16:03.779504"]]  (117.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user489@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user489"], ["email", "user489@email.com"], ["encrypted_password", "$2a$10$cEAhNHc6LzBr4m.vGgFc7udGA32zQe9KSWxtfsJAW.EHbmEw6NrQ6"], ["created_at", "2016-04-29 13:16:03.979851"], ["updated_at", "2016-04-29 13:16:03.979851"]]  (128.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user490@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user490"], ["email", "user490@email.com"], ["encrypted_password", "$2a$10$lKHhSXRWseXuQU576RUu1u318z73wvU5H//dIbHepkooAc33bdRBi"], ["created_at", "2016-04-29 13:16:04.186806"], ["updated_at", "2016-04-29 13:16:04.186806"]]  (131.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user491@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user491"], ["email", "user491@email.com"], ["encrypted_password", "$2a$10$XBIJOTiPaogwzFtsjomr6unIcN7V1Ikj1I6mFctGchTsFZTvQEE1S"], ["created_at", "2016-04-29 13:16:04.404580"], ["updated_at", "2016-04-29 13:16:04.404580"]]  (125.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user492@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user492"], ["email", "user492@email.com"], ["encrypted_password", "$2a$10$HV2g819tLuQAl.4e6ANK9OMD0BwTBXVNDC93ZFJfNgS2ohgxcSeHu"], ["created_at", "2016-04-29 13:16:04.609195"], ["updated_at", "2016-04-29 13:16:04.609195"]]  (120.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user493@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user493"], ["email", "user493@email.com"], ["encrypted_password", "$2a$10$7gr8q1rCXuwDLsL5ltGiROlV1qWDSKpxyRaOgBIFm5afzoPg7QUs2"], ["created_at", "2016-04-29 13:16:04.810285"], ["updated_at", "2016-04-29 13:16:04.810285"]]  (141.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user494@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user494"], ["email", "user494@email.com"], ["encrypted_password", "$2a$10$mHoe2c.S6o2JQXqkPxHHROjz6alnzum094gfKjdH2XfdaSLCbBOSe"], ["created_at", "2016-04-29 13:16:05.033634"], ["updated_at", "2016-04-29 13:16:05.033634"]]  (118.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user495@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user495"], ["email", "user495@email.com"], ["encrypted_password", "$2a$10$t3AAKRM/htvwXqfBqE98FOC1xNZfZLm7NGje.VZ/PaSFUi5FvrIbm"], ["created_at", "2016-04-29 13:16:05.234055"], ["updated_at", "2016-04-29 13:16:05.234055"]]  (162.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user496@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user496"], ["email", "user496@email.com"], ["encrypted_password", "$2a$10$YzXQEe4VIf2jB9hJrKjB0eWpd/a5JW93ZNzEqQQ22Fqye4T/r6Uey"], ["created_at", "2016-04-29 13:16:05.480742"], ["updated_at", "2016-04-29 13:16:05.480742"]]  (115.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user497@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user497"], ["email", "user497@email.com"], ["encrypted_password", "$2a$10$JPgWsZLuMTD5nJadnnV3SeFTV0nXTZqs5mstztrTXQj.Wwu5uYWSy"], ["created_at", "2016-04-29 13:16:05.674352"], ["updated_at", "2016-04-29 13:16:05.674352"]]  (143.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user498@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user498"], ["email", "user498@email.com"], ["encrypted_password", "$2a$10$4YThEqw9lCEYCEBqoYtovOkGcXyofbbwuypCb0lBUfzXtC1zAiFwC"], ["created_at", "2016-04-29 13:16:05.900533"], ["updated_at", "2016-04-29 13:16:05.900533"]]  (128.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user499@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user499"], ["email", "user499@email.com"], ["encrypted_password", "$2a$10$/0dXugHS.o.vA7cCFcBC5Ot42wjxR0dyMO0Ef7TRPjcE7J79/Fn8m"], ["created_at", "2016-04-29 13:16:06.108398"], ["updated_at", "2016-04-29 13:16:06.108398"]]  (231.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user500@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user500"], ["email", "user500@email.com"], ["encrypted_password", "$2a$10$5XBHV7yb0lskxzdHiMeV.eq4b9sruwUBZfjwxMxpKXBFNjQCID6gm"], ["created_at", "2016-04-29 13:16:06.424627"], ["updated_at", "2016-04-29 13:16:06.424627"]]  (283.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user501@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user501"], ["email", "user501@email.com"], ["encrypted_password", "$2a$10$XPaRO0hwT4sFC8cttgXQY.jqz4IMw2pyavPCpyXj9Hy3NuNXakSPe"], ["created_at", "2016-04-29 13:16:06.783378"], ["updated_at", "2016-04-29 13:16:06.783378"]]  (168.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user502@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user502"], ["email", "user502@email.com"], ["encrypted_password", "$2a$10$XlQe869RjHbh4l8EhEFJyuPU5Qb1SiFUXBhkQT89BxZsA/b4QDwKW"], ["created_at", "2016-04-29 13:16:07.031645"], ["updated_at", "2016-04-29 13:16:07.031645"]]  (120.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user503@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user503"], ["email", "user503@email.com"], ["encrypted_password", "$2a$10$S2.JPBZovkDSX31VacALsevEdtH8PiaLGzvPDT8h9h3XbbF8BuQk."], ["created_at", "2016-04-29 13:16:07.233274"], ["updated_at", "2016-04-29 13:16:07.233274"]]  (129.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user504@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user504"], ["email", "user504@email.com"], ["encrypted_password", "$2a$10$/TlQcN5iVkZ6MgaQbl8L8uaCZHsCxwkpnsCAnQf/HqYaM77903Ekq"], ["created_at", "2016-04-29 13:16:07.438403"], ["updated_at", "2016-04-29 13:16:07.438403"]]  (113.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user505@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user505"], ["email", "user505@email.com"], ["encrypted_password", "$2a$10$5YULy9ELgWzZgDhHRX0lde7oEnYZ4V38DhAdYWqG1MXoR3Z6wcaoS"], ["created_at", "2016-04-29 13:16:07.629768"], ["updated_at", "2016-04-29 13:16:07.629768"]]  (144.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user506@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user506"], ["email", "user506@email.com"], ["encrypted_password", "$2a$10$wNl/0T12qVsHibn13ud81.U9nifQEdmosK9Z/w0ofy//RI9f76.FK"], ["created_at", "2016-04-29 13:16:07.855651"], ["updated_at", "2016-04-29 13:16:07.855651"]]  (118.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user507@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user507"], ["email", "user507@email.com"], ["encrypted_password", "$2a$10$/RVyWHojyOsii9ps3UgHAOoLLw9tudGrQGjuzp9kJF7AAMeZjLfe."], ["created_at", "2016-04-29 13:16:08.060432"], ["updated_at", "2016-04-29 13:16:08.060432"]]  (146.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user508@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user508"], ["email", "user508@email.com"], ["encrypted_password", "$2a$10$ImvQbylSuzNdu.lCt.mS8estbVb2mePVhOaJNs87MZl5xRVImJovG"], ["created_at", "2016-04-29 13:16:08.290304"], ["updated_at", "2016-04-29 13:16:08.290304"]]  (149.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user509@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user509"], ["email", "user509@email.com"], ["encrypted_password", "$2a$10$YvuzawbPFEHSCIsrI56FRu7y0amW51Nv1NKxKOXtEHC0Y4ialHCnW"], ["created_at", "2016-04-29 13:16:08.513143"], ["updated_at", "2016-04-29 13:16:08.513143"]]  (116.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user510@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user510"], ["email", "user510@email.com"], ["encrypted_password", "$2a$10$742i/bvoxahyDd4IaT/koOhwvLtUUV7hcaqmnTEIoS.kNIfCHyVL2"], ["created_at", "2016-04-29 13:16:08.712297"], ["updated_at", "2016-04-29 13:16:08.712297"]]  (116.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user511@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user511"], ["email", "user511@email.com"], ["encrypted_password", "$2a$10$JqdKcxSQPfyd5lJ0aEiNfuQg/LpJowf4ATY4cU3aJNbBdJTq5aqCi"], ["created_at", "2016-04-29 13:16:08.912460"], ["updated_at", "2016-04-29 13:16:08.912460"]]  (238.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user512@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user512"], ["email", "user512@email.com"], ["encrypted_password", "$2a$10$mJ6yN69AWEwqHOeZs/YdzusFGS46wb79NBEtkKglgpwplGQXRZsFW"], ["created_at", "2016-04-29 13:16:09.224228"], ["updated_at", "2016-04-29 13:16:09.224228"]]  (148.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user513@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user513"], ["email", "user513@email.com"], ["encrypted_password", "$2a$10$trkWMyxAYqA6QM6aCS275OwNRpvbxA4tPdc7kr/6Bi2spghAG8R.S"], ["created_at", "2016-04-29 13:16:09.445437"], ["updated_at", "2016-04-29 13:16:09.445437"]]  (149.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user514@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user514"], ["email", "user514@email.com"], ["encrypted_password", "$2a$10$GJZUNWgqRTLu0hw.54rMjOYTnX0n4Ta50TU08.7wLl8/PWcJuPXs2"], ["created_at", "2016-04-29 13:16:09.681648"], ["updated_at", "2016-04-29 13:16:09.681648"]]  (146.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user515@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user515"], ["email", "user515@email.com"], ["encrypted_password", "$2a$10$o.sH1NaaebrS9EyzL4.BMenMHEwMfP68iK7BFrpNNPevoquTbYqPS"], ["created_at", "2016-04-29 13:16:09.905025"], ["updated_at", "2016-04-29 13:16:09.905025"]]  (167.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user516@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user516"], ["email", "user516@email.com"], ["encrypted_password", "$2a$10$zpkOxXlh1Q2bprUXL09WBeimCQSTrppTa94mQid7tEI2PLxOx7BiW"], ["created_at", "2016-04-29 13:16:10.152838"], ["updated_at", "2016-04-29 13:16:10.152838"]]  (109.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user517@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user517"], ["email", "user517@email.com"], ["encrypted_password", "$2a$10$bgzlxNZK6iA8qqJaQUkXs.FwTNZbJaGZ5KpknVIU6kbG2YwUvlNQK"], ["created_at", "2016-04-29 13:16:10.338895"], ["updated_at", "2016-04-29 13:16:10.338895"]]  (145.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user518@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user518"], ["email", "user518@email.com"], ["encrypted_password", "$2a$10$ZO8CdhhAoGEi4jrzQZJZC.nlWgAGqzXNoY2NM1bSu.OGRG2Hnp/n2"], ["created_at", "2016-04-29 13:16:10.565015"], ["updated_at", "2016-04-29 13:16:10.565015"]]  (163.6ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user519@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user519"], ["email", "user519@email.com"], ["encrypted_password", "$2a$10$dNcwwgR70uHFR64bfrLGvuCv4axP1amsW/C2Ydx3TpQnOzAuws2jK"], ["created_at", "2016-04-29 13:16:10.811979"], ["updated_at", "2016-04-29 13:16:10.811979"]]  (117.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user520@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user520"], ["email", "user520@email.com"], ["encrypted_password", "$2a$10$is84YMwxIRAKni43WZsfgOED2rnkhV9CkaISYn8WYfgtQT2YfUbm."], ["created_at", "2016-04-29 13:16:11.007009"], ["updated_at", "2016-04-29 13:16:11.007009"]]  (144.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user521@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user521"], ["email", "user521@email.com"], ["encrypted_password", "$2a$10$RX/oa75n3m3IbMN5LNg.0eVNqDSezEOSEkEZJ77Vj3.OMEJxy94uy"], ["created_at", "2016-04-29 13:16:11.231447"], ["updated_at", "2016-04-29 13:16:11.231447"]]  (152.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user522@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user522"], ["email", "user522@email.com"], ["encrypted_password", "$2a$10$H1vINb4w3eQiM.KYSZGSweVassNvKtSgJitQNrdA4wptokP4UKG2q"], ["created_at", "2016-04-29 13:16:11.458311"], ["updated_at", "2016-04-29 13:16:11.458311"]]  (148.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user523@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user523"], ["email", "user523@email.com"], ["encrypted_password", "$2a$10$IKhescLyFXXQ2FEo64a0G.NqTIA00N6R71a6h6Kz4NuATYfrm2YLe"], ["created_at", "2016-04-29 13:16:11.687364"], ["updated_at", "2016-04-29 13:16:11.687364"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user524@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user524"], ["email", "user524@email.com"], ["encrypted_password", "$2a$10$fFLFyfYuWprUDtZeTyWoduCQLxIJBmqcCUnrwSPsQeHh0UB5qVsve"], ["created_at", "2016-04-29 13:16:11.914208"], ["updated_at", "2016-04-29 13:16:11.914208"]]  (136.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user525@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user525"], ["email", "user525@email.com"], ["encrypted_password", "$2a$10$IDNlCuuenggyWV/wSHYSGO94ClkfLEbyS82OJg5vhattowIgJIAsy"], ["created_at", "2016-04-29 13:16:12.126432"], ["updated_at", "2016-04-29 13:16:12.126432"]]  (114.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user526@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user526"], ["email", "user526@email.com"], ["encrypted_password", "$2a$10$8MPPHWt49BahpOHNlPHcUeb0TVFJGTd9pyoJADvgxrXLFM0LuGpa."], ["created_at", "2016-04-29 13:16:12.323924"], ["updated_at", "2016-04-29 13:16:12.323924"]]  (149.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user527@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user527"], ["email", "user527@email.com"], ["encrypted_password", "$2a$10$s7Bm.Wj9TDbLQVuvzCeBEOkjN9jyd3u3hXrhrDwIwWEUtC2fT1VMu"], ["created_at", "2016-04-29 13:16:12.557009"], ["updated_at", "2016-04-29 13:16:12.557009"]]  (116.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user528@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user528"], ["email", "user528@email.com"], ["encrypted_password", "$2a$10$mrd2LvaVTiJKRqEhfl8hO.O7w8stdtuDNXz4w5pTJDoFRguW0xFbW"], ["created_at", "2016-04-29 13:16:12.753226"], ["updated_at", "2016-04-29 13:16:12.753226"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user529@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user529"], ["email", "user529@email.com"], ["encrypted_password", "$2a$10$2ZfC8YMwIUYEXJfB479HU.EKw39SniKbCuAIIYXqN0G/5Emi1.fWW"], ["created_at", "2016-04-29 13:16:12.974518"], ["updated_at", "2016-04-29 13:16:12.974518"]]  (143.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user530@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user530"], ["email", "user530@email.com"], ["encrypted_password", "$2a$10$CSmJvxCZz1xRaD7BbE5VT.S7GZf/TEU7yPjvcSXMSJGtVyOOwM0fi"], ["created_at", "2016-04-29 13:16:13.191324"], ["updated_at", "2016-04-29 13:16:13.191324"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user531@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user531"], ["email", "user531@email.com"], ["encrypted_password", "$2a$10$hw3IDMa9pLoEuz5W3qktAOatfY43l78ixgn.xSWMSSZ9SA0gFA4L6"], ["created_at", "2016-04-29 13:16:13.403717"], ["updated_at", "2016-04-29 13:16:13.403717"]]  (115.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user532@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user532"], ["email", "user532@email.com"], ["encrypted_password", "$2a$10$ira/WTC4qb0w86JJ2ykB2.r/P4oZRysygKp4uBsdZ3YnAOLYn4jaO"], ["created_at", "2016-04-29 13:16:13.606124"], ["updated_at", "2016-04-29 13:16:13.606124"]]  (146.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user533@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user533"], ["email", "user533@email.com"], ["encrypted_password", "$2a$10$W9HTERN7C3dRgy77mmSpNOxXpA5j9tYNPvdj9OH/VUJn.lZhiU.Q6"], ["created_at", "2016-04-29 13:16:13.834879"], ["updated_at", "2016-04-29 13:16:13.834879"]]  (139.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user534@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user534"], ["email", "user534@email.com"], ["encrypted_password", "$2a$10$D8NgfgmefT41cEtwRl/C.OC8Yu.cQ3olLhega2tZNyl1u71b.EcOW"], ["created_at", "2016-04-29 13:16:14.053467"], ["updated_at", "2016-04-29 13:16:14.053467"]]  (165.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user535@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user535"], ["email", "user535@email.com"], ["encrypted_password", "$2a$10$Es0QIaosRPB0lFV6uA/o3.fVlPzotr5Bp3/CQAsVdcnUi0OcZJoLa"], ["created_at", "2016-04-29 13:16:14.296407"], ["updated_at", "2016-04-29 13:16:14.296407"]]  (140.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user536@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user536"], ["email", "user536@email.com"], ["encrypted_password", "$2a$10$BAhs2nKdOy3lI8/G/uElOO7XZSygftPn2GfGQYRLM4LxYlrPFV6n6"], ["created_at", "2016-04-29 13:16:14.520043"], ["updated_at", "2016-04-29 13:16:14.520043"]]  (165.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user537@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user537"], ["email", "user537@email.com"], ["encrypted_password", "$2a$10$URnTUmF2p/0y31D2DR13DuAzCZ5ChG.IMQGs7pNx8bv7ulBb1UjoO"], ["created_at", "2016-04-29 13:16:14.769350"], ["updated_at", "2016-04-29 13:16:14.769350"]]  (137.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user538@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user538"], ["email", "user538@email.com"], ["encrypted_password", "$2a$10$7tJtr7mxC6cLsjIQui3BxO/KsqJjwW0gYEu9LFkL0r9vWPgCnMW8i"], ["created_at", "2016-04-29 13:16:14.988013"], ["updated_at", "2016-04-29 13:16:14.988013"]]  (163.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user539@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user539"], ["email", "user539@email.com"], ["encrypted_password", "$2a$10$5mLSym7bPQZ6MhlAREMl4ev6cD/JibzzEIW1jBYIY3/z9.ynMoUVK"], ["created_at", "2016-04-29 13:16:15.232962"], ["updated_at", "2016-04-29 13:16:15.232962"]]  (118.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user540@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user540"], ["email", "user540@email.com"], ["encrypted_password", "$2a$10$A1LhXcnd6FboH7RmX2JTYuPJ3dpfgvRC6cS8lGyJ9ebQiC2DG27oi"], ["created_at", "2016-04-29 13:16:15.428372"], ["updated_at", "2016-04-29 13:16:15.428372"]]  (144.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user541@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user541"], ["email", "user541@email.com"], ["encrypted_password", "$2a$10$YbLSjqHDG5rNV.PNnoBqSOJ2LTH8BkswPhd1NfdXILwgUY06VUwp."], ["created_at", "2016-04-29 13:16:15.647080"], ["updated_at", "2016-04-29 13:16:15.647080"]]  (115.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user542@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user542"], ["email", "user542@email.com"], ["encrypted_password", "$2a$10$.FUDd76X1ASfdMqBWHdCxeBq4HA7xlPJcJIgR5ZEps1uOH640Dq4a"], ["created_at", "2016-04-29 13:16:15.845655"], ["updated_at", "2016-04-29 13:16:15.845655"]]  (161.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user543@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user543"], ["email", "user543@email.com"], ["encrypted_password", "$2a$10$b7H/Tld35mBCUA5lUvgHk.NEdNvCD230B5mcqpHCfppZ/jWSDa//."], ["created_at", "2016-04-29 13:16:16.090149"], ["updated_at", "2016-04-29 13:16:16.090149"]]  (138.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user544@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user544"], ["email", "user544@email.com"], ["encrypted_password", "$2a$10$BWXJQsiig28D3J/gpQL08upyYvV8TCWZZsuT25ooOdzb/IwQwIsoy"], ["created_at", "2016-04-29 13:16:16.307774"], ["updated_at", "2016-04-29 13:16:16.307774"]]  (132.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user545@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user545"], ["email", "user545@email.com"], ["encrypted_password", "$2a$10$AMQ55o22wtvwBemcxoryYOC1R0fdqYQ/Q5PgdE0Wjg2aPC.RdklSW"], ["created_at", "2016-04-29 13:16:16.523236"], ["updated_at", "2016-04-29 13:16:16.523236"]]  (117.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user546@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user546"], ["email", "user546@email.com"], ["encrypted_password", "$2a$10$ez6ZlMdD18KpDF58jeO6Uuag0mI.bFZQ7eVfdvMifhYer669.lg3m"], ["created_at", "2016-04-29 13:16:16.713816"], ["updated_at", "2016-04-29 13:16:16.713816"]]  (115.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user547@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user547"], ["email", "user547@email.com"], ["encrypted_password", "$2a$10$Q5B1Mh2CuJTgkxciHdJ9ve/WVMotuGJlFWtvNC3.QweFMnx1KaEwq"], ["created_at", "2016-04-29 13:16:16.902929"], ["updated_at", "2016-04-29 13:16:16.902929"]]  (115.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user548@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user548"], ["email", "user548@email.com"], ["encrypted_password", "$2a$10$f213hsKBuCasXt0EJPrObu1u4saLdR6sUrTcP4e3GA4VjS8lm/bh6"], ["created_at", "2016-04-29 13:16:17.092886"], ["updated_at", "2016-04-29 13:16:17.092886"]]  (181.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user549@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user549"], ["email", "user549@email.com"], ["encrypted_password", "$2a$10$dwJLQzH.gif.XlR8PmjOaOEE3SuA8.60n6kq4SHk.0kz09Y80tlqS"], ["created_at", "2016-04-29 13:16:17.347630"], ["updated_at", "2016-04-29 13:16:17.347630"]]  (137.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user550@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user550"], ["email", "user550@email.com"], ["encrypted_password", "$2a$10$k/jjo5J8Ea9k8za3sHted.0tc8mrVEO0pEPE6AZ5g1vlor9ipjbuW"], ["created_at", "2016-04-29 13:16:17.561057"], ["updated_at", "2016-04-29 13:16:17.561057"]]  (168.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user551@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user551"], ["email", "user551@email.com"], ["encrypted_password", "$2a$10$jC5aAZaZuF07Ah7TiEmp..FK60wZ6FrA97Evxdkn42JBvQ2CLkHfu"], ["created_at", "2016-04-29 13:16:17.812250"], ["updated_at", "2016-04-29 13:16:17.812250"]]  (117.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user552@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user552"], ["email", "user552@email.com"], ["encrypted_password", "$2a$10$5sDxKG89GeCypW5vvHRzreNsvmd9h/.A94ttFoxec8VCSdT6ySE0i"], ["created_at", "2016-04-29 13:16:18.011064"], ["updated_at", "2016-04-29 13:16:18.011064"]]  (140.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user553@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user553"], ["email", "user553@email.com"], ["encrypted_password", "$2a$10$vOJVSiw6f3r7/rVDJR9gkuoXeJXww6DF8enS5uFIVTIdIX0v8olU2"], ["created_at", "2016-04-29 13:16:18.229916"], ["updated_at", "2016-04-29 13:16:18.229916"]]  (121.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user554@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user554"], ["email", "user554@email.com"], ["encrypted_password", "$2a$10$MkCB.7zUzSVwqhD6MnMyG.cxFj6LGE7ifN6k6w104Dhfg1RI7Kesy"], ["created_at", "2016-04-29 13:16:18.431983"], ["updated_at", "2016-04-29 13:16:18.431983"]]  (208.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user555@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user555"], ["email", "user555@email.com"], ["encrypted_password", "$2a$10$VtuEXKspdlDXcfA20ZGYLuDnXLCjoBy.aOOiytrJrlanZI4hEvq1."], ["created_at", "2016-04-29 13:16:18.713489"], ["updated_at", "2016-04-29 13:16:18.713489"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user556@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user556"], ["email", "user556@email.com"], ["encrypted_password", "$2a$10$1VBnudGyDIxt1OKCFp47Nuac8xDWH/LLLuSSmKEc.U3LlLoCaIY.C"], ["created_at", "2016-04-29 13:16:18.910551"], ["updated_at", "2016-04-29 13:16:18.910551"]]  (130.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user557@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user557"], ["email", "user557@email.com"], ["encrypted_password", "$2a$10$iMkj8ImplkyX.XCaFUVPhORa/spxMZZdwTe8XVNK9s3lFBS4FiHx2"], ["created_at", "2016-04-29 13:16:19.125745"], ["updated_at", "2016-04-29 13:16:19.125745"]]  (170.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user558@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user558"], ["email", "user558@email.com"], ["encrypted_password", "$2a$10$sQ2oj/ZKp1OcjBBUwoq2r.rMCPTJ3MfYpVmaxnyrA03nfLIbvadVS"], ["created_at", "2016-04-29 13:16:19.375521"], ["updated_at", "2016-04-29 13:16:19.375521"]]  (175.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user559@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user559"], ["email", "user559@email.com"], ["encrypted_password", "$2a$10$5k1TkqgpfkR1XNWN5oP.5eqNWtSyQKIpLlrL3R/z4ontNA4FCx3LS"], ["created_at", "2016-04-29 13:16:19.634824"], ["updated_at", "2016-04-29 13:16:19.634824"]]  (129.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user560@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user560"], ["email", "user560@email.com"], ["encrypted_password", "$2a$10$UDohIzGMjKTqTwvjxgwEWuvzJIKPIUu1xqn0CFO2phhW66lNzQFwS"], ["created_at", "2016-04-29 13:16:19.846945"], ["updated_at", "2016-04-29 13:16:19.846945"]]  (116.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user561@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user561"], ["email", "user561@email.com"], ["encrypted_password", "$2a$10$bSndB2BkdzJteYbjC0h6ruO1QFJZ9dmUJFYohTvPlYj8.1rUZGK6e"], ["created_at", "2016-04-29 13:16:20.043021"], ["updated_at", "2016-04-29 13:16:20.043021"]]  (142.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user562@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user562"], ["email", "user562@email.com"], ["encrypted_password", "$2a$10$GKwkNT7eqC55C3iKGSa1HOOsA.Ya/FtVDmSmnPFeyHPec3KdAN4gK"], ["created_at", "2016-04-29 13:16:20.258771"], ["updated_at", "2016-04-29 13:16:20.258771"]]  (114.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user563@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user563"], ["email", "user563@email.com"], ["encrypted_password", "$2a$10$5WBMTYVFiyXEjiV7ndRLFen0mVTNVdpobz5ld19ftT4W5.WM4h3Zq"], ["created_at", "2016-04-29 13:16:20.454341"], ["updated_at", "2016-04-29 13:16:20.454341"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user564@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user564"], ["email", "user564@email.com"], ["encrypted_password", "$2a$10$vXooWAyYbhy5Eq8pJTLv6enZF9rCwfmr0f6szvEtOIB7ZPHlviBoy"], ["created_at", "2016-04-29 13:16:20.678304"], ["updated_at", "2016-04-29 13:16:20.678304"]]  (118.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user565@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user565"], ["email", "user565@email.com"], ["encrypted_password", "$2a$10$iBokGJ0SZaDHqCOWcFUgjuVuE.cikJZIzbZ3l6u.iX4NT2BlttZla"], ["created_at", "2016-04-29 13:16:20.879059"], ["updated_at", "2016-04-29 13:16:20.879059"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user566@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user566"], ["email", "user566@email.com"], ["encrypted_password", "$2a$10$a0zLo5xB1FNM8WcAqeLQwOEFH7ba6JyDT4QmozFEeSRVmxtPaNdzK"], ["created_at", "2016-04-29 13:16:21.102956"], ["updated_at", "2016-04-29 13:16:21.102956"]]  (137.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user567@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user567"], ["email", "user567@email.com"], ["encrypted_password", "$2a$10$SoaLGCv2T2PJ6MG3w4bsk.xYWi2duJbSDALtMYaprrefiIYGrrxI6"], ["created_at", "2016-04-29 13:16:21.323649"], ["updated_at", "2016-04-29 13:16:21.323649"]]  (161.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user568@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user568"], ["email", "user568@email.com"], ["encrypted_password", "$2a$10$adtjnXDegg2m9Qr7LeNs0ubl8L7F48GYPD91ezbbxf6eN4Bdr2J.K"], ["created_at", "2016-04-29 13:16:21.570605"], ["updated_at", "2016-04-29 13:16:21.570605"]]  (114.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user569@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user569"], ["email", "user569@email.com"], ["encrypted_password", "$2a$10$QOgxyFtfZ84dkoMVhFjNMOUQgUbHKxHwiXeEmInAsU6xtXb/3sXn6"], ["created_at", "2016-04-29 13:16:21.770739"], ["updated_at", "2016-04-29 13:16:21.770739"]]  (158.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user570@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user570"], ["email", "user570@email.com"], ["encrypted_password", "$2a$10$fssHpAevWJbX6InTRoTHjOCznG0cq3oWVimB5XYNVScQacwnm2.4S"], ["created_at", "2016-04-29 13:16:22.008885"], ["updated_at", "2016-04-29 13:16:22.008885"]]  (131.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user571@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user571"], ["email", "user571@email.com"], ["encrypted_password", "$2a$10$2.hMrlL99LNynl4.HtbBxOaPQuahKOP9why9GJKQy3EirVyEZiDj2"], ["created_at", "2016-04-29 13:16:22.220872"], ["updated_at", "2016-04-29 13:16:22.220872"]]  (218.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user572@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user572"], ["email", "user572@email.com"], ["encrypted_password", "$2a$10$Bs6Z725W1GKPyLy1jdHGG.FSmpkyEzycnKQkdAX4sRFaRPwU4nxDu"], ["created_at", "2016-04-29 13:16:22.520694"], ["updated_at", "2016-04-29 13:16:22.520694"]]  (141.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user573@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user573"], ["email", "user573@email.com"], ["encrypted_password", "$2a$10$jLglKkodU3m.zMbb/kOoF.r9cjb1jlMyQ0mQxyVoBNWSKGrMYwl2W"], ["created_at", "2016-04-29 13:16:22.748684"], ["updated_at", "2016-04-29 13:16:22.748684"]]  (135.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user574@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user574"], ["email", "user574@email.com"], ["encrypted_password", "$2a$10$5JK3UphHf3.AnwpqWQ7pSuj/w.KCFIiMroX4d1dIdvhz83XctOzwi"], ["created_at", "2016-04-29 13:16:22.961520"], ["updated_at", "2016-04-29 13:16:22.961520"]]  (344.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user575@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user575"], ["email", "user575@email.com"], ["encrypted_password", "$2a$10$mLFfl/GomQ4xds8LkHGnWOJ9EgMqA5Ln9TNF6rrHDUE50lWKTp1u."], ["created_at", "2016-04-29 13:16:23.388338"], ["updated_at", "2016-04-29 13:16:23.388338"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user576@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user576"], ["email", "user576@email.com"], ["encrypted_password", "$2a$10$VudHPAbpHfH780VtjowOaem13FZ2XqhDpT7B/Cb/7n2rBvrx3nZiW"], ["created_at", "2016-04-29 13:16:23.610840"], ["updated_at", "2016-04-29 13:16:23.610840"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user577@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user577"], ["email", "user577@email.com"], ["encrypted_password", "$2a$10$HyZZQQUx2fibLFq7KuFyTeFboTDsSfi1li5roC3Scyl13HLmqR9RS"], ["created_at", "2016-04-29 13:16:23.823311"], ["updated_at", "2016-04-29 13:16:23.823311"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user578@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user578"], ["email", "user578@email.com"], ["encrypted_password", "$2a$10$ZVWXhXwWWvltM/fJLNTIyuppkNOaP3QiTCY9bNhcNtmpuOPe.IWMK"], ["created_at", "2016-04-29 13:16:24.020521"], ["updated_at", "2016-04-29 13:16:24.020521"]]  (96.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user579@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user579"], ["email", "user579@email.com"], ["encrypted_password", "$2a$10$PPMeSQxr9UR8.vm7a5PZ1.Jr21HSmwrYziyS6Ptz4pOMMta5VwxXe"], ["created_at", "2016-04-29 13:16:24.196622"], ["updated_at", "2016-04-29 13:16:24.196622"]]  (186.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user580@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user580"], ["email", "user580@email.com"], ["encrypted_password", "$2a$10$Cg8ig6Mbb2kXBC.sNie5GOFQQQk/mWurnjKgiBNHXigyWD937JZCC"], ["created_at", "2016-04-29 13:16:24.465394"], ["updated_at", "2016-04-29 13:16:24.465394"]]  (229.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user581@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user581"], ["email", "user581@email.com"], ["encrypted_password", "$2a$10$t4WntPEiLuKKcRWDfiwlyOYA3f5iA0yFx9ZuOuc4Tu3JSXsacM11."], ["created_at", "2016-04-29 13:16:24.778259"], ["updated_at", "2016-04-29 13:16:24.778259"]]  (105.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user582@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user582"], ["email", "user582@email.com"], ["encrypted_password", "$2a$10$spAo.L6ti9G01oV.4fQb5uf4zP4uSTwNB9RiHbq0uezU/bfLYriNC"], ["created_at", "2016-04-29 13:16:24.970129"], ["updated_at", "2016-04-29 13:16:24.970129"]]  (124.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user583@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user583"], ["email", "user583@email.com"], ["encrypted_password", "$2a$10$RpcSb2uEvqqvQeY5df1u6er94zs0UxJzarEkayZKlNHvH.1EtmwOy"], ["created_at", "2016-04-29 13:16:25.175854"], ["updated_at", "2016-04-29 13:16:25.175854"]]  (119.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user584@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user584"], ["email", "user584@email.com"], ["encrypted_password", "$2a$10$stu8ZN7R9FfFETCf7NLKy./b5C/dd8jhx.gFLW905BvpadbpvvJS2"], ["created_at", "2016-04-29 13:16:25.385530"], ["updated_at", "2016-04-29 13:16:25.385530"]]  (131.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user585@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user585"], ["email", "user585@email.com"], ["encrypted_password", "$2a$10$tR.QopE2O5WRe3BoW9WhcOs2RIMKyDevsYbNIvuWBr0eNPvCYKJoS"], ["created_at", "2016-04-29 13:16:25.593765"], ["updated_at", "2016-04-29 13:16:25.593765"]]  (111.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user586@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user586"], ["email", "user586@email.com"], ["encrypted_password", "$2a$10$YuaJr/Eb5E9SpclJNm1gv.7ED/JnOKXxsMJY7e83fI/C5l599nFdq"], ["created_at", "2016-04-29 13:16:25.784044"], ["updated_at", "2016-04-29 13:16:25.784044"]]  (187.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user587@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user587"], ["email", "user587@email.com"], ["encrypted_password", "$2a$10$/kOu9a4GHk06WEWN3MfOluhRQ7gZeGMyd.bvTcewGi8UDX3V9InM6"], ["created_at", "2016-04-29 13:16:26.059194"], ["updated_at", "2016-04-29 13:16:26.059194"]]  (146.1ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user588@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user588"], ["email", "user588@email.com"], ["encrypted_password", "$2a$10$F2HCCHPhL7XhWwryw1Gj7.fLxw8PRRwAC8g6iN4pcWFm9Fvlw3TIm"], ["created_at", "2016-04-29 13:16:26.283750"], ["updated_at", "2016-04-29 13:16:26.283750"]]  (143.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user589@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user589"], ["email", "user589@email.com"], ["encrypted_password", "$2a$10$818jjHOTuQPMzHDjvx4yw.uE8/EWxb0a4DSpUM7SNtBTm32dqpmq6"], ["created_at", "2016-04-29 13:16:26.504901"], ["updated_at", "2016-04-29 13:16:26.504901"]]  (179.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user590@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user590"], ["email", "user590@email.com"], ["encrypted_password", "$2a$10$awQwBGpxlRA1McFOs13S0uGIp5CPy8L/0r863BMcCa3BAa/lYWBuC"], ["created_at", "2016-04-29 13:16:26.766215"], ["updated_at", "2016-04-29 13:16:26.766215"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user591@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user591"], ["email", "user591@email.com"], ["encrypted_password", "$2a$10$gqg6pmz1bBRQuUOD3rNykOmqJFM6bFSM5gT/xuXOuw.1SJigqHWDK"], ["created_at", "2016-04-29 13:16:27.034295"], ["updated_at", "2016-04-29 13:16:27.034295"]]  (94.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user592@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user592"], ["email", "user592@email.com"], ["encrypted_password", "$2a$10$aZYiDIe3bxxb.S938taTleJdCaq/dMP.FHsswrRVj/IHA14TeEaKe"], ["created_at", "2016-04-29 13:16:27.211803"], ["updated_at", "2016-04-29 13:16:27.211803"]]  (94.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user593@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user593"], ["email", "user593@email.com"], ["encrypted_password", "$2a$10$WZHu4VJy0JkQK9zcKyEn4Ov.lc/BfNvsGy21ZkqDrBThB7P1RxYtq"], ["created_at", "2016-04-29 13:16:27.385758"], ["updated_at", "2016-04-29 13:16:27.385758"]]  (109.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user594@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user594"], ["email", "user594@email.com"], ["encrypted_password", "$2a$10$qafJsExZSlBcENS8FF1Dt.ACxZa0GZdaqmhalYnVJxLM59iqh9qQm"], ["created_at", "2016-04-29 13:16:27.575791"], ["updated_at", "2016-04-29 13:16:27.575791"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user595@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user595"], ["email", "user595@email.com"], ["encrypted_password", "$2a$10$Tmz5x5xt5hxZb92VM9Rw1OE9rz4wHe0zdLtXQzjD0pIYKyBw7CLU."], ["created_at", "2016-04-29 13:16:27.801327"], ["updated_at", "2016-04-29 13:16:27.801327"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user596@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user596"], ["email", "user596@email.com"], ["encrypted_password", "$2a$10$xv/0gLVb5CpNpxNwN6nyqeUfUDOIUlFrtNNka1d3pUh1jnF9mbAG2"], ["created_at", "2016-04-29 13:16:27.996832"], ["updated_at", "2016-04-29 13:16:27.996832"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user597@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user597"], ["email", "user597@email.com"], ["encrypted_password", "$2a$10$aQNJw8kx/WA39qQLD6m7dut8KzpkVfcUS.6UyV52La56uBJV74Qla"], ["created_at", "2016-04-29 13:16:28.222666"], ["updated_at", "2016-04-29 13:16:28.222666"]]  (116.9ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user598@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user598"], ["email", "user598@email.com"], ["encrypted_password", "$2a$10$c2wBLB4vq7SHsbLybO9mEe.WApspr1IIBLjPFsad5rtW.2rvEMSIq"], ["created_at", "2016-04-29 13:16:28.412794"], ["updated_at", "2016-04-29 13:16:28.412794"]]  (204.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user599@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user599"], ["email", "user599@email.com"], ["encrypted_password", "$2a$10$q3fPJXiXmBa6cRCRxZNBdelXHG.p2x15KFvVOGlX2dRiljlWDW6OS"], ["created_at", "2016-04-29 13:16:28.698539"], ["updated_at", "2016-04-29 13:16:28.698539"]]  (141.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user600@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user600"], ["email", "user600@email.com"], ["encrypted_password", "$2a$10$IBZEpXmTjFV6JwmM22NpZOif1uwmWD5yCe0.ygZ9b4g8BYqvXIi82"], ["created_at", "2016-04-29 13:16:28.919608"], ["updated_at", "2016-04-29 13:16:28.919608"]]  (142.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user601@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user601"], ["email", "user601@email.com"], ["encrypted_password", "$2a$10$gpdajqIKbZYrcWN6QxOfyuSguWq2Ig7RJmmBAB8Tdmonikq1Qyosi"], ["created_at", "2016-04-29 13:16:29.143576"], ["updated_at", "2016-04-29 13:16:29.143576"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user602@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user602"], ["email", "user602@email.com"], ["encrypted_password", "$2a$10$Dth2gXPojFt4kdcZJ9Wd1.vG0eYJu7vEAo0AYD4jviZMi0FfwabjW"], ["created_at", "2016-04-29 13:16:29.362634"], ["updated_at", "2016-04-29 13:16:29.362634"]]  (121.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user603@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user603"], ["email", "user603@email.com"], ["encrypted_password", "$2a$10$EoCIcwl8.si.D8Xq2JUO4Ov37j6ifvybMDQgXbpZh/2RZgRPiEoSK"], ["created_at", "2016-04-29 13:16:29.567310"], ["updated_at", "2016-04-29 13:16:29.567310"]]  (162.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user604@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user604"], ["email", "user604@email.com"], ["encrypted_password", "$2a$10$MPLytxfvEhrmO3GY8qh4GOctqrRU/apvwOexpZ4pSzSw6.OD7ZkI."], ["created_at", "2016-04-29 13:16:29.807555"], ["updated_at", "2016-04-29 13:16:29.807555"]]  (166.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user605@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user605"], ["email", "user605@email.com"], ["encrypted_password", "$2a$10$QBZ53VEr/9fi68TJw5/LHucS/D68Aj85OIWgUK2eXZCkrQAsF6B1S"], ["created_at", "2016-04-29 13:16:30.046767"], ["updated_at", "2016-04-29 13:16:30.046767"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user606@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user606"], ["email", "user606@email.com"], ["encrypted_password", "$2a$10$JBk.bGdKjQ9PFtPcda46heWVA0AdGOiM9Y01OXeEGLuowVyq00Ply"], ["created_at", "2016-04-29 13:16:30.265223"], ["updated_at", "2016-04-29 13:16:30.265223"]]  (141.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user607@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user607"], ["email", "user607@email.com"], ["encrypted_password", "$2a$10$VOc4JtERCjLU43Dl/HT0Re/ptjzql9eAi0ci/db9qAANsdGoRhi9q"], ["created_at", "2016-04-29 13:16:30.486029"], ["updated_at", "2016-04-29 13:16:30.486029"]]  (120.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user608@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user608"], ["email", "user608@email.com"], ["encrypted_password", "$2a$10$QLKNxpZojMXvONHukebLP.GFRhKWGT4dNeZUajM0jAsZh/wPTOsZ6"], ["created_at", "2016-04-29 13:16:30.686595"], ["updated_at", "2016-04-29 13:16:30.686595"]]  (98.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user609@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user609"], ["email", "user609@email.com"], ["encrypted_password", "$2a$10$YhSV.lSwPZoIdgASRCLaGOLI5IT6.DlYIhAamVNfrXrOZFgmlWSGm"], ["created_at", "2016-04-29 13:16:30.864440"], ["updated_at", "2016-04-29 13:16:30.864440"]]  (120.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user610@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user610"], ["email", "user610@email.com"], ["encrypted_password", "$2a$10$tlgALwZpU3QpnuP0FryYF.vsCykor9W32Y1NIndTt2ijRN6.SgMHK"], ["created_at", "2016-04-29 13:16:31.060149"], ["updated_at", "2016-04-29 13:16:31.060149"]]  (323.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user611@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user611"], ["email", "user611@email.com"], ["encrypted_password", "$2a$10$v/X/MwFTbei7WsJwRo7kL.i9wHxxBEUN/pAf4x018.HYzlEQL8856"], ["created_at", "2016-04-29 13:16:31.465462"], ["updated_at", "2016-04-29 13:16:31.465462"]]  (252.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user612@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user612"], ["email", "user612@email.com"], ["encrypted_password", "$2a$10$Pz04ddo6ASYmm3d/53DY5eQ6c.TTQWvA32P9WnyuNuIJ.ErhqEsfy"], ["created_at", "2016-04-29 13:16:31.799421"], ["updated_at", "2016-04-29 13:16:31.799421"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user613@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user613"], ["email", "user613@email.com"], ["encrypted_password", "$2a$10$xphj7mtzxxfC1zC1.sm6GuPce0DN4PXVx00MIZHXrmKKOHQsRGH5e"], ["created_at", "2016-04-29 13:16:32.018416"], ["updated_at", "2016-04-29 13:16:32.018416"]]  (121.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user614@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user614"], ["email", "user614@email.com"], ["encrypted_password", "$2a$10$GoFs6yTCwhk5ldsBajyx6eRNL41eAhTvd0gg.Z0C2XqAtj1haGzeW"], ["created_at", "2016-04-29 13:16:32.220115"], ["updated_at", "2016-04-29 13:16:32.220115"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user615@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user615"], ["email", "user615@email.com"], ["encrypted_password", "$2a$10$vuQhyH61TVGRySRuTI.i3.1BfhWNyT2wuZpC31rf5a/ZqxdzwGb3a"], ["created_at", "2016-04-29 13:16:32.444783"], ["updated_at", "2016-04-29 13:16:32.444783"]]  (261.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user616@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user616"], ["email", "user616@email.com"], ["encrypted_password", "$2a$10$K7qyIrvXGtWdZ2unSmncq.tpR2o9PED8Zhda.PkZcBQkkS6CPvKK."], ["created_at", "2016-04-29 13:16:32.785644"], ["updated_at", "2016-04-29 13:16:32.785644"]]  (166.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user617@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user617"], ["email", "user617@email.com"], ["encrypted_password", "$2a$10$wTmvmLiT4Thp2067zqbGteoBmWledbkrZB9FWbhmQuOkxzhvfIi5a"], ["created_at", "2016-04-29 13:16:33.034140"], ["updated_at", "2016-04-29 13:16:33.034140"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user618@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user618"], ["email", "user618@email.com"], ["encrypted_password", "$2a$10$kmAIeAYTSms2AFwBUhTEz.JCT4zPrxdSX1lPWrJgY6Ld8eGs10A7i"], ["created_at", "2016-04-29 13:16:33.263001"], ["updated_at", "2016-04-29 13:16:33.263001"]]  (166.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user619@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user619"], ["email", "user619@email.com"], ["encrypted_password", "$2a$10$NGbIZ3eosXLcyJxmpmxnDOVgCMBMS6N1VsDRSSaXfnL0a1SlEi8c6"], ["created_at", "2016-04-29 13:16:33.501944"], ["updated_at", "2016-04-29 13:16:33.501944"]]  (115.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user620@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user620"], ["email", "user620@email.com"], ["encrypted_password", "$2a$10$FeyvozcaqRGoAl2GvNe24ejsIlHNM/Jpzq6dEG7.mVNsgQxOSuK8y"], ["created_at", "2016-04-29 13:16:33.691450"], ["updated_at", "2016-04-29 13:16:33.691450"]]  (115.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user621@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user621"], ["email", "user621@email.com"], ["encrypted_password", "$2a$10$m47U1prkzfmRmL1vpkrinOmY7lJh4tcCR5NeNaJPX/JvBwT/unkWy"], ["created_at", "2016-04-29 13:16:33.880579"], ["updated_at", "2016-04-29 13:16:33.880579"]]  (170.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user622@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user622"], ["email", "user622@email.com"], ["encrypted_password", "$2a$10$gjfmNBswn9KLzx22M.6N7.pIJxJBrY8LuomN2uX54xG2zwS8D142G"], ["created_at", "2016-04-29 13:16:34.124962"], ["updated_at", "2016-04-29 13:16:34.124962"]]  (125.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user623@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user623"], ["email", "user623@email.com"], ["encrypted_password", "$2a$10$EUB4rtuTzfW9bbSPpIDPteunGnbgJKx7jkYW8Is13fnUjo7uWp/pW"], ["created_at", "2016-04-29 13:16:34.333113"], ["updated_at", "2016-04-29 13:16:34.333113"]]  (151.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user624@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user624"], ["email", "user624@email.com"], ["encrypted_password", "$2a$10$8pbJ4s/cK5soY3cqSUU/xO/g2tE8YStUbaZy2p.vb/rwqYYefIikS"], ["created_at", "2016-04-29 13:16:34.562632"], ["updated_at", "2016-04-29 13:16:34.562632"]]  (144.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user625@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user625"], ["email", "user625@email.com"], ["encrypted_password", "$2a$10$sQBj5yBi1WOsuFpPudEMqeFO9bikCERvJPIjgtI.ywz13hSj9Dmem"], ["created_at", "2016-04-29 13:16:34.786561"], ["updated_at", "2016-04-29 13:16:34.786561"]]  (163.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user626@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user626"], ["email", "user626@email.com"], ["encrypted_password", "$2a$10$cdtGa.goBaaTwQcOwWKKte5UMNN3qy5h80d0dAOGH3h5fWVgwPEH2"], ["created_at", "2016-04-29 13:16:35.024591"], ["updated_at", "2016-04-29 13:16:35.024591"]]  (115.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user627@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user627"], ["email", "user627@email.com"], ["encrypted_password", "$2a$10$a5eMh33IQtuM9.M1D3icneMk3DM47ocylDjDct6bgDkw6J0Cpa0Wq"], ["created_at", "2016-04-29 13:16:35.219552"], ["updated_at", "2016-04-29 13:16:35.219552"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user628@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user628"], ["email", "user628@email.com"], ["encrypted_password", "$2a$10$Xg/2cf/8uLuyPBUG55h/CunM08EzXk0pbCMMQNXAS8sdhBE6j55YG"], ["created_at", "2016-04-29 13:16:35.440011"], ["updated_at", "2016-04-29 13:16:35.440011"]]  (110.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user629@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user629"], ["email", "user629@email.com"], ["encrypted_password", "$2a$10$/ewSOGxJ25ydziEzwTeFWe.uXWLxkVy2YDgzUPLFewhhM1TYwWMTq"], ["created_at", "2016-04-29 13:16:35.624025"], ["updated_at", "2016-04-29 13:16:35.624025"]]  (104.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user630@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user630"], ["email", "user630@email.com"], ["encrypted_password", "$2a$10$Ni/hsL.TCcGWMeaG1jKDte4f4SMPHwai0DogSX/T0Tft4BMwEfnXG"], ["created_at", "2016-04-29 13:16:35.806607"], ["updated_at", "2016-04-29 13:16:35.806607"]]  (121.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user631@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user631"], ["email", "user631@email.com"], ["encrypted_password", "$2a$10$ugdA7XDYUZ0IeV6t0uwiH.S7X7hs8pKkSuO4ntWvKNIt3z02B8j8W"], ["created_at", "2016-04-29 13:16:36.002008"], ["updated_at", "2016-04-29 13:16:36.002008"]]  (127.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user632@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user632"], ["email", "user632@email.com"], ["encrypted_password", "$2a$10$NTNIMLog1yxKItSwZSugNOFr81cHbK4ADlc0gd7cV4cQVTAswfMIu"], ["created_at", "2016-04-29 13:16:36.206351"], ["updated_at", "2016-04-29 13:16:36.206351"]]  (178.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user633@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user633"], ["email", "user633@email.com"], ["encrypted_password", "$2a$10$FxnkXzz1dG.TJGdiIHJgpuWNh59Uy.HfFmW8www/aQ2bPIVWmZ/jm"], ["created_at", "2016-04-29 13:16:36.466490"], ["updated_at", "2016-04-29 13:16:36.466490"]]  (163.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user634@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user634"], ["email", "user634@email.com"], ["encrypted_password", "$2a$10$cb8j6cC6O4WU8ltISQQ5SubuZeuevhV8ScEFSqbUk8LA6J2uYk2SG"], ["created_at", "2016-04-29 13:16:36.714563"], ["updated_at", "2016-04-29 13:16:36.714563"]]  (259.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user635@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user635"], ["email", "user635@email.com"], ["encrypted_password", "$2a$10$YSgDq8hVrz66VfQCDYrpgedMAhJb2cpjU32qGTQtMxUfYVdqk0bj6"], ["created_at", "2016-04-29 13:16:37.054221"], ["updated_at", "2016-04-29 13:16:37.054221"]]  (285.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user636@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user636"], ["email", "user636@email.com"], ["encrypted_password", "$2a$10$SQDI0GUMDNWq2gCxG2tmZ.grINy2A.H.QmhMg7OCLOCjtpwWsSaWS"], ["created_at", "2016-04-29 13:16:37.418828"], ["updated_at", "2016-04-29 13:16:37.418828"]]  (142.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user637@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user637"], ["email", "user637@email.com"], ["encrypted_password", "$2a$10$B7YzZ0Wh5tjWFxrX63r2OOaCQ68byne6jWP1LSx.fxJ1dSVFZhrzG"], ["created_at", "2016-04-29 13:16:37.642512"], ["updated_at", "2016-04-29 13:16:37.642512"]]  (164.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user638@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user638"], ["email", "user638@email.com"], ["encrypted_password", "$2a$10$PpfhHWiuuVX3HuuJa5lXPOd2VopVUba5YnXlp6RlaL5hZKm8WAYnC"], ["created_at", "2016-04-29 13:16:37.885408"], ["updated_at", "2016-04-29 13:16:37.885408"]]  (132.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user639@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user639"], ["email", "user639@email.com"], ["encrypted_password", "$2a$10$VseGENwU/2bIrHfKMOAyrutnHHwIhjZ98ysmzbiX.O/R/Zq0K6LdW"], ["created_at", "2016-04-29 13:16:38.098667"], ["updated_at", "2016-04-29 13:16:38.098667"]]  (130.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user640@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user640"], ["email", "user640@email.com"], ["encrypted_password", "$2a$10$H18w5HZ/Ueo60uQCnnG89O7VHfMkZSmUDb0WjF2cniPW0X2xuZtdW"], ["created_at", "2016-04-29 13:16:38.306387"], ["updated_at", "2016-04-29 13:16:38.306387"]]  (111.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user641@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user641"], ["email", "user641@email.com"], ["encrypted_password", "$2a$10$fH4nkXd9cq1EbYXJGww5uuVgIsSOmxuhoCHDFyqLHmtinbMd6.tYu"], ["created_at", "2016-04-29 13:16:38.496750"], ["updated_at", "2016-04-29 13:16:38.496750"]]  (142.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user642@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user642"], ["email", "user642@email.com"], ["encrypted_password", "$2a$10$A4LQpTdlTrtMG1s1Lo.m9ufXK.18aru9N.IOrO2AfGv6JDcCNfH.S"], ["created_at", "2016-04-29 13:16:38.712309"], ["updated_at", "2016-04-29 13:16:38.712309"]]  (104.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user643@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user643"], ["email", "user643@email.com"], ["encrypted_password", "$2a$10$nZqen82eoXO8CSOnz/HifODQcv3AERqiYnU8bvV.fDIu7rT1CQUMq"], ["created_at", "2016-04-29 13:16:38.897630"], ["updated_at", "2016-04-29 13:16:38.897630"]]  (163.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user644@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user644"], ["email", "user644@email.com"], ["encrypted_password", "$2a$10$LrBH/Mgw.C7gFBhqo89DB.7cbxhjJ4hBr03nu6o7jH/e3BhlF575m"], ["created_at", "2016-04-29 13:16:39.134344"], ["updated_at", "2016-04-29 13:16:39.134344"]]  (160.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user645@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user645"], ["email", "user645@email.com"], ["encrypted_password", "$2a$10$dAgfCmjLHiDRmT4q/iWGW./Y2kILY5Dvj9dl/isQesFEqDAulREci"], ["created_at", "2016-04-29 13:16:39.377536"], ["updated_at", "2016-04-29 13:16:39.377536"]]  (96.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user646@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user646"], ["email", "user646@email.com"], ["encrypted_password", "$2a$10$0Ux8pcJWg7qjYe39bFFVNOH8q7Oet5UpmEjkYz/ssnfd0VOUY5rsS"], ["created_at", "2016-04-29 13:16:39.552177"], ["updated_at", "2016-04-29 13:16:39.552177"]]  (122.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user647@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user647"], ["email", "user647@email.com"], ["encrypted_password", "$2a$10$wApI2nKWjMxjYGCChITzku91E2k0978m5Lk.cpCnC74I.t9jMarrq"], ["created_at", "2016-04-29 13:16:39.755737"], ["updated_at", "2016-04-29 13:16:39.755737"]]  (151.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user648@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user648"], ["email", "user648@email.com"], ["encrypted_password", "$2a$10$E820FGuHwG0ptlGjy.NsX.whMqtE7xvT0EpSapnWe1tRT4LWq1Y6S"], ["created_at", "2016-04-29 13:16:39.985848"], ["updated_at", "2016-04-29 13:16:39.985848"]]  (110.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user649@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user649"], ["email", "user649@email.com"], ["encrypted_password", "$2a$10$.4INf9ILDBQ7YYc7chdBHO2RLm4zxyW9pNEd0rFwJoLBQrzV3BpS6"], ["created_at", "2016-04-29 13:16:40.178916"], ["updated_at", "2016-04-29 13:16:40.178916"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user650@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user650"], ["email", "user650@email.com"], ["encrypted_password", "$2a$10$yW9CgZg2FTS1c5RuG6/EmubVbv3elMgVUmird1E./KgEiOwDfNzc."], ["created_at", "2016-04-29 13:16:40.390733"], ["updated_at", "2016-04-29 13:16:40.390733"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user651@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user651"], ["email", "user651@email.com"], ["encrypted_password", "$2a$10$NaMFZzAyek5.zg40pIPYcO7jyaFcFFAmbxPvgV4nWPkhfPOCEifzS"], ["created_at", "2016-04-29 13:16:40.585642"], ["updated_at", "2016-04-29 13:16:40.585642"]]  (165.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user652@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user652"], ["email", "user652@email.com"], ["encrypted_password", "$2a$10$vI4o2J5AP8xv.a9g3c075.5qMfuY4Ka8vJU1mEaAKa57pEY/36QB."], ["created_at", "2016-04-29 13:16:40.834453"], ["updated_at", "2016-04-29 13:16:40.834453"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user653@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user653"], ["email", "user653@email.com"], ["encrypted_password", "$2a$10$iVrg1KJpZPt3r.oZoW7ncuyV/uKObxQ2HtTC9bltoVdEaQpMf2xrS"], ["created_at", "2016-04-29 13:16:41.041916"], ["updated_at", "2016-04-29 13:16:41.041916"]]  (153.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user654@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user654"], ["email", "user654@email.com"], ["encrypted_password", "$2a$10$KLkAgfNHJZ3b8UqGZxM1YeMCcL36fGODPmQdixptjNK.PpYGhvOuG"], ["created_at", "2016-04-29 13:16:41.274183"], ["updated_at", "2016-04-29 13:16:41.274183"]]  (110.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user655@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user655"], ["email", "user655@email.com"], ["encrypted_password", "$2a$10$xChM1tbr4l.rsnU7q72DjOKEUovC15VLuSZ10o7ZX9YAEclK6PUEi"], ["created_at", "2016-04-29 13:16:41.470380"], ["updated_at", "2016-04-29 13:16:41.470380"]]  (203.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user656@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user656"], ["email", "user656@email.com"], ["encrypted_password", "$2a$10$v5FuQwo3ueMoYLLXWpwUQu3maUGvKDcLl4OdL46lBAyn5eCHMJaMW"], ["created_at", "2016-04-29 13:16:41.758264"], ["updated_at", "2016-04-29 13:16:41.758264"]]  (126.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user657@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user657"], ["email", "user657@email.com"], ["encrypted_password", "$2a$10$8PibJoT7wCbCk3PSWvAmXOzhzxHX6bCRQl2OwySpreSQOKG/168nq"], ["created_at", "2016-04-29 13:16:41.965405"], ["updated_at", "2016-04-29 13:16:41.965405"]]  (97.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user658@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user658"], ["email", "user658@email.com"], ["encrypted_password", "$2a$10$SqZkVtemmpPeqyjUnF7gZejlGwx.Gem0.kUecDbNS23zZE/m448AK"], ["created_at", "2016-04-29 13:16:42.139955"], ["updated_at", "2016-04-29 13:16:42.139955"]]  (100.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user659@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user659"], ["email", "user659@email.com"], ["encrypted_password", "$2a$10$blczCK/bvfG2Uy0GcpWoq.hj1Zlot1D3EJWz9OQYgZ27TNnnnqvuW"], ["created_at", "2016-04-29 13:16:42.319650"], ["updated_at", "2016-04-29 13:16:42.319650"]]  (98.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user660@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user660"], ["email", "user660@email.com"], ["encrypted_password", "$2a$10$p96dw1G1gkrTsqSHxVK0..M7OrablBWFhvdaZ1N1hnnBaVVj/0qGq"], ["created_at", "2016-04-29 13:16:42.490852"], ["updated_at", "2016-04-29 13:16:42.490852"]]  (106.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user661@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user661"], ["email", "user661@email.com"], ["encrypted_password", "$2a$10$Re7Lao5erlUGM2uni.WFleXi1h0wecXpCSPYssTqWJwyhssYfoM7C"], ["created_at", "2016-04-29 13:16:42.676915"], ["updated_at", "2016-04-29 13:16:42.676915"]]  (131.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user662@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user662"], ["email", "user662@email.com"], ["encrypted_password", "$2a$10$dviBo.nVGxW/ZRZF7rKJmuohmJfstyOensw65wP60IcIe5heiEtD6"], ["created_at", "2016-04-29 13:16:42.881261"], ["updated_at", "2016-04-29 13:16:42.881261"]]  (104.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user663@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user663"], ["email", "user663@email.com"], ["encrypted_password", "$2a$10$6EIH7CaPFX.CbiRJEQl9l.V/Ube4cg7zFnE4L8rI9nodf0Oj3LiSu"], ["created_at", "2016-04-29 13:16:43.064778"], ["updated_at", "2016-04-29 13:16:43.064778"]]  (132.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user664@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user664"], ["email", "user664@email.com"], ["encrypted_password", "$2a$10$wDC0j4r2XfeAcCSCp0OSr.sBTGgbwRNodze5F3NbdtkjM.upKKWy6"], ["created_at", "2016-04-29 13:16:43.280739"], ["updated_at", "2016-04-29 13:16:43.280739"]]  (105.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user665@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user665"], ["email", "user665@email.com"], ["encrypted_password", "$2a$10$aYE41S2yyaT.Eip1XMGd2uIXhysbJBsVudlWEO27OiIFtOpvPc7Si"], ["created_at", "2016-04-29 13:16:43.460297"], ["updated_at", "2016-04-29 13:16:43.460297"]]  (147.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user666@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user666"], ["email", "user666@email.com"], ["encrypted_password", "$2a$10$PRXGHwnX3N39RADxM.gURO77/IlC4dgbltdBiKXxxqCP4GUwoTHaa"], ["created_at", "2016-04-29 13:16:43.690834"], ["updated_at", "2016-04-29 13:16:43.690834"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user667@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user667"], ["email", "user667@email.com"], ["encrypted_password", "$2a$10$TEXNwd4Xh5YGFeN8iyCtEuxMB8QkRdA4m.y3ZYLeDVX3.zBpjv95a"], ["created_at", "2016-04-29 13:16:43.908886"], ["updated_at", "2016-04-29 13:16:43.908886"]]  (209.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user668@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user668"], ["email", "user668@email.com"], ["encrypted_password", "$2a$10$/WI3FDkDFfNnUngc/aVdWukmn1arrxHXGzsFRkoY/mSHlzNlmhthu"], ["created_at", "2016-04-29 13:16:44.197112"], ["updated_at", "2016-04-29 13:16:44.197112"]]  (121.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user669@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user669"], ["email", "user669@email.com"], ["encrypted_password", "$2a$10$z1VCBLvXgHRD.7pLtyE6h.qQGbEfJRZrCAkvB5KR.rNf0ejraUZym"], ["created_at", "2016-04-29 13:16:44.398069"], ["updated_at", "2016-04-29 13:16:44.398069"]]  (131.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user670@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user670"], ["email", "user670@email.com"], ["encrypted_password", "$2a$10$8Vd6QG6Fp0.EanwovgwOSO1faDsxEmHCgPLumi98giMeHrMGOiHCq"], ["created_at", "2016-04-29 13:16:44.613049"], ["updated_at", "2016-04-29 13:16:44.613049"]]  (139.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user671@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user671"], ["email", "user671@email.com"], ["encrypted_password", "$2a$10$wtuwT7673w9nXMAljDc4OOXdH6zWxSVg.HgnZXgpHErrCAwyeeH0u"], ["created_at", "2016-04-29 13:16:44.831918"], ["updated_at", "2016-04-29 13:16:44.831918"]]  (142.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user672@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user672"], ["email", "user672@email.com"], ["encrypted_password", "$2a$10$khwDZ7RGnEkUGJIA5SxTGebIu2fz3lkEU.K1XDBKy7BPDzQE.ncnq"], ["created_at", "2016-04-29 13:16:45.056543"], ["updated_at", "2016-04-29 13:16:45.056543"]]  (106.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user673@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user673"], ["email", "user673@email.com"], ["encrypted_password", "$2a$10$etHKInxIWUjjgZxHfK1UcOw7aKy13DoCdpx63r371/vlysTJnKYzO"], ["created_at", "2016-04-29 13:16:45.246129"], ["updated_at", "2016-04-29 13:16:45.246129"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user674@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user674"], ["email", "user674@email.com"], ["encrypted_password", "$2a$10$rWm3.xVXDl6.oUD6a94jKe7yIizHikbDTe6U21wFqkSzSpETmIy8C"], ["created_at", "2016-04-29 13:16:45.456081"], ["updated_at", "2016-04-29 13:16:45.456081"]]  (117.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user675@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user675"], ["email", "user675@email.com"], ["encrypted_password", "$2a$10$j.g1wtQWf8nBnGJ19FI1Ie/ZWwkOEg4tuURui2UdBf0w46f1G51e2"], ["created_at", "2016-04-29 13:16:45.655226"], ["updated_at", "2016-04-29 13:16:45.655226"]]  (130.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user676@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user676"], ["email", "user676@email.com"], ["encrypted_password", "$2a$10$8Ilhztb6UvRpjjXvwfBYwu1jS2.N0cpCBCd2Xp8jYkwkUQOnVSZz2"], ["created_at", "2016-04-29 13:16:45.859021"], ["updated_at", "2016-04-29 13:16:45.859021"]]  (105.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user677@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user677"], ["email", "user677@email.com"], ["encrypted_password", "$2a$10$a84Xh70ZCHhQUKdugXZye.nRf43pA1SBbjEsCCzsD9XmLi8nQ6K/O"], ["created_at", "2016-04-29 13:16:46.043148"], ["updated_at", "2016-04-29 13:16:46.043148"]]  (132.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user678@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user678"], ["email", "user678@email.com"], ["encrypted_password", "$2a$10$1JPoXYLy.dmIpRD/vVKRu.W4c3pAoDjabUlunjYG/P5wyqZOgkYnO"], ["created_at", "2016-04-29 13:16:46.258522"], ["updated_at", "2016-04-29 13:16:46.258522"]]  (127.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user679@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user679"], ["email", "user679@email.com"], ["encrypted_password", "$2a$10$Q0AUz/THoDmi94GzoFHPwOBdaQ.K18TXYAxhg7Nf5oRnkzpVHH3I2"], ["created_at", "2016-04-29 13:16:46.468445"], ["updated_at", "2016-04-29 13:16:46.468445"]]  (129.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user680@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user680"], ["email", "user680@email.com"], ["encrypted_password", "$2a$10$3MU9dfF1DCbW5WQ9.Ia2C.dXarqQiIAwtreZAkmljnh.wqIym2SGC"], ["created_at", "2016-04-29 13:16:46.679728"], ["updated_at", "2016-04-29 13:16:46.679728"]]  (161.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user681@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user681"], ["email", "user681@email.com"], ["encrypted_password", "$2a$10$9kum4CugSWnbyiipI5jcKOGLAlbqYYc7WqUiVeIV9KlCyh7Z60vza"], ["created_at", "2016-04-29 13:16:46.913797"], ["updated_at", "2016-04-29 13:16:46.913797"]]  (105.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user682@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user682"], ["email", "user682@email.com"], ["encrypted_password", "$2a$10$k7BRhNmLJMozneyYIbzL5e8Zjk1wyXFU13o/D.ffuRJk8lQti7Q3."], ["created_at", "2016-04-29 13:16:47.099742"], ["updated_at", "2016-04-29 13:16:47.099742"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user683@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user683"], ["email", "user683@email.com"], ["encrypted_password", "$2a$10$Yesp44svPQme.l0NXXSU2O787b7rsXHUIlE1xivYUJGyPLSgOvxk6"], ["created_at", "2016-04-29 13:16:47.318306"], ["updated_at", "2016-04-29 13:16:47.318306"]]  (178.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user684@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user684"], ["email", "user684@email.com"], ["encrypted_password", "$2a$10$IqMlSSEeUgtAPi9mt0W3au7/nqaNFpyFC/2dUERRXWohPY39bVCeG"], ["created_at", "2016-04-29 13:16:47.569147"], ["updated_at", "2016-04-29 13:16:47.569147"]]  (94.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user685@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user685"], ["email", "user685@email.com"], ["encrypted_password", "$2a$10$R6kE.NcKLSYRIfPebkoSOeVxZkiyP.j2gRVYHclSbzi7fuJx29PS2"], ["created_at", "2016-04-29 13:16:47.738342"], ["updated_at", "2016-04-29 13:16:47.738342"]]  (102.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user686@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user686"], ["email", "user686@email.com"], ["encrypted_password", "$2a$10$0BVrzNrf0k0v9bfnqGp1qeYtMYCrvhrPpPedpQHB4FQjtj5d.M5A2"], ["created_at", "2016-04-29 13:16:47.921556"], ["updated_at", "2016-04-29 13:16:47.921556"]]  (96.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user687@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user687"], ["email", "user687@email.com"], ["encrypted_password", "$2a$10$VVAa219p63WpeIJu.ovcI.4tkeE0DWAgGD/.zvvx4JjV6/R.1FRgW"], ["created_at", "2016-04-29 13:16:48.094643"], ["updated_at", "2016-04-29 13:16:48.094643"]]  (113.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user688@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user688"], ["email", "user688@email.com"], ["encrypted_password", "$2a$10$SrP1PQNKycVd8VjezR8U7OB1sEJgtTREIcOxayYqKMpDu2b7JA0Ma"], ["created_at", "2016-04-29 13:16:48.289062"], ["updated_at", "2016-04-29 13:16:48.289062"]]  (140.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user689@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user689"], ["email", "user689@email.com"], ["encrypted_password", "$2a$10$1TvhVYr2JOTKj.fGPuR7UOiSb22AtQwZgVh6s3eYWcjXvIG05aWFu"], ["created_at", "2016-04-29 13:16:48.507398"], ["updated_at", "2016-04-29 13:16:48.507398"]]  (156.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user690@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user690"], ["email", "user690@email.com"], ["encrypted_password", "$2a$10$ml0Xga/KXJ8uaCpAfzJziuN9Z9bTomoEHCjubdQqtMfywvb6I0Jjy"], ["created_at", "2016-04-29 13:16:48.745197"], ["updated_at", "2016-04-29 13:16:48.745197"]]  (119.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user691@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user691"], ["email", "user691@email.com"], ["encrypted_password", "$2a$10$/iWOxk.WA.WLn3goSaWYzOfoSggc9PHdG.2r74vY8pKKacm8/PCHW"], ["created_at", "2016-04-29 13:16:48.946531"], ["updated_at", "2016-04-29 13:16:48.946531"]]  (140.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user692@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user692"], ["email", "user692@email.com"], ["encrypted_password", "$2a$10$tKrUPH1kAWvkGJ2H2jZAuunVHFriiNwq0mgh3Y.Cm5M6uzzMeYUmu"], ["created_at", "2016-04-29 13:16:49.162472"], ["updated_at", "2016-04-29 13:16:49.162472"]]  (113.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user693@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user693"], ["email", "user693@email.com"], ["encrypted_password", "$2a$10$WCSbozqdOPvbdmfNbMOjdO8Zb513qxVFO31UxSV1TzYoeezEwh7dC"], ["created_at", "2016-04-29 13:16:49.360125"], ["updated_at", "2016-04-29 13:16:49.360125"]]  (137.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user694@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user694"], ["email", "user694@email.com"], ["encrypted_password", "$2a$10$v3IpZOKtsOmJSrGfnlUF1uMakDq5Sm3tv8g6jZnN1vyyS0eNPk/u."], ["created_at", "2016-04-29 13:16:49.578672"], ["updated_at", "2016-04-29 13:16:49.578672"]]  (108.1ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user695@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user695"], ["email", "user695@email.com"], ["encrypted_password", "$2a$10$Ee0Qq/pmUtA1slLUQhZGou3FYU1i.Zn/R9DRYNorOb7eASxOlkPLW"], ["created_at", "2016-04-29 13:16:49.767512"], ["updated_at", "2016-04-29 13:16:49.767512"]]  (130.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user696@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user696"], ["email", "user696@email.com"], ["encrypted_password", "$2a$10$dQ0C/mE3R8Ju07p8xI5KE.G4MayF0tDyndAVYyq0Fcnw9dJIAlR96"], ["created_at", "2016-04-29 13:16:49.974750"], ["updated_at", "2016-04-29 13:16:49.974750"]]  (111.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user697@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user697"], ["email", "user697@email.com"], ["encrypted_password", "$2a$10$p83IccmSqfitD3PuEmeVc.eJuEUJxDBDILqbUf5hFMMaVdc7ePmRW"], ["created_at", "2016-04-29 13:16:50.169980"], ["updated_at", "2016-04-29 13:16:50.169980"]]  (238.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user698@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user698"], ["email", "user698@email.com"], ["encrypted_password", "$2a$10$zi6nk5pyRvRGG5dCSneJ7.fRKzLculfU/J7NYH1L8OYzjeDxFQ96u"], ["created_at", "2016-04-29 13:16:50.486805"], ["updated_at", "2016-04-29 13:16:50.486805"]]  (99.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user699@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user699"], ["email", "user699@email.com"], ["encrypted_password", "$2a$10$59WD.9E4tncy1Opyl/5zROxowj2wWBbIKpNSF8unnMkuUby8Cvtc6"], ["created_at", "2016-04-29 13:16:50.659086"], ["updated_at", "2016-04-29 13:16:50.659086"]]  (93.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user700@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user700"], ["email", "user700@email.com"], ["encrypted_password", "$2a$10$tWJc010FbEnaaUsmVG1P.u3dWr2vUbMStNOR5KNe1nPrKpPsZDXNm"], ["created_at", "2016-04-29 13:16:50.834105"], ["updated_at", "2016-04-29 13:16:50.834105"]]  (96.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user701@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user701"], ["email", "user701@email.com"], ["encrypted_password", "$2a$10$7eCs/93m5fOyHqR4QxUQ3u.wWO/l171bLXzJ7LzeYpZIhB37SnJjK"], ["created_at", "2016-04-29 13:16:51.012462"], ["updated_at", "2016-04-29 13:16:51.012462"]]  (107.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user702@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user702"], ["email", "user702@email.com"], ["encrypted_password", "$2a$10$Nd7VZjo0MUbttxleu.4Z/uebZTGoTC6bqwOspOHQSUb3N20h3Tue6"], ["created_at", "2016-04-29 13:16:51.192731"], ["updated_at", "2016-04-29 13:16:51.192731"]]  (137.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user703@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user703"], ["email", "user703@email.com"], ["encrypted_password", "$2a$10$dGto390qI46igF1GqKpN4e6C5PqzLzOFmO.Su3GR5rmk52u7VETKq"], ["created_at", "2016-04-29 13:16:51.416446"], ["updated_at", "2016-04-29 13:16:51.416446"]]  (102.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user704@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user704"], ["email", "user704@email.com"], ["encrypted_password", "$2a$10$9WYB8YY0E84h3gwtzEnvReQ3wt4zVT.l7GrI6NPoaUdiY6r/ToxQa"], ["created_at", "2016-04-29 13:16:51.597005"], ["updated_at", "2016-04-29 13:16:51.597005"]]  (133.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user705@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user705"], ["email", "user705@email.com"], ["encrypted_password", "$2a$10$zszbNiZoBnUOSpXxWG1Eju/lD3jOg2rmtZJe7KSwqIDm.t.3.nD1S"], ["created_at", "2016-04-29 13:16:51.819514"], ["updated_at", "2016-04-29 13:16:51.819514"]]  (121.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user706@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user706"], ["email", "user706@email.com"], ["encrypted_password", "$2a$10$WNT7tpXLV/rn7SYp3pLOE.8/p/v.vUGSCRv1lOGCl5xbNTxYss9ju"], ["created_at", "2016-04-29 13:16:52.019954"], ["updated_at", "2016-04-29 13:16:52.019954"]]  (144.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user707@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user707"], ["email", "user707@email.com"], ["encrypted_password", "$2a$10$K2WyIHtmCDiObOe8C35.sejpec6zxB89PnKQ2AH99uZl9MIL6w.SC"], ["created_at", "2016-04-29 13:16:52.237172"], ["updated_at", "2016-04-29 13:16:52.237172"]]  (127.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user708@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user708"], ["email", "user708@email.com"], ["encrypted_password", "$2a$10$vF3PxKtJiW9l.xJt1LE1Gu90TQcj6yNpzl3m.4OF3zW3vxT6YXy/W"], ["created_at", "2016-04-29 13:16:52.445590"], ["updated_at", "2016-04-29 13:16:52.445590"]]  (129.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user709@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user709"], ["email", "user709@email.com"], ["encrypted_password", "$2a$10$89innX0q9zucF2HQsJ95wO6/A0YcWSVX7qmOWXz1xLEuTtekjoBSm"], ["created_at", "2016-04-29 13:16:52.656011"], ["updated_at", "2016-04-29 13:16:52.656011"]]  (108.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user710@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user710"], ["email", "user710@email.com"], ["encrypted_password", "$2a$10$qD5kkseN3Ty20.rlEklUwey2kH0hbdaZRcbCi0xoVXu7.pIOlD0Dm"], ["created_at", "2016-04-29 13:16:52.837471"], ["updated_at", "2016-04-29 13:16:52.837471"]]  (104.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user711@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user711"], ["email", "user711@email.com"], ["encrypted_password", "$2a$10$zaChO/GSHVqSJMHONxQqSuCaksdRdFJR9pmOT3i9E74JVXmrl9h0."], ["created_at", "2016-04-29 13:16:53.030684"], ["updated_at", "2016-04-29 13:16:53.030684"]]  (122.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user712@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user712"], ["email", "user712@email.com"], ["encrypted_password", "$2a$10$TRT5qiPCOFm8dqzf7HKT/eiQNHqv.bqViUNHUnnG8/FE.dAo97gZu"], ["created_at", "2016-04-29 13:16:53.237527"], ["updated_at", "2016-04-29 13:16:53.237527"]]  (160.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user713@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user713"], ["email", "user713@email.com"], ["encrypted_password", "$2a$10$sN4z8Ir6CrDnOp4qoNdpD.bPr/vm1S1LZkrR2bFyYQhJWOTqQ6A9y"], ["created_at", "2016-04-29 13:16:53.476500"], ["updated_at", "2016-04-29 13:16:53.476500"]]  (143.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user714@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user714"], ["email", "user714@email.com"], ["encrypted_password", "$2a$10$a3gUDb.EvV8co3k7WRDZj.Q/ZveBoR9KVeU9ICQVxtDNdjP4yJNRm"], ["created_at", "2016-04-29 13:16:53.702573"], ["updated_at", "2016-04-29 13:16:53.702573"]]  (172.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user715@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user715"], ["email", "user715@email.com"], ["encrypted_password", "$2a$10$UndEJZ4j8pkz183dMYgYf.1G8XH3rtFXc6iMGgX0VEZZyXwtpyUn."], ["created_at", "2016-04-29 13:16:53.958274"], ["updated_at", "2016-04-29 13:16:53.958274"]]  (138.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user716@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user716"], ["email", "user716@email.com"], ["encrypted_password", "$2a$10$JssTr9UGdRbkuXVLv8IQTOTqDCdlMwkyvcNDmHkb7pPR.XuKXC.OG"], ["created_at", "2016-04-29 13:16:54.179077"], ["updated_at", "2016-04-29 13:16:54.179077"]]  (117.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user717@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user717"], ["email", "user717@email.com"], ["encrypted_password", "$2a$10$.1YnDjb1pxYZRSS7m7TwAuQE4Yx1kPGFWZIjS0weaM01BRrM/6vx."], ["created_at", "2016-04-29 13:16:54.369764"], ["updated_at", "2016-04-29 13:16:54.369764"]]  (117.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user718@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user718"], ["email", "user718@email.com"], ["encrypted_password", "$2a$10$aJCCGyaUfTPP.Q.nLacEju.2LEj8.urKHjzPsnrllHaZpPWD.q8fG"], ["created_at", "2016-04-29 13:16:54.569789"], ["updated_at", "2016-04-29 13:16:54.569789"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user719@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user719"], ["email", "user719@email.com"], ["encrypted_password", "$2a$10$4xINFfQ8My85qLvHH4At1uBfXbPdb9nFalMU2wE6fp/fjzPWf9o5u"], ["created_at", "2016-04-29 13:16:54.778748"], ["updated_at", "2016-04-29 13:16:54.778748"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user720@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user720"], ["email", "user720@email.com"], ["encrypted_password", "$2a$10$pm1R.PkYYtKzWIAbVpNUA.AcMaZg4u4JAERDHVslc1QdftWDchqqy"], ["created_at", "2016-04-29 13:16:54.981871"], ["updated_at", "2016-04-29 13:16:54.981871"]]  (116.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user721@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user721"], ["email", "user721@email.com"], ["encrypted_password", "$2a$10$4ztRAtYudzaweZd78.8esOpzsxz9GN5Y5nEmaDiEY5K5n2hl2mxA2"], ["created_at", "2016-04-29 13:16:55.178567"], ["updated_at", "2016-04-29 13:16:55.178567"]]  (130.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user722@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user722"], ["email", "user722@email.com"], ["encrypted_password", "$2a$10$uk4lhIUbhK5/9IcWsPPJAePU9S5aZoG3oP.jxMiJ9rnjof3iuMmR2"], ["created_at", "2016-04-29 13:16:55.391716"], ["updated_at", "2016-04-29 13:16:55.391716"]]  (106.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user723@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user723"], ["email", "user723@email.com"], ["encrypted_password", "$2a$10$c3IAfLWqtB1JmNmOWt1tIuIk4JyPb8nFc.rtZc9eVjk2Dy6ssCanG"], ["created_at", "2016-04-29 13:16:55.583424"], ["updated_at", "2016-04-29 13:16:55.583424"]]  (137.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user724@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user724"], ["email", "user724@email.com"], ["encrypted_password", "$2a$10$L0Ec4mumpuCALRP1/LlLluQXzLi3kHpQxZsAxe.jGXeWr3gWTs/Pm"], ["created_at", "2016-04-29 13:16:55.795398"], ["updated_at", "2016-04-29 13:16:55.795398"]]  (124.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user725@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user725"], ["email", "user725@email.com"], ["encrypted_password", "$2a$10$bB4JHNzdUGTOxalGtTdbHeFo.GTXmLfuB9T7dI4b7fyuL9r8zHpnq"], ["created_at", "2016-04-29 13:16:55.998444"], ["updated_at", "2016-04-29 13:16:55.998444"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user726@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user726"], ["email", "user726@email.com"], ["encrypted_password", "$2a$10$adi09O6f158S8sLoNN280uDbda.5wX7vwWKM2BP/obWg.PMcTNSwe"], ["created_at", "2016-04-29 13:16:56.225777"], ["updated_at", "2016-04-29 13:16:56.225777"]]  (116.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user727@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user727"], ["email", "user727@email.com"], ["encrypted_password", "$2a$10$NRb.OgdkiUb9w7ZgEpEd8Oecx6QtE.emTFvv0d8aSbybBe4BBoDaO"], ["created_at", "2016-04-29 13:16:56.423709"], ["updated_at", "2016-04-29 13:16:56.423709"]]  (96.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user728@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user728"], ["email", "user728@email.com"], ["encrypted_password", "$2a$10$5RXULm/Ta/3Hjy9Jv/.c7.pebAEfYK/GFhbMnT/GMp4ADSr0seFcy"], ["created_at", "2016-04-29 13:16:56.593296"], ["updated_at", "2016-04-29 13:16:56.593296"]]  (104.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user729@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user729"], ["email", "user729@email.com"], ["encrypted_password", "$2a$10$E78E7EVUyzvfA.CAHdj8CuH8OkSacOGvaywbGmt6BP4LVfa0BPS76"], ["created_at", "2016-04-29 13:16:56.783016"], ["updated_at", "2016-04-29 13:16:56.783016"]]  (125.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user730@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user730"], ["email", "user730@email.com"], ["encrypted_password", "$2a$10$RJkWTSm1Xv9kfudP5o3yFeJSI7GZR3VEdr6WsDxaoNB5JQSUdyFxm"], ["created_at", "2016-04-29 13:16:56.982437"], ["updated_at", "2016-04-29 13:16:56.982437"]]  (104.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user731@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user731"], ["email", "user731@email.com"], ["encrypted_password", "$2a$10$T9NiYyIwyvZCPuErzQr2ouwtAKw5qQZlsrJI9DzCXrv3/BeP/HWpu"], ["created_at", "2016-04-29 13:16:57.164721"], ["updated_at", "2016-04-29 13:16:57.164721"]]  (89.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user732@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user732"], ["email", "user732@email.com"], ["encrypted_password", "$2a$10$H7liVPVlMa.TMhDqCZx5zOi/rBiQY5nBHTm.HbQ2KtJMXJo7CFyfe"], ["created_at", "2016-04-29 13:16:57.335583"], ["updated_at", "2016-04-29 13:16:57.335583"]]  (106.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user733@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user733"], ["email", "user733@email.com"], ["encrypted_password", "$2a$10$HdxYTD/cyg/e1/evVJepx.Ga/Q2pEcXRgk2hrQpgnYkCph57bOq1K"], ["created_at", "2016-04-29 13:16:57.523130"], ["updated_at", "2016-04-29 13:16:57.523130"]]  (340.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user734@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user734"], ["email", "user734@email.com"], ["encrypted_password", "$2a$10$rC8Io66U7nBWjcP5pFppnu9W82gmoRyAb.NJW3bs3fbPCu4rUObe2"], ["created_at", "2016-04-29 13:16:57.947068"], ["updated_at", "2016-04-29 13:16:57.947068"]]  (238.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user735@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user735"], ["email", "user735@email.com"], ["encrypted_password", "$2a$10$Gw08rec.Ls1ixx5UpGG23udD9gHvPCFUqaSrRVPIHdnLWO8oIJXMq"], ["created_at", "2016-04-29 13:16:58.261646"], ["updated_at", "2016-04-29 13:16:58.261646"]]  (135.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user736@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user736"], ["email", "user736@email.com"], ["encrypted_password", "$2a$10$x3cyw40N9u.bV7al.JNN2eESMQzolljQFZPBxuWV0tRlW/ARhxNtK"], ["created_at", "2016-04-29 13:16:58.477720"], ["updated_at", "2016-04-29 13:16:58.477720"]]  (264.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user737@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user737"], ["email", "user737@email.com"], ["encrypted_password", "$2a$10$znD7R9mYkzoyFGPfG.SKiu1.hFbaLvdY2NM3Gxwf6VDabBnLlVni6"], ["created_at", "2016-04-29 13:16:58.815102"], ["updated_at", "2016-04-29 13:16:58.815102"]]  (249.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user738@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user738"], ["email", "user738@email.com"], ["encrypted_password", "$2a$10$tHOtdE7So4DdiKb38rqf5.CtgsqgPPScxGEewLkneWpQ0Mvwe2cAi"], ["created_at", "2016-04-29 13:16:59.147987"], ["updated_at", "2016-04-29 13:16:59.147987"]]  (138.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user739@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user739"], ["email", "user739@email.com"], ["encrypted_password", "$2a$10$GF/FtY1PllfKkoCZsW.gSONSGyg5yAiP0N/q/yuqQgLVvbwWAJvXS"], ["created_at", "2016-04-29 13:16:59.369135"], ["updated_at", "2016-04-29 13:16:59.369135"]]  (116.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user740@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user740"], ["email", "user740@email.com"], ["encrypted_password", "$2a$10$4I9Cl1RDT.ZSCbrwGJ9ff.Xt.awmzTj65RRKLbvmor/c6WbvgPkWC"], ["created_at", "2016-04-29 13:16:59.565236"], ["updated_at", "2016-04-29 13:16:59.565236"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user741@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user741"], ["email", "user741@email.com"], ["encrypted_password", "$2a$10$1itfxArlR/cV2Jsq.zlRo..SZ7YUFzmGI/p1IgwwodGitTUxRrC4y"], ["created_at", "2016-04-29 13:16:59.790580"], ["updated_at", "2016-04-29 13:16:59.790580"]]  (106.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user742@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user742"], ["email", "user742@email.com"], ["encrypted_password", "$2a$10$OL4iW1LfdNzU.hiOtOPPvuBvcXscLfpPXdyIMDHSiOfI7BQ3uQfxK"], ["created_at", "2016-04-29 13:16:59.970535"], ["updated_at", "2016-04-29 13:16:59.970535"]]  (103.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user743@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user743"], ["email", "user743@email.com"], ["encrypted_password", "$2a$10$mzTzmkU/UChayszegIlR7.h6kwL6uJotfSA1uGKd8OrLIVyQ7WOay"], ["created_at", "2016-04-29 13:17:00.159104"], ["updated_at", "2016-04-29 13:17:00.159104"]]  (93.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user744@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user744"], ["email", "user744@email.com"], ["encrypted_password", "$2a$10$WsTHV3PF7mafjL7iUUgLP.LH6Dx2Uama8iHbf2Jxlt453AOp9n.r6"], ["created_at", "2016-04-29 13:17:00.326892"], ["updated_at", "2016-04-29 13:17:00.326892"]]  (136.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user745@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user745"], ["email", "user745@email.com"], ["encrypted_password", "$2a$10$hLJRGMKz59qIDMElK9Mv2uIv3U203ZNAR14jyi43m4p5pkDnS8wyK"], ["created_at", "2016-04-29 13:17:00.541910"], ["updated_at", "2016-04-29 13:17:00.541910"]]  (99.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user746@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user746"], ["email", "user746@email.com"], ["encrypted_password", "$2a$10$sKIbSxGGHdmKAqLPw9zdfuAPDTS4ygtdDO7eGYl5qr2SbY3PlT6NO"], ["created_at", "2016-04-29 13:17:00.715213"], ["updated_at", "2016-04-29 13:17:00.715213"]]  (137.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user747@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user747"], ["email", "user747@email.com"], ["encrypted_password", "$2a$10$Z8iWCPAVHT9hWf63iVU.c.k1jLJ6OjfCDPMm3ISbgGAeEFFAqejva"], ["created_at", "2016-04-29 13:17:00.929745"], ["updated_at", "2016-04-29 13:17:00.929745"]]  (133.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user748@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user748"], ["email", "user748@email.com"], ["encrypted_password", "$2a$10$ZgULyEpA7WM6yupmn6UUyOEkTaoeU2v91VkjW/wGq6xekRPkl29Qm"], ["created_at", "2016-04-29 13:17:01.138946"], ["updated_at", "2016-04-29 13:17:01.138946"]]  (113.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user749@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user749"], ["email", "user749@email.com"], ["encrypted_password", "$2a$10$HAu9IZG8c7940lkDzUKi4OJrV12TqCiqtMSAqSQF9PrvJXWFsYAF2"], ["created_at", "2016-04-29 13:17:01.334551"], ["updated_at", "2016-04-29 13:17:01.334551"]]  (141.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user750@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user750"], ["email", "user750@email.com"], ["encrypted_password", "$2a$10$VKh6YNrRo3kGsELGGuoct.oOqtTe5CMQS.310VMv7r6cO43BwYZLK"], ["created_at", "2016-04-29 13:17:01.559879"], ["updated_at", "2016-04-29 13:17:01.559879"]]  (138.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user751@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user751"], ["email", "user751@email.com"], ["encrypted_password", "$2a$10$8yTiHF7klJE4N9fptYMC4.Wya9mnpTnstYAsvepOro52swHJjxd5S"], ["created_at", "2016-04-29 13:17:01.777878"], ["updated_at", "2016-04-29 13:17:01.777878"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user752@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user752"], ["email", "user752@email.com"], ["encrypted_password", "$2a$10$P96aHoeBRtuUCava8sasqu0u.VAKwKEajLKTZYFun80AaDLHAevwS"], ["created_at", "2016-04-29 13:17:02.001739"], ["updated_at", "2016-04-29 13:17:02.001739"]]  (118.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user753@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user753"], ["email", "user753@email.com"], ["encrypted_password", "$2a$10$tMe9L5M2O2s8/GS0Cof7/uDdc/fTn9Jw6QzXD01N.XoiNQv6uBmIS"], ["created_at", "2016-04-29 13:17:02.206469"], ["updated_at", "2016-04-29 13:17:02.206469"]]  (147.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user754@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user754"], ["email", "user754@email.com"], ["encrypted_password", "$2a$10$k45ZCdinYPVFkKOgU7T8TeCe/jGzMqIDb0MLZRMKBff8nohyc2XcC"], ["created_at", "2016-04-29 13:17:02.435896"], ["updated_at", "2016-04-29 13:17:02.435896"]]  (195.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user755@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user755"], ["email", "user755@email.com"], ["encrypted_password", "$2a$10$lfFkvZy8TaZ9i.uw.1aqB.K6l/e/gQSA3sCwXYhYLEByAuVM/hzGe"], ["created_at", "2016-04-29 13:17:02.711608"], ["updated_at", "2016-04-29 13:17:02.711608"]]  (87.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user756@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user756"], ["email", "user756@email.com"], ["encrypted_password", "$2a$10$6vsOLfqsD7.n7ITqiEbl7.4nlG.b.KwI95wGk97Gb5sXaKqlTAiqG"], ["created_at", "2016-04-29 13:17:02.886874"], ["updated_at", "2016-04-29 13:17:02.886874"]]  (111.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user757@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user757"], ["email", "user757@email.com"], ["encrypted_password", "$2a$10$l2gC0tcxhCyjR22Eh8Gk8unzy7XYPrgZUqz6uns/11bZOFix/HgYC"], ["created_at", "2016-04-29 13:17:03.082269"], ["updated_at", "2016-04-29 13:17:03.082269"]]  (127.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user758@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user758"], ["email", "user758@email.com"], ["encrypted_password", "$2a$10$.NGkpYi4LiHBeR8Upw0.zeYfMyAzqzdpHoXlCkJAUbezO5BmAHyzq"], ["created_at", "2016-04-29 13:17:03.291934"], ["updated_at", "2016-04-29 13:17:03.291934"]]  (128.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user759@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user759"], ["email", "user759@email.com"], ["encrypted_password", "$2a$10$ajubfVCH46t/ni/TtDO/.er0xQPuCDcm7/Pn.dfz.Am7xalbbr/ve"], ["created_at", "2016-04-29 13:17:03.501796"], ["updated_at", "2016-04-29 13:17:03.501796"]]  (152.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user760@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user760"], ["email", "user760@email.com"], ["encrypted_password", "$2a$10$1ZZlk6OYIu.X6hy0Nsp3lez18NPOIkjNoIK8Kry63S8fJw2.vd2sG"], ["created_at", "2016-04-29 13:17:03.735798"], ["updated_at", "2016-04-29 13:17:03.735798"]]  (106.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user761@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user761"], ["email", "user761@email.com"], ["encrypted_password", "$2a$10$t7SEXF5zGN29ouLfFtawhuv2arzyytD6nKSHRtz.pFub3/A0pBXy6"], ["created_at", "2016-04-29 13:17:03.921327"], ["updated_at", "2016-04-29 13:17:03.921327"]]  (132.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user762@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user762"], ["email", "user762@email.com"], ["encrypted_password", "$2a$10$5MoqrjORe5ZxfXjnEIptMe8Kof3tFnLcc8QIqCe/L9UPPn01Sg.he"], ["created_at", "2016-04-29 13:17:04.139403"], ["updated_at", "2016-04-29 13:17:04.139403"]]  (122.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user763@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user763"], ["email", "user763@email.com"], ["encrypted_password", "$2a$10$A3uHriBWvfRxMrbl5puQlelRKTJpX9InK5uM2e3Mwmn2hZsK1x/Fq"], ["created_at", "2016-04-29 13:17:04.347306"], ["updated_at", "2016-04-29 13:17:04.347306"]]  (128.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user764@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user764"], ["email", "user764@email.com"], ["encrypted_password", "$2a$10$KnERnMdcE96srcyG.VRhI.7rJw19KADH4gaJSaxFw8f11AKSFV3NW"], ["created_at", "2016-04-29 13:17:04.556039"], ["updated_at", "2016-04-29 13:17:04.556039"]]  (121.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user765@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user765"], ["email", "user765@email.com"], ["encrypted_password", "$2a$10$pRyUXlTDNClqwvGvy7lBPOfx2ZdcIXXuCyp.6LmB/IgcknNx.yZFS"], ["created_at", "2016-04-29 13:17:04.754730"], ["updated_at", "2016-04-29 13:17:04.754730"]]  (200.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user766@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user766"], ["email", "user766@email.com"], ["encrypted_password", "$2a$10$ml2ZGvjYtOyfuPMd6QawRODPpJnSRqanoMJU1ceyVu5oKuaGzEoHO"], ["created_at", "2016-04-29 13:17:05.037395"], ["updated_at", "2016-04-29 13:17:05.037395"]]  (139.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user767@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user767"], ["email", "user767@email.com"], ["encrypted_password", "$2a$10$/zSgikRd.Uli8VxpqnH56O/pN4.rXVJDkGWWJ97.3ja2Hb5y6Cxb."], ["created_at", "2016-04-29 13:17:05.256802"], ["updated_at", "2016-04-29 13:17:05.256802"]]  (97.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user768@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user768"], ["email", "user768@email.com"], ["encrypted_password", "$2a$10$17ovAa4n1HnPgq6IYKBVReH/XWySfe.c5tHijyDLfvcMkEZJko/v."], ["created_at", "2016-04-29 13:17:05.438300"], ["updated_at", "2016-04-29 13:17:05.438300"]]  (138.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user769@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user769"], ["email", "user769@email.com"], ["encrypted_password", "$2a$10$bJcQKtFqsGFx.7c79yHmuOM3vSetO5dELTbLW9U2L2MSWOwteXFDO"], ["created_at", "2016-04-29 13:17:05.656278"], ["updated_at", "2016-04-29 13:17:05.656278"]]  (87.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user770@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user770"], ["email", "user770@email.com"], ["encrypted_password", "$2a$10$MKUx2xsjtDjQHceROsTT1u3lsIWrN1bCbGiZHYtK0hKPp6oy4j2ee"], ["created_at", "2016-04-29 13:17:05.821011"], ["updated_at", "2016-04-29 13:17:05.821011"]]  (88.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user771@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user771"], ["email", "user771@email.com"], ["encrypted_password", "$2a$10$8G0RVpsjQ6UHHP8oxQg8jegEIwVXvlWJ9e4o/7LK80bPzscaBklKO"], ["created_at", "2016-04-29 13:17:05.989758"], ["updated_at", "2016-04-29 13:17:05.989758"]]  (109.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user772@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user772"], ["email", "user772@email.com"], ["encrypted_password", "$2a$10$GGp2y6IWljNdVXyUysoMjeIsXzD8j.EO4yYVXoIFB3Q3URVb1shdq"], ["created_at", "2016-04-29 13:17:06.176921"], ["updated_at", "2016-04-29 13:17:06.176921"]]  (254.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user773@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user773"], ["email", "user773@email.com"], ["encrypted_password", "$2a$10$xnPwN5Ye5/YWW.ZP5w4RZu7pkkFblland1cgAL2p7TWRcD3thc0Ha"], ["created_at", "2016-04-29 13:17:06.505881"], ["updated_at", "2016-04-29 13:17:06.505881"]]  (325.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user774@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user774"], ["email", "user774@email.com"], ["encrypted_password", "$2a$10$pxjU8t/mmhR04jKZpTySvukmQRmuVavkAHXm/fX5qRVCsKxBylS.a"], ["created_at", "2016-04-29 13:17:06.910086"], ["updated_at", "2016-04-29 13:17:06.910086"]]  (121.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user775@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user775"], ["email", "user775@email.com"], ["encrypted_password", "$2a$10$SXwHRKlXSsTj35FA/mnbEuQw3/G99rGQWGRIfJQJ6UutLMW/lblYa"], ["created_at", "2016-04-29 13:17:07.105051"], ["updated_at", "2016-04-29 13:17:07.105051"]]  (248.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user776@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user776"], ["email", "user776@email.com"], ["encrypted_password", "$2a$10$X86VxH/2Kqdx3o.yUOt..eDMQcAHFvS9Uu.cEmRH.OukPpMKAgkiy"], ["created_at", "2016-04-29 13:17:07.432471"], ["updated_at", "2016-04-29 13:17:07.432471"]]  (109.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user777@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user777"], ["email", "user777@email.com"], ["encrypted_password", "$2a$10$BUtfH8XPpwQupNIMWqKwE.IDWUOskWk0w.14kWrsT2Xh3w2AiJ2ZO"], ["created_at", "2016-04-29 13:17:07.620433"], ["updated_at", "2016-04-29 13:17:07.620433"]]  (331.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user778@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user778"], ["email", "user778@email.com"], ["encrypted_password", "$2a$10$czXG5oFPMXOPAvPxgGSTyOKGs2uA7PxXd7KmmyGWkn07eyEb0Kv9m"], ["created_at", "2016-04-29 13:17:08.031026"], ["updated_at", "2016-04-29 13:17:08.031026"]]  (210.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user779@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user779"], ["email", "user779@email.com"], ["encrypted_password", "$2a$10$mGEict2fuMmeQmX.JCTMhO7POkyqkij1hdIChGnn8sFBxSaaiyHaK"], ["created_at", "2016-04-29 13:17:08.320111"], ["updated_at", "2016-04-29 13:17:08.320111"]]  (154.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user780@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user780"], ["email", "user780@email.com"], ["encrypted_password", "$2a$10$anUOmdal8Fg11rUOAfA9QejoOD5a7.Qa3SUljPJUbPattheaUjzH6"], ["created_at", "2016-04-29 13:17:08.548893"], ["updated_at", "2016-04-29 13:17:08.548893"]]  (115.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user781@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user781"], ["email", "user781@email.com"], ["encrypted_password", "$2a$10$1Xe0MgCXeXTEyl93fSEXWetAwKnWYZZVWBpLfuEOQQoeaWsJUgjnK"], ["created_at", "2016-04-29 13:17:08.745390"], ["updated_at", "2016-04-29 13:17:08.745390"]]  (129.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user782@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user782"], ["email", "user782@email.com"], ["encrypted_password", "$2a$10$Ve4cwDffefpj7un31mt4JuZ91/URwzFw/65KgZZOk02hWL1P7A/06"], ["created_at", "2016-04-29 13:17:08.959967"], ["updated_at", "2016-04-29 13:17:08.959967"]]  (114.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user783@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user783"], ["email", "user783@email.com"], ["encrypted_password", "$2a$10$Mq0cpPzOUxt/1Xj60SpJsOvZgXSDHsOa53ipZ8N7q9uVg77/fdbiW"], ["created_at", "2016-04-29 13:17:09.156047"], ["updated_at", "2016-04-29 13:17:09.156047"]]  (86.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user784@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user784"], ["email", "user784@email.com"], ["encrypted_password", "$2a$10$6EPA.gqxJFiWojqDSj8P9.l0iK.VHcGIYYKkhhUZTYbJNbgFlUiCu"], ["created_at", "2016-04-29 13:17:09.330946"], ["updated_at", "2016-04-29 13:17:09.330946"]]  (88.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user785@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user785"], ["email", "user785@email.com"], ["encrypted_password", "$2a$10$e99gSdy6.YHbnNcsDUy0t.rU7FE6xLDzEuFcA2g9NveazaQKWK4Z2"], ["created_at", "2016-04-29 13:17:09.502642"], ["updated_at", "2016-04-29 13:17:09.502642"]]  (83.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user786@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user786"], ["email", "user786@email.com"], ["encrypted_password", "$2a$10$o89nj5P6f1RG5GdJre9MPu//h9FvHLfwnEWHVRbMDAdoSSgK8hmjO"], ["created_at", "2016-04-29 13:17:09.667351"], ["updated_at", "2016-04-29 13:17:09.667351"]]  (107.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user787@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user787"], ["email", "user787@email.com"], ["encrypted_password", "$2a$10$cTvoDYYVqFr4dswkiqida.rJ4/c7zsC9aclh7R0d.NOPAI20HsdES"], ["created_at", "2016-04-29 13:17:09.855631"], ["updated_at", "2016-04-29 13:17:09.855631"]]  (130.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user788@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user788"], ["email", "user788@email.com"], ["encrypted_password", "$2a$10$Lf6nShwil7eWkw.GuG6R8uR5PfRKY83irzvbc7qi5hrOq9TBc4JXG"], ["created_at", "2016-04-29 13:17:10.067668"], ["updated_at", "2016-04-29 13:17:10.067668"]]  (107.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user789@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user789"], ["email", "user789@email.com"], ["encrypted_password", "$2a$10$hU3rN7g1kWHTIxNdcTboXuHr9L8kOX2ggc/fwb4qdU735q9Rl3ZyS"], ["created_at", "2016-04-29 13:17:10.247491"], ["updated_at", "2016-04-29 13:17:10.247491"]]  (105.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user790@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user790"], ["email", "user790@email.com"], ["encrypted_password", "$2a$10$XerC5sCtxdMEGEyOPWfBKuo9BxuBWKlsK2D7d9PYw27MP5xvi8RXW"], ["created_at", "2016-04-29 13:17:10.429932"], ["updated_at", "2016-04-29 13:17:10.429932"]]  (178.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user791@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user791"], ["email", "user791@email.com"], ["encrypted_password", "$2a$10$A4eGrObpcMebEO.zqQ6y1OJiZYmEnCiguZuH4HjtpUI8p6zn4isiC"], ["created_at", "2016-04-29 13:17:10.686372"], ["updated_at", "2016-04-29 13:17:10.686372"]]  (221.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user792@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user792"], ["email", "user792@email.com"], ["encrypted_password", "$2a$10$6fcbkHXPwH..5RFuU6En7es/wnQLvDyeWGRDDbvCGVKqcG1mcFO72"], ["created_at", "2016-04-29 13:17:10.989775"], ["updated_at", "2016-04-29 13:17:10.989775"]]  (106.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user793@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user793"], ["email", "user793@email.com"], ["encrypted_password", "$2a$10$JPWPfXu1kzchrRMyRafN5.6Umo.4R9hk4LhGUeRJ2Qz5QN4L6M6h."], ["created_at", "2016-04-29 13:17:11.177012"], ["updated_at", "2016-04-29 13:17:11.177012"]]  (141.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user794@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user794"], ["email", "user794@email.com"], ["encrypted_password", "$2a$10$pG/IhMD5SPohUH2gH2hRPu8FuYElxNTIJGIS9xCcbqsIjnxtBGpbO"], ["created_at", "2016-04-29 13:17:11.400157"], ["updated_at", "2016-04-29 13:17:11.400157"]]  (129.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user795@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user795"], ["email", "user795@email.com"], ["encrypted_password", "$2a$10$Y7EVGpk37zQEMIQs2HaPbOraiKmYKREttFEZzA6KfuL8TC/ad.EXW"], ["created_at", "2016-04-29 13:17:11.603049"], ["updated_at", "2016-04-29 13:17:11.603049"]]  (139.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user796@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user796"], ["email", "user796@email.com"], ["encrypted_password", "$2a$10$PBM3gozw2h1KmzM/Vojvee3SY7QPrGRbFBpBOMLveYlWvI9hxXu0m"], ["created_at", "2016-04-29 13:17:11.823987"], ["updated_at", "2016-04-29 13:17:11.823987"]]  (127.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user797@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user797"], ["email", "user797@email.com"], ["encrypted_password", "$2a$10$xhfI4ob8uP5xLumyDqyZs.G6POwsLls7MkHs9uNuSMt7302xG8nzW"], ["created_at", "2016-04-29 13:17:12.035537"], ["updated_at", "2016-04-29 13:17:12.035537"]]  (84.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user798@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user798"], ["email", "user798@email.com"], ["encrypted_password", "$2a$10$B5a4djScSw9TQJIZGdkAq.FxRPvh9cZdZb3/dLo14h7tdMMrb1inu"], ["created_at", "2016-04-29 13:17:12.199055"], ["updated_at", "2016-04-29 13:17:12.199055"]]  (87.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user799@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user799"], ["email", "user799@email.com"], ["encrypted_password", "$2a$10$ajG5kqAmklTC83.ZP0gVyedFhUMa8rjyC5rPjGsKtfEqMiTiDPwL."], ["created_at", "2016-04-29 13:17:12.371774"], ["updated_at", "2016-04-29 13:17:12.371774"]]  (92.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user800@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user800"], ["email", "user800@email.com"], ["encrypted_password", "$2a$10$aWX6f0UtsaONFrczuQBAQ.COQt2TL9S1S2UX29cOPWLLk3grkc5o."], ["created_at", "2016-04-29 13:17:12.542327"], ["updated_at", "2016-04-29 13:17:12.542327"]]  (110.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user801@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user801"], ["email", "user801@email.com"], ["encrypted_password", "$2a$10$Rhr2GGDDgOgYV11mKpHv.eF1znLn6Cup5ARGUXxqkLp2HRsEi7Ysm"], ["created_at", "2016-04-29 13:17:12.731826"], ["updated_at", "2016-04-29 13:17:12.731826"]]  (132.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user802@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user802"], ["email", "user802@email.com"], ["encrypted_password", "$2a$10$p5hrcJbDXVRgRjjQv7igWudA1nhtMyruCmtSOybUWY355RA1SzLBS"], ["created_at", "2016-04-29 13:17:12.946248"], ["updated_at", "2016-04-29 13:17:12.946248"]]  (107.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user803@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user803"], ["email", "user803@email.com"], ["encrypted_password", "$2a$10$8zPycsTLiN7dx8j4zDYo0OD1TRxLPikU1fN0Z2xcX9.Q.nWUz4UH."], ["created_at", "2016-04-29 13:17:13.137461"], ["updated_at", "2016-04-29 13:17:13.137461"]]  (126.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user804@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user804"], ["email", "user804@email.com"], ["encrypted_password", "$2a$10$fcMCQJitkwKKPIYxvIcBiO1W9QWu.1BCWTpAxWfgQnNSo48DLm5RG"], ["created_at", "2016-04-29 13:17:13.343286"], ["updated_at", "2016-04-29 13:17:13.343286"]]  (121.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user805@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user805"], ["email", "user805@email.com"], ["encrypted_password", "$2a$10$IeQKFNGmPhvtmp2E1Sqg/.K/MT3WPPchOHPAtT2IRs0nIjaaeZjTG"], ["created_at", "2016-04-29 13:17:13.547013"], ["updated_at", "2016-04-29 13:17:13.547013"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user806@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user806"], ["email", "user806@email.com"], ["encrypted_password", "$2a$10$kCm9IK0rkro.BGrHX32Vr./.Vd9ReVQXUqZTe5SGmIiMn5K1EBCJa"], ["created_at", "2016-04-29 13:17:13.756555"], ["updated_at", "2016-04-29 13:17:13.756555"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user807@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user807"], ["email", "user807@email.com"], ["encrypted_password", "$2a$10$zSFxZie32r50TbwWXQC1eeiSv1SjfNghqZmguyorwvc3tNUhppXhO"], ["created_at", "2016-04-29 13:17:13.987081"], ["updated_at", "2016-04-29 13:17:13.987081"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user808@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user808"], ["email", "user808@email.com"], ["encrypted_password", "$2a$10$Yp7rFSUdbaGN/FTTvHJJGukNhnSccjGb/vpsDFseeClp/RqnOWPdy"], ["created_at", "2016-04-29 13:17:14.202830"], ["updated_at", "2016-04-29 13:17:14.202830"]]  (116.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user809@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user809"], ["email", "user809@email.com"], ["encrypted_password", "$2a$10$3tIcQAdz.0jJ7FB79SPV7eJvTpQqWviH1L7.un.v2HtlnBEXBmu0G"], ["created_at", "2016-04-29 13:17:14.392457"], ["updated_at", "2016-04-29 13:17:14.392457"]]  (115.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user810@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user810"], ["email", "user810@email.com"], ["encrypted_password", "$2a$10$ARBZJKGhfEVCIsRYBNmquuLOeo.tZPAvJ9CY/T8BFCdF1YM8Lsj4G"], ["created_at", "2016-04-29 13:17:14.589516"], ["updated_at", "2016-04-29 13:17:14.589516"]]  (118.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user811@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user811"], ["email", "user811@email.com"], ["encrypted_password", "$2a$10$MACVX3nqGLWD.a1Tsok4nOc./cwBEjmPnuNpODO9rCv9OsTiu3eOq"], ["created_at", "2016-04-29 13:17:14.786650"], ["updated_at", "2016-04-29 13:17:14.786650"]]  (88.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user812@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user812"], ["email", "user812@email.com"], ["encrypted_password", "$2a$10$jfl3JW2uZIyv/4o85pnXgeKKHVbGVx9dTho7Uhr6daR3DU3od9zbC"], ["created_at", "2016-04-29 13:17:14.954489"], ["updated_at", "2016-04-29 13:17:14.954489"]]  (87.7ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user813@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user813"], ["email", "user813@email.com"], ["encrypted_password", "$2a$10$DMAYq6y4yIKYGU6sCVaZW.iFul5zFt60bCTZFIlp1Grk6N1TDPn6K"], ["created_at", "2016-04-29 13:17:15.120429"], ["updated_at", "2016-04-29 13:17:15.120429"]]  (88.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user814@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user814"], ["email", "user814@email.com"], ["encrypted_password", "$2a$10$e96IqIfWCoXiYD8Zscr4j.3V8S4dq1yZCrph3j1uQrFjVWXvCSE9e"], ["created_at", "2016-04-29 13:17:15.289667"], ["updated_at", "2016-04-29 13:17:15.289667"]]  (86.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user815@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user815"], ["email", "user815@email.com"], ["encrypted_password", "$2a$10$gCioYTsBCsXoOWEyKZ2EfOC.pWa8pJrvH9xKxTVQsApdlJUp5EcKy"], ["created_at", "2016-04-29 13:17:15.454171"], ["updated_at", "2016-04-29 13:17:15.454171"]]  (88.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user816@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user816"], ["email", "user816@email.com"], ["encrypted_password", "$2a$10$2o2zmCYL6DZuwya2upVtseFjTb51EYY2ABTiXUmfJfEix4zetkD4y"], ["created_at", "2016-04-29 13:17:15.629373"], ["updated_at", "2016-04-29 13:17:15.629373"]]  (113.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user817@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user817"], ["email", "user817@email.com"], ["encrypted_password", "$2a$10$.o1f/tz9cwGbHmFXA9JcXeny.H.xVF5S4pblEBXktJhAkJ3Ajm9yC"], ["created_at", "2016-04-29 13:17:15.823962"], ["updated_at", "2016-04-29 13:17:15.823962"]]  (85.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user818@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user818"], ["email", "user818@email.com"], ["encrypted_password", "$2a$10$VXkZ48tl3/T/Fk/lRQXco.y1M3yPuGjQAJJt/jbxT2lZ3pDsN1dzO"], ["created_at", "2016-04-29 13:17:15.984135"], ["updated_at", "2016-04-29 13:17:15.984135"]]  (102.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user819@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user819"], ["email", "user819@email.com"], ["encrypted_password", "$2a$10$n.jLaacCgr2iLmvRhBFEqudMP/TccJqYyzXGmYAbGeGRxvQ3/j7Sy"], ["created_at", "2016-04-29 13:17:16.171127"], ["updated_at", "2016-04-29 13:17:16.171127"]]  (182.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user820@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user820"], ["email", "user820@email.com"], ["encrypted_password", "$2a$10$464F5XbblwX6YSoHjyz03ONlm8/fBfKJ4nE1YZEYw4R.D9f0B4bfy"], ["created_at", "2016-04-29 13:17:16.442603"], ["updated_at", "2016-04-29 13:17:16.442603"]]  (132.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user821@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user821"], ["email", "user821@email.com"], ["encrypted_password", "$2a$10$SYzJO4X4DBQDsHdnnGOhWOKY1ST1ZrXJyR/3HZlwpF0HP2GLCeaAu"], ["created_at", "2016-04-29 13:17:16.652831"], ["updated_at", "2016-04-29 13:17:16.652831"]]  (144.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user822@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user822"], ["email", "user822@email.com"], ["encrypted_password", "$2a$10$Q0QOAecMYOfTI24TP.Uy4OFcmo.hYjOonFmdCTnrGVHdfr3UxSeAS"], ["created_at", "2016-04-29 13:17:16.877668"], ["updated_at", "2016-04-29 13:17:16.877668"]]  (119.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user823@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user823"], ["email", "user823@email.com"], ["encrypted_password", "$2a$10$f2zO9Rr5aC3w7Q2NjEU7heYL5Ms/nlKjDE19T5Nqb2WTvHefa6bdC"], ["created_at", "2016-04-29 13:17:17.076506"], ["updated_at", "2016-04-29 13:17:17.076506"]]  (143.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user824@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user824"], ["email", "user824@email.com"], ["encrypted_password", "$2a$10$ftBJ6bKew1qHNoOr0miHReH8mNSx9jcIrftPHsMqUwIoYBVmTRsbS"], ["created_at", "2016-04-29 13:17:17.302455"], ["updated_at", "2016-04-29 13:17:17.302455"]]  (138.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user825@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user825"], ["email", "user825@email.com"], ["encrypted_password", "$2a$10$Vm2VZVoF7MapATJjQMi/suCXjaWYdeELrRyE4WZ.I/krBcJmm2q1W"], ["created_at", "2016-04-29 13:17:17.526330"], ["updated_at", "2016-04-29 13:17:17.526330"]]  (159.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user826@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user826"], ["email", "user826@email.com"], ["encrypted_password", "$2a$10$mV1Xa90zLJmZ7kmaUOQQB.zjv/Wjxd/DJhd.9Z16wt.cYxkO4HlGK"], ["created_at", "2016-04-29 13:17:17.770103"], ["updated_at", "2016-04-29 13:17:17.770103"]]  (137.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user827@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user827"], ["email", "user827@email.com"], ["encrypted_password", "$2a$10$QRveFR02yMQjLm8DbP0IS.tCd.rq90E1vQ20.OrowOprPo8kaOgkG"], ["created_at", "2016-04-29 13:17:17.988730"], ["updated_at", "2016-04-29 13:17:17.988730"]]  (153.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user828@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user828"], ["email", "user828@email.com"], ["encrypted_password", "$2a$10$JhT2qtRSIDWmwPnWRxo/..71LxHJ/ME8edZsHTP5l2VeXrWqziLMe"], ["created_at", "2016-04-29 13:17:18.224194"], ["updated_at", "2016-04-29 13:17:18.224194"]]  (84.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user829@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user829"], ["email", "user829@email.com"], ["encrypted_password", "$2a$10$WwerKvn./Oa3gjSY92ZOFuhsh.5MJZfKzX0G0//aCtdfToIWrLcRO"], ["created_at", "2016-04-29 13:17:18.385440"], ["updated_at", "2016-04-29 13:17:18.385440"]]  (107.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user830@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user830"], ["email", "user830@email.com"], ["encrypted_password", "$2a$10$zU1OGPdM8qZNpQoQhvss/umsPk8YoFePP0bzClzau1zGcW/W2dKqK"], ["created_at", "2016-04-29 13:17:18.573358"], ["updated_at", "2016-04-29 13:17:18.573358"]]  (258.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user831@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user831"], ["email", "user831@email.com"], ["encrypted_password", "$2a$10$r3BMv9KvnqLjaGge7nT02u1NARgcEkzwHWYNL7JpX1Kqce5.bC1vu"], ["created_at", "2016-04-29 13:17:18.911214"], ["updated_at", "2016-04-29 13:17:18.911214"]]  (219.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user832@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user832"], ["email", "user832@email.com"], ["encrypted_password", "$2a$10$2nyo6UY1Vl3J49EZd4D3eupSGcBRYKyUi8UWDEEOPPU11rj0xmAlu"], ["created_at", "2016-04-29 13:17:19.209033"], ["updated_at", "2016-04-29 13:17:19.209033"]]  (144.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user833@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user833"], ["email", "user833@email.com"], ["encrypted_password", "$2a$10$3GJeb0FM/2Yi4mN/XWoc4e/3T.B7NcZ3BSBLUnp21AnjNuy/rAQ5W"], ["created_at", "2016-04-29 13:17:19.437191"], ["updated_at", "2016-04-29 13:17:19.437191"]]  (82.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user834@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user834"], ["email", "user834@email.com"], ["encrypted_password", "$2a$10$7Uw6R9R6jTzC0tEmDw0Jju2w5aFFsn/Y6kZPXZ4jx.ZkoQg7evXCK"], ["created_at", "2016-04-29 13:17:19.605568"], ["updated_at", "2016-04-29 13:17:19.605568"]]  (103.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user835@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user835"], ["email", "user835@email.com"], ["encrypted_password", "$2a$10$RZQWU4vtkAV/7LqT.ds//e3fv9pkSpuGTLj0g8o8kamxlhKhmJPoO"], ["created_at", "2016-04-29 13:17:19.791123"], ["updated_at", "2016-04-29 13:17:19.791123"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user836@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user836"], ["email", "user836@email.com"], ["encrypted_password", "$2a$10$XT.sal9CHIwuvhh/XdnBF.31v7tHSQf91pC7DifN7F8CEXueoXMs2"], ["created_at", "2016-04-29 13:17:20.004366"], ["updated_at", "2016-04-29 13:17:20.004366"]]  (115.2ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user837@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user837"], ["email", "user837@email.com"], ["encrypted_password", "$2a$10$SzzfB4iNm00Cjb8JkbPgUuok7VZ3.oQlOQO1U6IjSIspH04R9rELe"], ["created_at", "2016-04-29 13:17:20.203513"], ["updated_at", "2016-04-29 13:17:20.203513"]]  (204.4ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user838@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user838"], ["email", "user838@email.com"], ["encrypted_password", "$2a$10$As3ql/US3i1WvsanOlKP9.BtSixUewt5xK9F5uL2U4wKjxAwdg296"], ["created_at", "2016-04-29 13:17:20.486195"], ["updated_at", "2016-04-29 13:17:20.486195"]]  (243.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user839@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user839"], ["email", "user839@email.com"], ["encrypted_password", "$2a$10$KrMzBqOJtVDZ9m8IlF7NLOB75B61OImuxR7GXlcbLlA0wNjYuLWNO"], ["created_at", "2016-04-29 13:17:20.802539"], ["updated_at", "2016-04-29 13:17:20.802539"]]  (149.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user840@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user840"], ["email", "user840@email.com"], ["encrypted_password", "$2a$10$qOUwJYyDBy5QeYvg.J5dZuqgJeF6vBc4Y6FoZStRZTCa2eDJnW59u"], ["created_at", "2016-04-29 13:17:21.035613"], ["updated_at", "2016-04-29 13:17:21.035613"]]  (138.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user841@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user841"], ["email", "user841@email.com"], ["encrypted_password", "$2a$10$/WrzZO6ABAHIAeEOsAHAIupGkYksZPkQgoF.wb5.wrpa703HVR9O."], ["created_at", "2016-04-29 13:17:21.252458"], ["updated_at", "2016-04-29 13:17:21.252458"]]  (199.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user842@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user842"], ["email", "user842@email.com"], ["encrypted_password", "$2a$10$W6FsfGmIljoHXJlzTqrhQufsi2CXp2EgHZPI8CcE0.rUB/lAhNZqy"], ["created_at", "2016-04-29 13:17:21.533007"], ["updated_at", "2016-04-29 13:17:21.533007"]]  (196.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user843@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user843"], ["email", "user843@email.com"], ["encrypted_password", "$2a$10$Hp1KXFBV7wv7lzPJQwpU1euBmiiMevOPh.dq/tmcH1kD88.8lGPLy"], ["created_at", "2016-04-29 13:17:21.807674"], ["updated_at", "2016-04-29 13:17:21.807674"]]  (133.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user844@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user844"], ["email", "user844@email.com"], ["encrypted_password", "$2a$10$u/bcJSXmiKwRlynC6Gb3OOMkF91oeakw6I8gASOKrdbOGsMQib46i"], ["created_at", "2016-04-29 13:17:22.021616"], ["updated_at", "2016-04-29 13:17:22.021616"]]  (108.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user845@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user845"], ["email", "user845@email.com"], ["encrypted_password", "$2a$10$G91ySKLu40OVYEwvoXssyOpt9VmEgSZlOQgiBOqZqwBDgvgXuE9fK"], ["created_at", "2016-04-29 13:17:22.211000"], ["updated_at", "2016-04-29 13:17:22.211000"]]  (96.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user846@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user846"], ["email", "user846@email.com"], ["encrypted_password", "$2a$10$n07KK8uXYGqugUWvMvvLZus1Kk7UABPSqxiHteP7.elzn6/oejDHG"], ["created_at", "2016-04-29 13:17:22.396525"], ["updated_at", "2016-04-29 13:17:22.396525"]]  (122.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user847@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user847"], ["email", "user847@email.com"], ["encrypted_password", "$2a$10$SkhWS3jX64o9GC9QJpwQYOsMxUQ2FWjbEeResmdaCl48btmkmDCnq"], ["created_at", "2016-04-29 13:17:22.598121"], ["updated_at", "2016-04-29 13:17:22.598121"]]  (142.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user848@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user848"], ["email", "user848@email.com"], ["encrypted_password", "$2a$10$1JY1QdHOYhkfpOMb.gjl0eoJa7.5LHyOI6b.GOX0YsEsJSpaH6mUO"], ["created_at", "2016-04-29 13:17:22.822328"], ["updated_at", "2016-04-29 13:17:22.822328"]]  (107.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user849@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user849"], ["email", "user849@email.com"], ["encrypted_password", "$2a$10$cJQOeM7LjsLaPQZ2sOiMmecq43DzYhLlisznhnTyYwXj98xmPeYcK"], ["created_at", "2016-04-29 13:17:23.013489"], ["updated_at", "2016-04-29 13:17:23.013489"]]  (138.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user850@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user850"], ["email", "user850@email.com"], ["encrypted_password", "$2a$10$VHgGDYITlHmFv/8HSqLIDeJeOGpmq1duk0UAI/LnszmIZ3iAHDTES"], ["created_at", "2016-04-29 13:17:23.232285"], ["updated_at", "2016-04-29 13:17:23.232285"]]  (119.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user851@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user851"], ["email", "user851@email.com"], ["encrypted_password", "$2a$10$2NqcvFD4Y6LOTShIyRDIEePJWsBfx8T9bDy4UsPCCm1D.MtoCwXPe"], ["created_at", "2016-04-29 13:17:23.432841"], ["updated_at", "2016-04-29 13:17:23.432841"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user852@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user852"], ["email", "user852@email.com"], ["encrypted_password", "$2a$10$JUXVCDYs.QyA/ykITatEyOLUByOmBL8ORO2TrM493xfiLl4tsUotK"], ["created_at", "2016-04-29 13:17:23.660938"], ["updated_at", "2016-04-29 13:17:23.660938"]]  (134.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user853@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user853"], ["email", "user853@email.com"], ["encrypted_password", "$2a$10$po3I01tR8/Xx9YE9fy13.uN0GVYGJg4qp.FhAqAVas1xlggxQ/4iO"], ["created_at", "2016-04-29 13:17:23.878630"], ["updated_at", "2016-04-29 13:17:23.878630"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user854@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user854"], ["email", "user854@email.com"], ["encrypted_password", "$2a$10$0W6n.46kyqkbtS/qYDBtd.QcWfYX38PpdL12J58y.rG56/3uf1z6m"], ["created_at", "2016-04-29 13:17:24.098265"], ["updated_at", "2016-04-29 13:17:24.098265"]]  (119.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user855@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user855"], ["email", "user855@email.com"], ["encrypted_password", "$2a$10$Pu9TGZ1Dl7Okgh7S6xuGDurly2L0uRE33PPY.Hh.FkVOO5VXZDynq"], ["created_at", "2016-04-29 13:17:24.299603"], ["updated_at", "2016-04-29 13:17:24.299603"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user856@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user856"], ["email", "user856@email.com"], ["encrypted_password", "$2a$10$cVxggyQT2pgTLD/Xuh8f../fkBqaKtwQBbgu1pjqZuci0X3Zdsa02"], ["created_at", "2016-04-29 13:17:24.527530"], ["updated_at", "2016-04-29 13:17:24.527530"]]  (190.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user857@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user857"], ["email", "user857@email.com"], ["encrypted_password", "$2a$10$v4YGgvaZivFwFhPIUQh19e7ch6hL/1.xhlilJOQNA98ftlP.ZtnfS"], ["created_at", "2016-04-29 13:17:24.798680"], ["updated_at", "2016-04-29 13:17:24.798680"]]  (87.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user858@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user858"], ["email", "user858@email.com"], ["encrypted_password", "$2a$10$XQNms01gjLVd4UPfo2WYnup0ukjpq2x2lVSAHCbLotH1XDU.buGSK"], ["created_at", "2016-04-29 13:17:24.969830"], ["updated_at", "2016-04-29 13:17:24.969830"]]  (83.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user859@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user859"], ["email", "user859@email.com"], ["encrypted_password", "$2a$10$M9wdT34ctR4n/Fc9qwTLweM7z.oyxEoWSYjStqskICwnB5JcmkMYO"], ["created_at", "2016-04-29 13:17:25.130267"], ["updated_at", "2016-04-29 13:17:25.130267"]]  (88.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user860@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user860"], ["email", "user860@email.com"], ["encrypted_password", "$2a$10$x3NLEt0WM/GVJGf/E/863eqcsfvB8P3Br2Bs5uKTPFZQFEG1wfJBK"], ["created_at", "2016-04-29 13:17:25.299767"], ["updated_at", "2016-04-29 13:17:25.299767"]]  (86.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user861@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user861"], ["email", "user861@email.com"], ["encrypted_password", "$2a$10$P6A.bebyMo2.s8N.9o5f4eR2Q9L20zucd/NcohcWsKoDG.Jq0LYAi"], ["created_at", "2016-04-29 13:17:25.464840"], ["updated_at", "2016-04-29 13:17:25.464840"]]  (110.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user862@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user862"], ["email", "user862@email.com"], ["encrypted_password", "$2a$10$NjLFZ1T9oUIO0TPK.gu9Cu1hshUutvpNZcUxc9Sy0SP4NDriK9aIK"], ["created_at", "2016-04-29 13:17:25.655637"], ["updated_at", "2016-04-29 13:17:25.655637"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user863@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user863"], ["email", "user863@email.com"], ["encrypted_password", "$2a$10$4wjTHgHBXe8PHui2EnhC/uxLgjJcpQ8jauzNrqpQRVRGXgplWJ2lq"], ["created_at", "2016-04-29 13:17:25.874305"], ["updated_at", "2016-04-29 13:17:25.874305"]]  (122.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user864@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user864"], ["email", "user864@email.com"], ["encrypted_password", "$2a$10$Dpzz78SZF1ByYwx/peGfwOI5T6T/ARsTgsjBCQEM.M0F.8scsy4Si"], ["created_at", "2016-04-29 13:17:26.077097"], ["updated_at", "2016-04-29 13:17:26.077097"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user865@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user865"], ["email", "user865@email.com"], ["encrypted_password", "$2a$10$GiCVNa.GoM6RDOC2i2BHouRAnUPVKXLtVVoPt7Xyc7w/FTKfm/z2S"], ["created_at", "2016-04-29 13:17:26.299829"], ["updated_at", "2016-04-29 13:17:26.299829"]]  (119.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user866@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user866"], ["email", "user866@email.com"], ["encrypted_password", "$2a$10$/Vos.nPoZKqHW59GAMsdpO/usj0vwwB1KB3/ESupqBn2od/7z911y"], ["created_at", "2016-04-29 13:17:26.498167"], ["updated_at", "2016-04-29 13:17:26.498167"]]  (143.2ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user867@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user867"], ["email", "user867@email.com"], ["encrypted_password", "$2a$10$gKnddCrbfhY/3Z/EtkLR2OX5GeXL8VESsgCSjasQUVrc.lNklSpuu"], ["created_at", "2016-04-29 13:17:26.721510"], ["updated_at", "2016-04-29 13:17:26.721510"]]  (96.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user868@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user868"], ["email", "user868@email.com"], ["encrypted_password", "$2a$10$kAT8hlXSRUvaggLPQSkKpujI/32tSANqmgc1rlp0pCYW/f.hUN.L6"], ["created_at", "2016-04-29 13:17:26.899187"], ["updated_at", "2016-04-29 13:17:26.899187"]]  (86.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user869@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user869"], ["email", "user869@email.com"], ["encrypted_password", "$2a$10$g62eKRr.qNNj19yo67tLE.vYlOjyri99rmBxB7giGzmxLPm7YBh/q"], ["created_at", "2016-04-29 13:17:27.058728"], ["updated_at", "2016-04-29 13:17:27.058728"]]  (104.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user870@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user870"], ["email", "user870@email.com"], ["encrypted_password", "$2a$10$SabWqY2LA9sfQXwN5a0tfug2EVAExTwu3FUnIvK/kDCX/EupjxCFS"], ["created_at", "2016-04-29 13:17:27.248185"], ["updated_at", "2016-04-29 13:17:27.248185"]]  (126.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user871@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user871"], ["email", "user871@email.com"], ["encrypted_password", "$2a$10$eOFyKYnGMSYsr9bcfbI.oeZSIohp6dVIf5NyoGw3Bw34XBfvsVyfW"], ["created_at", "2016-04-29 13:17:27.459014"], ["updated_at", "2016-04-29 13:17:27.459014"]]  (104.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user872@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user872"], ["email", "user872@email.com"], ["encrypted_password", "$2a$10$9HiUJOm3BQv1l2cMuzTqEuSK6DxVsB0/HKUpvffnZudimQZ7tPMpK"], ["created_at", "2016-04-29 13:17:27.646240"], ["updated_at", "2016-04-29 13:17:27.646240"]]  (83.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user873@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user873"], ["email", "user873@email.com"], ["encrypted_password", "$2a$10$kU.KVOgFVWWn7ZoqdauRWOylVt4J9nRzfTOQbt.dpRJOwEKHKeI0m"], ["created_at", "2016-04-29 13:17:27.807971"], ["updated_at", "2016-04-29 13:17:27.807971"]]  (88.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user874@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user874"], ["email", "user874@email.com"], ["encrypted_password", "$2a$10$SYWYfYesjqi13D6kqH3jie/9PnnrTZi1gz6Dnz6RbnO4ZkFxaT/y2"], ["created_at", "2016-04-29 13:17:27.972968"], ["updated_at", "2016-04-29 13:17:27.972968"]]  (91.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user875@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user875"], ["email", "user875@email.com"], ["encrypted_password", "$2a$10$3Tbt9WARGw7SxXOV5TQRPeKlqqbZz6k6q5V.3JmTwR9KSmxk/oXTG"], ["created_at", "2016-04-29 13:17:28.137197"], ["updated_at", "2016-04-29 13:17:28.137197"]]  (90.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user876@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user876"], ["email", "user876@email.com"], ["encrypted_password", "$2a$10$DJ8cOAqkgJhKqF1SySTULO1Lv7NpNvvK5bc6EkKnuWx1DH/pJJX7."], ["created_at", "2016-04-29 13:17:28.314042"], ["updated_at", "2016-04-29 13:17:28.314042"]]  (105.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user877@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user877"], ["email", "user877@email.com"], ["encrypted_password", "$2a$10$NA0wcBTdRQpQKCSHgR6h8./2SWzqad2fO/o2nLH3LHBtAgJi.Xcte"], ["created_at", "2016-04-29 13:17:28.502438"], ["updated_at", "2016-04-29 13:17:28.502438"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user878@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user878"], ["email", "user878@email.com"], ["encrypted_password", "$2a$10$WVYO0YQ9SUObSnlZZclE9.tzWQ2xBKwcaq7WhTel6JEMdAxpRTAPe"], ["created_at", "2016-04-29 13:17:28.737345"], ["updated_at", "2016-04-29 13:17:28.737345"]]  (138.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user879@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user879"], ["email", "user879@email.com"], ["encrypted_password", "$2a$10$G3YzYPs3dfRsCa0kINu69.Xybne/p6qSFYytvQaC1uI6OsR2y5h1u"], ["created_at", "2016-04-29 13:17:28.955533"], ["updated_at", "2016-04-29 13:17:28.955533"]]  (142.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user880@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user880"], ["email", "user880@email.com"], ["encrypted_password", "$2a$10$HhhJimsOhpXexJeei5zG6O.lOSD5kHG9jo3uE8jRhgyuOntGd4U4a"], ["created_at", "2016-04-29 13:17:29.181775"], ["updated_at", "2016-04-29 13:17:29.181775"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user881@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user881"], ["email", "user881@email.com"], ["encrypted_password", "$2a$10$wmRjmC2RSKxRl7/LHzpcLurBXN2uZ1133nl/Uj0PoO9Alcqz0PnWK"], ["created_at", "2016-04-29 13:17:29.401983"], ["updated_at", "2016-04-29 13:17:29.401983"]]  (139.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user882@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user882"], ["email", "user882@email.com"], ["encrypted_password", "$2a$10$1lWVTt9F1vFQ/fgji0ujC.E20ZD3uPRzNvCYpG/f6p/ropVTrIDbu"], ["created_at", "2016-04-29 13:17:29.623320"], ["updated_at", "2016-04-29 13:17:29.623320"]]  (107.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user883@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user883"], ["email", "user883@email.com"], ["encrypted_password", "$2a$10$AmwZTSR/u1B7ldf7mHQx9ubNhhZJR13PdvYL5kUbinHELa8x5vLcC"], ["created_at", "2016-04-29 13:17:29.814971"], ["updated_at", "2016-04-29 13:17:29.814971"]]  (126.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user884@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user884"], ["email", "user884@email.com"], ["encrypted_password", "$2a$10$mB5MN2qxj.dwXvvbM3L19.xuwSUe7JPK6Erw9ddg4jkhvAtUKk4yW"], ["created_at", "2016-04-29 13:17:30.023375"], ["updated_at", "2016-04-29 13:17:30.023375"]]  (107.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user885@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user885"], ["email", "user885@email.com"], ["encrypted_password", "$2a$10$pfH8sh87Iz0bKCIaPZ4J0upwEUR1xjYP8sp8cMSkytE6j743N78kW"], ["created_at", "2016-04-29 13:17:30.211498"], ["updated_at", "2016-04-29 13:17:30.211498"]]  (207.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user886@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user886"], ["email", "user886@email.com"], ["encrypted_password", "$2a$10$fEHXC9jEEv4i8pSLeFVIUO9C7W9m59K5J1wtbXWvsc2ye3mueYzny"], ["created_at", "2016-04-29 13:17:30.497484"], ["updated_at", "2016-04-29 13:17:30.497484"]]  (155.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user887@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user887"], ["email", "user887@email.com"], ["encrypted_password", "$2a$10$TPFNwJxKSXfWBtEP9sjXRO4BU8sKjN1hPttBH8JATpeKmsTjyCY9y"], ["created_at", "2016-04-29 13:17:30.733627"], ["updated_at", "2016-04-29 13:17:30.733627"]]  (118.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user888@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user888"], ["email", "user888@email.com"], ["encrypted_password", "$2a$10$NBFJDXb4QsARJaWNJXoApuDIQ3MaU2tpRwGe79W4guar7voBGOaOG"], ["created_at", "2016-04-29 13:17:30.940247"], ["updated_at", "2016-04-29 13:17:30.940247"]]  (134.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user889@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user889"], ["email", "user889@email.com"], ["encrypted_password", "$2a$10$Ke72Pj2Jymch4AFiXVxy.uv6vpsFkVtOUlAfTMPjeUvSvbU2cVB.S"], ["created_at", "2016-04-29 13:17:31.159095"], ["updated_at", "2016-04-29 13:17:31.159095"]]  (83.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user890@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user890"], ["email", "user890@email.com"], ["encrypted_password", "$2a$10$.arVlaI3R1Kmionheqb1Wus9bfGYRVU1OYS3mvu09xcTwiHrbz48y"], ["created_at", "2016-04-29 13:17:31.323224"], ["updated_at", "2016-04-29 13:17:31.323224"]]  (119.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user891@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user891"], ["email", "user891@email.com"], ["encrypted_password", "$2a$10$M5WTPk1H2zSXb1ZGzonQJ.csAZGTS/C8MlRStyKbljg5/bOFowJl."], ["created_at", "2016-04-29 13:17:31.531124"], ["updated_at", "2016-04-29 13:17:31.531124"]]  (155.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user892@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user892"], ["email", "user892@email.com"], ["encrypted_password", "$2a$10$eKv8ZqFpfRAAVYjHdwUhqurCXbqPymdxkCjaRiuC4dHPaHPhC6vkm"], ["created_at", "2016-04-29 13:17:31.768091"], ["updated_at", "2016-04-29 13:17:31.768091"]]  (118.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user893@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user893"], ["email", "user893@email.com"], ["encrypted_password", "$2a$10$tXzfX9BJTlrA24Y7LDPbquxZfVuXKJu5PfNghW6qdHb51nFg4G9JG"], ["created_at", "2016-04-29 13:17:31.972066"], ["updated_at", "2016-04-29 13:17:31.972066"]]  (148.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user894@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user894"], ["email", "user894@email.com"], ["encrypted_password", "$2a$10$l0cBGk9l38o7D8kFyYeU6e/4otJWdpa3WVEieuZNFt9BmTtrycwP."], ["created_at", "2016-04-29 13:17:32.195143"], ["updated_at", "2016-04-29 13:17:32.195143"]]  (102.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user895@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user895"], ["email", "user895@email.com"], ["encrypted_password", "$2a$10$n/ul9y9Os4a3gelQa0s1fukbx4wP1ryi7UHwQPGJIIv4PApSnUYuG"], ["created_at", "2016-04-29 13:17:32.377492"], ["updated_at", "2016-04-29 13:17:32.377492"]]  (154.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user896@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user896"], ["email", "user896@email.com"], ["encrypted_password", "$2a$10$lsqoD8OIlGtX4AIXrskRg.kJ7xyk/YybpI1TY6Enzi4bv1edei236"], ["created_at", "2016-04-29 13:17:32.615004"], ["updated_at", "2016-04-29 13:17:32.615004"]]  (138.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user897@email.com' LIMIT 1 SQL (0.5ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user897"], ["email", "user897@email.com"], ["encrypted_password", "$2a$10$1Vw2rNPqysSDvBfnjqPrJOn9fegYw2jpLE2NkWNXY7MYULO.MOB9K"], ["created_at", "2016-04-29 13:17:32.830592"], ["updated_at", "2016-04-29 13:17:32.830592"]]  (111.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user898@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user898"], ["email", "user898@email.com"], ["encrypted_password", "$2a$10$bZwpS3B66XvCOzK6MH2Hs.iQRM7ZR/Odenwi4Brbs5dXyArDP.wwi"], ["created_at", "2016-04-29 13:17:33.024316"], ["updated_at", "2016-04-29 13:17:33.024316"]]  (129.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user899@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user899"], ["email", "user899@email.com"], ["encrypted_password", "$2a$10$XeEUQTm18NV0ul6nkEeIU.t18pORQ249lOpViRByzSU/pk4pvjj82"], ["created_at", "2016-04-29 13:17:33.232056"], ["updated_at", "2016-04-29 13:17:33.232056"]]  (176.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user900@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user900"], ["email", "user900@email.com"], ["encrypted_password", "$2a$10$.Fmk6kIzyXTlz//2ebMXduSchahO379UQXG3Wm6cJ3zRn0wekZi2W"], ["created_at", "2016-04-29 13:17:33.491614"], ["updated_at", "2016-04-29 13:17:33.491614"]]  (139.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user901@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user901"], ["email", "user901@email.com"], ["encrypted_password", "$2a$10$Hyr08WvSHMukicsBdVQy5uAX6T27l.A9FHUeAlMrMYqHHoKyBrOOu"], ["created_at", "2016-04-29 13:17:33.705129"], ["updated_at", "2016-04-29 13:17:33.705129"]]  (192.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user902@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user902"], ["email", "user902@email.com"], ["encrypted_password", "$2a$10$oG90a/zvDJjbMJ8l6EAy0uOI2haQh8XtZFKh9I.EVRpInFuxBoka2"], ["created_at", "2016-04-29 13:17:33.980282"], ["updated_at", "2016-04-29 13:17:33.980282"]]  (128.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user903@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user903"], ["email", "user903@email.com"], ["encrypted_password", "$2a$10$bYH59xxA6DaYV5MggfI3nOrT35SmuZ/tMJUaGbSCh81BAD.21riuK"], ["created_at", "2016-04-29 13:17:34.185138"], ["updated_at", "2016-04-29 13:17:34.185138"]]  (113.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user904@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user904"], ["email", "user904@email.com"], ["encrypted_password", "$2a$10$UX/CXHjYHpoMyxZ/8EzTo.iKlJ6XWgrLt1fxecwm.F/tUuKYRj3Ka"], ["created_at", "2016-04-29 13:17:34.372268"], ["updated_at", "2016-04-29 13:17:34.372268"]]  (215.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user905@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user905"], ["email", "user905@email.com"], ["encrypted_password", "$2a$10$qtd6AFZqkIIKG4GRVCkhXOJ8L.FjXu2A7MZflZSgzPs7f/3CmAWYm"], ["created_at", "2016-04-29 13:17:34.667281"], ["updated_at", "2016-04-29 13:17:34.667281"]]  (142.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user906@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user906"], ["email", "user906@email.com"], ["encrypted_password", "$2a$10$2MlkJGCtg899c8gxKXYprOka7KMK3u5T1Hfq1yc6whOlbwZnRRvuK"], ["created_at", "2016-04-29 13:17:34.893621"], ["updated_at", "2016-04-29 13:17:34.893621"]]  (126.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user907@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user907"], ["email", "user907@email.com"], ["encrypted_password", "$2a$10$uY1qh/2zNG6nryKwzLK8eO6Ij4wZRhfaoyW7hV/QHY9NAbhD53nju"], ["created_at", "2016-04-29 13:17:35.099844"], ["updated_at", "2016-04-29 13:17:35.099844"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user908@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user908"], ["email", "user908@email.com"], ["encrypted_password", "$2a$10$ps6xq9kWEMZflm4ir2Jhw.7eCHc0wu5BJoPcbvYiiT9wx8Ia3Yn5m"], ["created_at", "2016-04-29 13:17:35.320611"], ["updated_at", "2016-04-29 13:17:35.320611"]]  (110.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user909@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user909"], ["email", "user909@email.com"], ["encrypted_password", "$2a$10$HkT/8avmwqnaR25GVwM1Ae4xTbhXqM6HRSsVYfFURLSZlomxhCLr6"], ["created_at", "2016-04-29 13:17:35.512861"], ["updated_at", "2016-04-29 13:17:35.512861"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user910@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user910"], ["email", "user910@email.com"], ["encrypted_password", "$2a$10$/PPaStZnw/7tjzcNHJGIO.ytP58/OHYQiGpjlBd3BPRQPyQlD1Vt2"], ["created_at", "2016-04-29 13:17:35.742203"], ["updated_at", "2016-04-29 13:17:35.742203"]]  (111.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user911@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user911"], ["email", "user911@email.com"], ["encrypted_password", "$2a$10$VCNU/ghbuuycAfDwBXo/iuQrQgnFR3j/YPG8h/dWVF.crkdpJs6EC"], ["created_at", "2016-04-29 13:17:35.938764"], ["updated_at", "2016-04-29 13:17:35.938764"]]  (125.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user912@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user912"], ["email", "user912@email.com"], ["encrypted_password", "$2a$10$GjWGZMlVSqC8w3r1T6nAfOUgeClDzllK0HToWdOcWbOS.FqWh18xG"], ["created_at", "2016-04-29 13:17:36.147997"], ["updated_at", "2016-04-29 13:17:36.147997"]]  (105.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user913@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user913"], ["email", "user913@email.com"], ["encrypted_password", "$2a$10$WFT5IDyORXlrmhvV6c7fBumiuqKBBPXXoFhhqgn778J1h5n4LzLQ."], ["created_at", "2016-04-29 13:17:36.331230"], ["updated_at", "2016-04-29 13:17:36.331230"]]  (133.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user914@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user914"], ["email", "user914@email.com"], ["encrypted_password", "$2a$10$XAT/8UZ8z/yqecYv2MCvCOtDKZdxdcJcxG/TBGCGLOilMBQvgJTca"], ["created_at", "2016-04-29 13:17:36.548107"], ["updated_at", "2016-04-29 13:17:36.548107"]]  (117.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user915@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user915"], ["email", "user915@email.com"], ["encrypted_password", "$2a$10$sC8rbo05PWTQha/m1gkHDu7b.hSpXwE2TDC5iwzT.AP5FSrR0xahG"], ["created_at", "2016-04-29 13:17:36.743341"], ["updated_at", "2016-04-29 13:17:36.743341"]]  (150.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user916@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user916"], ["email", "user916@email.com"], ["encrypted_password", "$2a$10$YRz9aXXW.ShR50XFpWm1uu.srysL.aD.7dHExuHDUgbbhiMFmeUaa"], ["created_at", "2016-04-29 13:17:36.974655"], ["updated_at", "2016-04-29 13:17:36.974655"]]  (112.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user917@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user917"], ["email", "user917@email.com"], ["encrypted_password", "$2a$10$UDBNCQRiTuThR.YEbVnVIOIOaTFISNUBtyXs2D6y.F6ItHmNmKRKq"], ["created_at", "2016-04-29 13:17:37.168818"], ["updated_at", "2016-04-29 13:17:37.168818"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user918@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user918"], ["email", "user918@email.com"], ["encrypted_password", "$2a$10$eGuoDdsbpfsM5FJtLqVL2.nXKMHQ6I6jlbhuZxv25mTfpiDlm8f9W"], ["created_at", "2016-04-29 13:17:37.391334"], ["updated_at", "2016-04-29 13:17:37.391334"]]  (162.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user919@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user919"], ["email", "user919@email.com"], ["encrypted_password", "$2a$10$G/jzq6d0q1ymr8WJyYu6JeR6x8KY3WuBp1z2OxYalxD7K6baQD7MK"], ["created_at", "2016-04-29 13:17:37.633891"], ["updated_at", "2016-04-29 13:17:37.633891"]]  (120.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user920@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user920"], ["email", "user920@email.com"], ["encrypted_password", "$2a$10$h/Xz5XGofk.D9Wk7eOl8qex/hmdNABq1GfnB3LnepkujgO0Zgld9m"], ["created_at", "2016-04-29 13:17:37.835513"], ["updated_at", "2016-04-29 13:17:37.835513"]]  (130.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user921@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user921"], ["email", "user921@email.com"], ["encrypted_password", "$2a$10$ECY1tp7kpIAvhCwY9E2MQeyg.eGPft0MPBnVoGTOKdLwlYQH5dTem"], ["created_at", "2016-04-29 13:17:38.043891"], ["updated_at", "2016-04-29 13:17:38.043891"]]  (98.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user922@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user922"], ["email", "user922@email.com"], ["encrypted_password", "$2a$10$gYuxwKPdA3Pc8dXaimgU4eex6S1nnpd/U/sBdDconlbp.OkT02ln6"], ["created_at", "2016-04-29 13:17:38.216771"], ["updated_at", "2016-04-29 13:17:38.216771"]]  (82.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user923@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user923"], ["email", "user923@email.com"], ["encrypted_password", "$2a$10$OhK7cfp8DGHd7vviIjvJBefCzNtGcYGwgc4o/.GTdUht8xfwamV5m"], ["created_at", "2016-04-29 13:17:38.379485"], ["updated_at", "2016-04-29 13:17:38.379485"]]  (86.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user924@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user924"], ["email", "user924@email.com"], ["encrypted_password", "$2a$10$HN2.Y/842mdNp8tn44pctOis88ZLfXtHYKAUxG/jPSkaDvfP7n/3O"], ["created_at", "2016-04-29 13:17:38.546689"], ["updated_at", "2016-04-29 13:17:38.546689"]]  (85.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user925@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user925"], ["email", "user925@email.com"], ["encrypted_password", "$2a$10$chmYLoKqa6tRxBsdz2Q9HuvDArmyR4v3M0BgCPUCwTsn9CAo6/aTu"], ["created_at", "2016-04-29 13:17:38.713258"], ["updated_at", "2016-04-29 13:17:38.713258"]]  (107.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user926@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user926"], ["email", "user926@email.com"], ["encrypted_password", "$2a$10$lDlXnbQk472iW5TbVMYuNewzUAISYDiAfuJ5m3mbR60sChczp9JS."], ["created_at", "2016-04-29 13:17:38.898641"], ["updated_at", "2016-04-29 13:17:38.898641"]]  (155.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user927@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user927"], ["email", "user927@email.com"], ["encrypted_password", "$2a$10$.HmMe60zXyH4Js9DpVWbEu90BfpNf/FDxiMoz60aMfbA0tHhO5MJy"], ["created_at", "2016-04-29 13:17:39.139050"], ["updated_at", "2016-04-29 13:17:39.139050"]]  (125.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user928@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user928"], ["email", "user928@email.com"], ["encrypted_password", "$2a$10$IOaJ7bPwf.3h6wLadr7TLOBvVI7EzGGvEgISAs267olxqqawbb1Zm"], ["created_at", "2016-04-29 13:17:39.346974"], ["updated_at", "2016-04-29 13:17:39.346974"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user929@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user929"], ["email", "user929@email.com"], ["encrypted_password", "$2a$10$YwMusttcbOefAntW.YJY4.85El2lRESoNppD5QpkjRhF8dK8V8cb."], ["created_at", "2016-04-29 13:17:39.553616"], ["updated_at", "2016-04-29 13:17:39.553616"]]  (111.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user930@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user930"], ["email", "user930@email.com"], ["encrypted_password", "$2a$10$4H/llCrNUrNkR0R9nS427O6ZloUhhKnxpUi0NOVE64iTDz4RCzp1K"], ["created_at", "2016-04-29 13:17:39.744550"], ["updated_at", "2016-04-29 13:17:39.744550"]]  (131.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user931@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user931"], ["email", "user931@email.com"], ["encrypted_password", "$2a$10$5iyPqV0cZHgNlbizmgc4..AxXVCq9sn9E3KLHmCG9ibwwLL/k6G96"], ["created_at", "2016-04-29 13:17:39.959455"], ["updated_at", "2016-04-29 13:17:39.959455"]]  (105.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user932@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user932"], ["email", "user932@email.com"], ["encrypted_password", "$2a$10$mtIiXKnWnD6Vd3L31wGjL.oaxgQuQmRqHc.2Ta4iI/tVahxtoXXqe"], ["created_at", "2016-04-29 13:17:40.142720"], ["updated_at", "2016-04-29 13:17:40.142720"]]  (144.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user933@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user933"], ["email", "user933@email.com"], ["encrypted_password", "$2a$10$yMxT4q01GH3glTS5.zGE8eLCNAKvypxPox1Y9nfbM2zCLQekVsfGy"], ["created_at", "2016-04-29 13:17:40.368861"], ["updated_at", "2016-04-29 13:17:40.368861"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user934@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user934"], ["email", "user934@email.com"], ["encrypted_password", "$2a$10$mymqWvl0Wr8qqn9Tci6RE.KXViqLp3MeOkc3D0Ys5pNg1l8cZEmW."], ["created_at", "2016-04-29 13:17:40.591422"], ["updated_at", "2016-04-29 13:17:40.591422"]]  (163.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user935@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user935"], ["email", "user935@email.com"], ["encrypted_password", "$2a$10$MjKR9.on9AuGQsz2ERDgXu8jgGhfVK8IxwlFk2v8tYvK.YAgs9zAa"], ["created_at", "2016-04-29 13:17:40.833639"], ["updated_at", "2016-04-29 13:17:40.833639"]]  (121.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user936@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user936"], ["email", "user936@email.com"], ["encrypted_password", "$2a$10$ax7XIpcH7PCLzwdVUWPI6eqPylFtYmbLSmnxQAVZm./uClZjfjfV6"], ["created_at", "2016-04-29 13:17:41.037787"], ["updated_at", "2016-04-29 13:17:41.037787"]]  (116.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user937@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user937"], ["email", "user937@email.com"], ["encrypted_password", "$2a$10$VyGJefJrAKYsY4.eSHBCieHlAXBpzvLf0D5vd7Fml9.niF3qWUexO"], ["created_at", "2016-04-29 13:17:41.235548"], ["updated_at", "2016-04-29 13:17:41.235548"]]  (85.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user938@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user938"], ["email", "user938@email.com"], ["encrypted_password", "$2a$10$EmwvLdNZojD82qpDDB3PleuPDBujsGS4FKwkAnvGgq075Bi7IR.Gu"], ["created_at", "2016-04-29 13:17:41.400335"], ["updated_at", "2016-04-29 13:17:41.400335"]]  (87.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user939@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user939"], ["email", "user939@email.com"], ["encrypted_password", "$2a$10$xmcLSnlBFfgD6lE8Q1mW3egQF3fTpvRZgstbOTwFZqxiOc4Ui8phm"], ["created_at", "2016-04-29 13:17:41.569520"], ["updated_at", "2016-04-29 13:17:41.569520"]]  (262.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user940@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user940"], ["email", "user940@email.com"], ["encrypted_password", "$2a$10$9FQRdpOuEFGsV/weM82NV.8Pe7/bokgsTqzAYBvsj3aw0dfGdEcWW"], ["created_at", "2016-04-29 13:17:41.912631"], ["updated_at", "2016-04-29 13:17:41.912631"]]  (241.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user941@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user941"], ["email", "user941@email.com"], ["encrypted_password", "$2a$10$UstnhaGj9xTu.KHMm96iKeaV1eos/mZR1ohfSXtkSWoRGHsFsOdye"], ["created_at", "2016-04-29 13:17:42.235635"], ["updated_at", "2016-04-29 13:17:42.235635"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user942@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user942"], ["email", "user942@email.com"], ["encrypted_password", "$2a$10$A7WX3758oZtdzPkMHVwnPezWcuawRLaS8T9kvgUXmUHZu2wQggBz."], ["created_at", "2016-04-29 13:17:42.443086"], ["updated_at", "2016-04-29 13:17:42.443086"]]  (111.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user943@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user943"], ["email", "user943@email.com"], ["encrypted_password", "$2a$10$KdtA0Ar0Lu/3p8xxe6yNjOGOc6SceTsZSLD4glEKdw790Df9kssNO"], ["created_at", "2016-04-29 13:17:42.636626"], ["updated_at", "2016-04-29 13:17:42.636626"]]  (161.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user944@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user944"], ["email", "user944@email.com"], ["encrypted_password", "$2a$10$9BnmhKgQI5DlmC4LcgHp4e7bbP6jXD7ZjCRSoMDez4LBaQlT2G7Jq"], ["created_at", "2016-04-29 13:17:42.880416"], ["updated_at", "2016-04-29 13:17:42.880416"]]  (129.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.4ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user945@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user945"], ["email", "user945@email.com"], ["encrypted_password", "$2a$10$nWXxiwLNbEcJdhBsLYybpemjbkPUCeVrX3B6jiXsdTsC4iV/avsuK"], ["created_at", "2016-04-29 13:17:43.086282"], ["updated_at", "2016-04-29 13:17:43.086282"]]  (122.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user946@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user946"], ["email", "user946@email.com"], ["encrypted_password", "$2a$10$OetPQEY0tfE0uSto9tyLy.Dq/1DjHB8claqJ4qli.sznageu0ppLy"], ["created_at", "2016-04-29 13:17:43.291946"], ["updated_at", "2016-04-29 13:17:43.291946"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user947@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user947"], ["email", "user947@email.com"], ["encrypted_password", "$2a$10$OCJKzGxNW9sNQU8Eso5ZUew2K66YT34QsNcXccJ3hEmdLtS92A/aC"], ["created_at", "2016-04-29 13:17:43.504889"], ["updated_at", "2016-04-29 13:17:43.504889"]]  (270.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user948@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user948"], ["email", "user948@email.com"], ["encrypted_password", "$2a$10$J5IhlDCmGjiNeDv0m7BWledxzHuLCgT3asgD72/SL0SdSnsEBx3DG"], ["created_at", "2016-04-29 13:17:43.853676"], ["updated_at", "2016-04-29 13:17:43.853676"]]  (233.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user949@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user949"], ["email", "user949@email.com"], ["encrypted_password", "$2a$10$6eQ9Nls5Wx3FNRI/diqF5OjzBEpsYngmPhVpKvknfrwD172bv/LWS"], ["created_at", "2016-04-29 13:17:44.170334"], ["updated_at", "2016-04-29 13:17:44.170334"]]  (105.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user950@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user950"], ["email", "user950@email.com"], ["encrypted_password", "$2a$10$xHsw.oFhd1NE4wNUH7uvDeeWvikMaMgpYHAAnGeFpSKoh5taXPdOO"], ["created_at", "2016-04-29 13:17:44.357830"], ["updated_at", "2016-04-29 13:17:44.357830"]]  (85.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user951@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user951"], ["email", "user951@email.com"], ["encrypted_password", "$2a$10$kf2na2Ig7/wxyOIwXCW5dOzemSvJdw0cYXu5COiYFzbT5OBDlQRMS"], ["created_at", "2016-04-29 13:17:44.516200"], ["updated_at", "2016-04-29 13:17:44.516200"]]  (81.8ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user952@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user952"], ["email", "user952@email.com"], ["encrypted_password", "$2a$10$vZIqbYO12jExDqbD3xmlwOe3LOLp6uX8cWoqMtlfb3jOO8S.n.Jie"], ["created_at", "2016-04-29 13:17:44.671485"], ["updated_at", "2016-04-29 13:17:44.671485"]]  (82.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user953@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user953"], ["email", "user953@email.com"], ["encrypted_password", "$2a$10$Osu1JkN7fn.3/bfr.a.MqO8dBvHOiWvVAbqwJMo7YGAA.hOUiLVDu"], ["created_at", "2016-04-29 13:17:44.835828"], ["updated_at", "2016-04-29 13:17:44.835828"]]  (95.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user954@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user954"], ["email", "user954@email.com"], ["encrypted_password", "$2a$10$ucjmx/o/Ffbf2RjoAmde7ePm6E/QlTP1II57CKvEozeQsm/H9qVhC"], ["created_at", "2016-04-29 13:17:45.012593"], ["updated_at", "2016-04-29 13:17:45.012593"]]  (107.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user955@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user955"], ["email", "user955@email.com"], ["encrypted_password", "$2a$10$lmYxKxnWEZQ.7JQc9LINjuGkws3l8oFPeD.dr845kwxDkXykmKDOi"], ["created_at", "2016-04-29 13:17:45.202455"], ["updated_at", "2016-04-29 13:17:45.202455"]]  (173.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user956@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user956"], ["email", "user956@email.com"], ["encrypted_password", "$2a$10$q.TcH.RyCjfnF0EnIvJu6.AhjSGgJrg4c.q1xnQI/QtqKnut5Kn92"], ["created_at", "2016-04-29 13:17:45.456987"], ["updated_at", "2016-04-29 13:17:45.456987"]]  (141.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user957@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user957"], ["email", "user957@email.com"], ["encrypted_password", "$2a$10$2M3GizKygNoCBmxhq6AuFO0RjkgtRrBr2OCWtJKwR0ku9hzdtYcOe"], ["created_at", "2016-04-29 13:17:45.671593"], ["updated_at", "2016-04-29 13:17:45.671593"]]  (115.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user958@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user958"], ["email", "user958@email.com"], ["encrypted_password", "$2a$10$i3tameOIJ6kjeiJU2k/eCeg4eDOGW4Wl1k1z8BcKgUOMsHOVZOSwq"], ["created_at", "2016-04-29 13:17:45.865727"], ["updated_at", "2016-04-29 13:17:45.865727"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user959@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user959"], ["email", "user959@email.com"], ["encrypted_password", "$2a$10$0MpJMx50ivuDryJkWqHrau6LAiYFmjUONlDNYoeQAyT4bqL8z1fB2"], ["created_at", "2016-04-29 13:17:46.089390"], ["updated_at", "2016-04-29 13:17:46.089390"]]  (119.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user960@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user960"], ["email", "user960@email.com"], ["encrypted_password", "$2a$10$R9X8GiCwM5JXHXNM5kd7I.bE2SQ.gOTx.4cVVyjOhUsovtEErn45K"], ["created_at", "2016-04-29 13:17:46.286144"], ["updated_at", "2016-04-29 13:17:46.286144"]]  (156.0ms) commit transaction  (0.2ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user961@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user961"], ["email", "user961@email.com"], ["encrypted_password", "$2a$10$9aJoT0nBm2lY31i3ODRVtO8Uf.4On8L4oyIY2uJZQMRmN0jWsXdPy"], ["created_at", "2016-04-29 13:17:46.524812"], ["updated_at", "2016-04-29 13:17:46.524812"]]  (117.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user962@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user962"], ["email", "user962@email.com"], ["encrypted_password", "$2a$10$eBlKs5ktL3HdO5iWzB9zVuENxKXI//jPODw2fj7N/RYwgl4BdUtiW"], ["created_at", "2016-04-29 13:17:46.719491"], ["updated_at", "2016-04-29 13:17:46.719491"]]  (144.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user963@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user963"], ["email", "user963@email.com"], ["encrypted_password", "$2a$10$r8x1bMvHvOJud06/Erv0YO6J.CN2SwJRZ5O2I/Qm2BM/a36R6uBpC"], ["created_at", "2016-04-29 13:17:46.946885"], ["updated_at", "2016-04-29 13:17:46.946885"]]  (117.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user964@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user964"], ["email", "user964@email.com"], ["encrypted_password", "$2a$10$ZCwtqqJf99aochi.3MgE1e6jGqAk1L5DxRQFSSDhORGpjLNAFB8bm"], ["created_at", "2016-04-29 13:17:47.144618"], ["updated_at", "2016-04-29 13:17:47.144618"]]  (153.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user965@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user965"], ["email", "user965@email.com"], ["encrypted_password", "$2a$10$IFxQu.c2La3hMRSz6P9EMuqO6BghZ2W75dM7Hsru5WDb2gI9mpHFy"], ["created_at", "2016-04-29 13:17:47.378523"], ["updated_at", "2016-04-29 13:17:47.378523"]]  (130.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user966@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user966"], ["email", "user966@email.com"], ["encrypted_password", "$2a$10$CMSXniLU1oj5kds7Qpr0ne.ZrQoLLCq9mqpwKQT33qkGDagSFuK1G"], ["created_at", "2016-04-29 13:17:47.584305"], ["updated_at", "2016-04-29 13:17:47.584305"]]  (103.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user967@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user967"], ["email", "user967@email.com"], ["encrypted_password", "$2a$10$VMHUFN9JuxMwLUTzkQMOo.yCO5FEPphOD2TY2cWrs9zZMBIi.jRzq"], ["created_at", "2016-04-29 13:17:47.767068"], ["updated_at", "2016-04-29 13:17:47.767068"]]  (142.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user968@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user968"], ["email", "user968@email.com"], ["encrypted_password", "$2a$10$VsrjoYM3q/fmYkjbvdO/nOV6XYqkr.bTVATj.PLIG6W9oUYFegFJu"], ["created_at", "2016-04-29 13:17:47.983110"], ["updated_at", "2016-04-29 13:17:47.983110"]]  (81.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user969@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user969"], ["email", "user969@email.com"], ["encrypted_password", "$2a$10$TW1/EATbJsCMIldhF8uuLu7Xp77WE7NeTwAv6CCjTChlH/z.z1e.6"], ["created_at", "2016-04-29 13:17:48.143941"], ["updated_at", "2016-04-29 13:17:48.143941"]]  (88.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user970@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user970"], ["email", "user970@email.com"], ["encrypted_password", "$2a$10$jd08UJT.mBAAHaZQ8m62tu.HKFNgERN.kGIRXaZE2wzpTpCFy/KRy"], ["created_at", "2016-04-29 13:17:48.306849"], ["updated_at", "2016-04-29 13:17:48.306849"]]  (102.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user971@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user971"], ["email", "user971@email.com"], ["encrypted_password", "$2a$10$HpK8gSZ7CghDcvudC/a9X.tugj5WjcreFF2qcQW9hsXMGn6u7kGvW"], ["created_at", "2016-04-29 13:17:48.486123"], ["updated_at", "2016-04-29 13:17:48.486123"]]  (190.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user972@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user972"], ["email", "user972@email.com"], ["encrypted_password", "$2a$10$xjeLG4DVhIm44II6lOedA.h8D.4CNjdj/rJnWtkHLGZNd74Q3UxhO"], ["created_at", "2016-04-29 13:17:48.764358"], ["updated_at", "2016-04-29 13:17:48.764358"]]  (134.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user973@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user973"], ["email", "user973@email.com"], ["encrypted_password", "$2a$10$gBDiRQZgXwq/xQVvxiCYHO9fRX01VhndVZM/AyCHLEzhg2fhDEhV."], ["created_at", "2016-04-29 13:17:48.982817"], ["updated_at", "2016-04-29 13:17:48.982817"]]  (237.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user974@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user974"], ["email", "user974@email.com"], ["encrypted_password", "$2a$10$9FlkubjCho1PbwNBcrPj8umWK3gD7qwED5G.2MiLg0To/Uz0Z3dFC"], ["created_at", "2016-04-29 13:17:49.300051"], ["updated_at", "2016-04-29 13:17:49.300051"]]  (220.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user975@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user975"], ["email", "user975@email.com"], ["encrypted_password", "$2a$10$flE/RFtFUmdH7Z3LI7cjS.eZM0Y6GSuP4JB17CFCW4./ZJdJS1qT."], ["created_at", "2016-04-29 13:17:49.603503"], ["updated_at", "2016-04-29 13:17:49.603503"]]  (215.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user976@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user976"], ["email", "user976@email.com"], ["encrypted_password", "$2a$10$3Me5aVYJ8wxyv2DP5Y80sejxg7vdphgspo48OLe6oqJHJdynD5ZA6"], ["created_at", "2016-04-29 13:17:49.897856"], ["updated_at", "2016-04-29 13:17:49.897856"]]  (110.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user977@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user977"], ["email", "user977@email.com"], ["encrypted_password", "$2a$10$8PwUC68ujVelhYjXnzpL2.3WZzgCBUQBw3L5C8nq2qfvz7O8ypaPy"], ["created_at", "2016-04-29 13:17:50.088955"], ["updated_at", "2016-04-29 13:17:50.088955"]]  (130.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user978@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user978"], ["email", "user978@email.com"], ["encrypted_password", "$2a$10$.yFAKC7ch9Bl6gCQGMbwlOA21URypm0lS2hJJs6yrBx4nsHk8AL9q"], ["created_at", "2016-04-29 13:17:50.301700"], ["updated_at", "2016-04-29 13:17:50.301700"]]  (106.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user979@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user979"], ["email", "user979@email.com"], ["encrypted_password", "$2a$10$n/xtwdyxgHSic.aqTxWfdu8vg8JLjK8sa01vj2EIKHJsucM22oQFO"], ["created_at", "2016-04-29 13:17:50.481122"], ["updated_at", "2016-04-29 13:17:50.481122"]]  (104.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user980@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user980"], ["email", "user980@email.com"], ["encrypted_password", "$2a$10$BySy/IgUKjdYlwZGlb5Q1udJaTCO4/22wDEsYogmTxpqF/ZeB/KnS"], ["created_at", "2016-04-29 13:17:50.672524"], ["updated_at", "2016-04-29 13:17:50.672524"]]  (103.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user981@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user981"], ["email", "user981@email.com"], ["encrypted_password", "$2a$10$amW2KP3HYRBUWK64RPo8FuyFSUH8BN.x3PiJLqo/o9jiBiNo3FNTS"], ["created_at", "2016-04-29 13:17:50.849282"], ["updated_at", "2016-04-29 13:17:50.849282"]]  (82.4ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user982@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user982"], ["email", "user982@email.com"], ["encrypted_password", "$2a$10$w.k/WZJ.d9mzJrV8SRCO4.QyNpoZ6LNJcNlhYS0Rc/Wkl6tihTNuG"], ["created_at", "2016-04-29 13:17:51.013527"], ["updated_at", "2016-04-29 13:17:51.013527"]]  (84.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user983@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user983"], ["email", "user983@email.com"], ["encrypted_password", "$2a$10$Lm9LOcUk5TCaaY.4dPHDveoe7Pa6.auGzlsMTswP5LJnXhCRgH1lG"], ["created_at", "2016-04-29 13:17:51.175926"], ["updated_at", "2016-04-29 13:17:51.175926"]]  (122.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user984@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user984"], ["email", "user984@email.com"], ["encrypted_password", "$2a$10$CrDvOI440tjR6njYBk7M5uVUQ3O3aKbfv2A4DjGu2Qk2xTTC8OOl."], ["created_at", "2016-04-29 13:17:51.377151"], ["updated_at", "2016-04-29 13:17:51.377151"]]  (132.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user985@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user985"], ["email", "user985@email.com"], ["encrypted_password", "$2a$10$wWyZCKFVGZoZ2xk/Y90AzORuDWn85PPDv4OrgpkH3D/9xbK/pfs9y"], ["created_at", "2016-04-29 13:17:51.588827"], ["updated_at", "2016-04-29 13:17:51.588827"]]  (120.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user986@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user986"], ["email", "user986@email.com"], ["encrypted_password", "$2a$10$3cmldr.tVQvkogQZWetA0OO57N0GrKl8HhIWNN6cGraeI7c4LpZHS"], ["created_at", "2016-04-29 13:17:51.788643"], ["updated_at", "2016-04-29 13:17:51.788643"]]  (131.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user987@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user987"], ["email", "user987@email.com"], ["encrypted_password", "$2a$10$rzEEkpvWdwNDSII8h1NURODUr/wEWg.ovxmMUujXw52gcy3JKo0vW"], ["created_at", "2016-04-29 13:17:52.003577"], ["updated_at", "2016-04-29 13:17:52.003577"]]  (138.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user988@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user988"], ["email", "user988@email.com"], ["encrypted_password", "$2a$10$/VQu0zMZNYXgVKx2H.8kceCV8OwOvOrgcuz5yzT4zC5W5tHxoEITa"], ["created_at", "2016-04-29 13:17:52.224227"], ["updated_at", "2016-04-29 13:17:52.224227"]]  (128.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user989@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user989"], ["email", "user989@email.com"], ["encrypted_password", "$2a$10$E.idABqAeyPA5WS4uZQnG.wD3zzQabfItj/sQ8s.cvfhmwFSAKOiq"], ["created_at", "2016-04-29 13:17:52.441240"], ["updated_at", "2016-04-29 13:17:52.441240"]]  (134.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user990@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user990"], ["email", "user990@email.com"], ["encrypted_password", "$2a$10$21qDhf1D2HbLNbux/AhpXeH8c5DBO3OeFbVHRz.f4j/9VhVJ2k93u"], ["created_at", "2016-04-29 13:17:52.656565"], ["updated_at", "2016-04-29 13:17:52.656565"]]  (129.6ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user991@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user991"], ["email", "user991@email.com"], ["encrypted_password", "$2a$10$RqkytDOEMWNr.m5AXkO1bO2TXKVrv9SxxaxPTegWSE3rmGzYoJKKS"], ["created_at", "2016-04-29 13:17:52.859305"], ["updated_at", "2016-04-29 13:17:52.859305"]]  (126.8ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user992@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user992"], ["email", "user992@email.com"], ["encrypted_password", "$2a$10$mbaNcnbjrZr86MvJqKOO4.0HrkPor9.nF/NLL5g1d/6/C.wS99Fm6"], ["created_at", "2016-04-29 13:17:53.069309"], ["updated_at", "2016-04-29 13:17:53.069309"]]  (139.0ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user993@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user993"], ["email", "user993@email.com"], ["encrypted_password", "$2a$10$Pwxjk4/eyg.2b2eQ0HQS..3psBO29HZCWhGLQa2nlpC.xLKEoWmIG"], ["created_at", "2016-04-29 13:17:53.290241"], ["updated_at", "2016-04-29 13:17:53.290241"]]  (106.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user994@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user994"], ["email", "user994@email.com"], ["encrypted_password", "$2a$10$BCZ/6fzM/dufZ0yhWTnogeBovtEPxzDiNWTKDLf5RbeSk98Yjq43q"], ["created_at", "2016-04-29 13:17:53.478199"], ["updated_at", "2016-04-29 13:17:53.478199"]]  (129.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user995@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user995"], ["email", "user995@email.com"], ["encrypted_password", "$2a$10$d9buMlgLpog6D7WNRQHmS.wZYr/1utjGoyEjsZipDStb1rkG/dkGq"], ["created_at", "2016-04-29 13:17:53.688969"], ["updated_at", "2016-04-29 13:17:53.688969"]]  (96.7ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user996@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user996"], ["email", "user996@email.com"], ["encrypted_password", "$2a$10$QVtBgEx/rk8NHP38MladuOJDISW0K3fwbIIezluN0Ve5HsaYd0AvW"], ["created_at", "2016-04-29 13:17:53.868135"], ["updated_at", "2016-04-29 13:17:53.868135"]]  (85.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user997@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user997"], ["email", "user997@email.com"], ["encrypted_password", "$2a$10$.jK4HHpNkwvOjTGVQ9cUpeKPObHC06L2VYF1bw.CwSz9jnB0Khs5G"], ["created_at", "2016-04-29 13:17:54.036105"], ["updated_at", "2016-04-29 13:17:54.036105"]]  (95.5ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user998@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user998"], ["email", "user998@email.com"], ["encrypted_password", "$2a$10$SMZfgDQBl510Z8zITjFs5.Wrl8bllUVp4QrNqZV9uwzdEokmzTmpu"], ["created_at", "2016-04-29 13:17:54.214381"], ["updated_at", "2016-04-29 13:17:54.214381"]]  (84.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user999@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user999"], ["email", "user999@email.com"], ["encrypted_password", "$2a$10$lzNopcvSI9bGPlD/DShoZ.dXVf.SzkWRl8fltpiXRY3lmIaxLCK.K"], ["created_at", "2016-04-29 13:17:54.380892"], ["updated_at", "2016-04-29 13:17:54.380892"]]  (106.3ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'user1000@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "user1000"], ["email", "user1000@email.com"], ["encrypted_password", "$2a$10$73dr2JMwMB5lvC2rWJUX8eP3pG6AJaMx.7EnKRppK5FjWv5Zkvx7K"], ["created_at", "2016-04-29 13:17:54.567331"], ["updated_at", "2016-04-29 13:17:54.567331"]]  (142.3ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 342]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 342 OR destiny_id = 1 AND origin_id = 342) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 342], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:54.740469"], ["updated_at", "2016-04-29 13:17:54.740469"]]  (113.1ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 686]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 686 OR destiny_id = 1 AND origin_id = 686) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 686], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:54.858766"], ["updated_at", "2016-04-29 13:17:54.858766"]]  (107.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 623]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 623 OR destiny_id = 1 AND origin_id = 623) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 623], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:54.971884"], ["updated_at", "2016-04-29 13:17:54.971884"]]  (103.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 32 OR destiny_id = 1 AND origin_id = 32) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 32], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:55.080446"], ["updated_at", "2016-04-29 13:17:55.080446"]]  (241.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 632]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 632 OR destiny_id = 1 AND origin_id = 632) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 632], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:55.328076"], ["updated_at", "2016-04-29 13:17:55.328076"]]  (171.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 851]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 851 OR destiny_id = 1 AND origin_id = 851) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 851], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:55.507203"], ["updated_at", "2016-04-29 13:17:55.507203"]]  (167.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 425]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 425 OR destiny_id = 1 AND origin_id = 425) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 425], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:55.680655"], ["updated_at", "2016-04-29 13:17:55.680655"]]  (107.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 871]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 871 OR destiny_id = 1 AND origin_id = 871) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 871], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:55.793183"], ["updated_at", "2016-04-29 13:17:55.793183"]]  (215.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 462]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 462 OR destiny_id = 1 AND origin_id = 462) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 462], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.013853"], ["updated_at", "2016-04-29 13:17:56.013853"]]  (174.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 379]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 379 OR destiny_id = 1 AND origin_id = 379) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 379], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.194437"], ["updated_at", "2016-04-29 13:17:56.194437"]]  (93.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 766]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 766 OR destiny_id = 1 AND origin_id = 766) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 766], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.293779"], ["updated_at", "2016-04-29 13:17:56.293779"]]  (82.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 689]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 689 OR destiny_id = 1 AND origin_id = 689) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 689], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.383095"], ["updated_at", "2016-04-29 13:17:56.383095"]]  (115.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 497]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 497 OR destiny_id = 1 AND origin_id = 497) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 497], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.508001"], ["updated_at", "2016-04-29 13:17:56.508001"]]  (280.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 910]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 910 OR destiny_id = 1 AND origin_id = 910) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 910], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.795479"], ["updated_at", "2016-04-29 13:17:56.795479"]]  (126.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 939]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 939 OR destiny_id = 1 AND origin_id = 939) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 939], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:56.926648"], ["updated_at", "2016-04-29 13:17:56.926648"]]  (327.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 466]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 466 OR destiny_id = 1 AND origin_id = 466) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 466], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.259859"], ["updated_at", "2016-04-29 13:17:57.259859"]]  (150.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 476]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 476 OR destiny_id = 1 AND origin_id = 476) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 476], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.417840"], ["updated_at", "2016-04-29 13:17:57.417840"]]  (180.9ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 859]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 859 OR destiny_id = 1 AND origin_id = 859) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 859], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.605198"], ["updated_at", "2016-04-29 13:17:57.605198"]]  (106.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 141]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 141 OR destiny_id = 1 AND origin_id = 141) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 141], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.716522"], ["updated_at", "2016-04-29 13:17:57.716522"]]  (106.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 800]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 800 OR destiny_id = 1 AND origin_id = 800) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 800], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.829991"], ["updated_at", "2016-04-29 13:17:57.829991"]]  (114.0ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 457]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 457 OR destiny_id = 1 AND origin_id = 457) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 457], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:57.950034"], ["updated_at", "2016-04-29 13:17:57.950034"]]  (106.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 673]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 673 OR destiny_id = 1 AND origin_id = 673) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 673], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.062153"], ["updated_at", "2016-04-29 13:17:58.062153"]]  (104.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 513 OR destiny_id = 1 AND origin_id = 513) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 513], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.174420"], ["updated_at", "2016-04-29 13:17:58.174420"]]  (104.1ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 739]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 739 OR destiny_id = 1 AND origin_id = 739) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 739], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.284075"], ["updated_at", "2016-04-29 13:17:58.284075"]]  (95.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 828]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 828 OR destiny_id = 1 AND origin_id = 828) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 828], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.383631"], ["updated_at", "2016-04-29 13:17:58.383631"]]  (107.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 412]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 412 OR destiny_id = 1 AND origin_id = 412) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 412], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.497269"], ["updated_at", "2016-04-29 13:17:58.497269"]]  (171.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 628]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 628 OR destiny_id = 1 AND origin_id = 628) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 628], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.675602"], ["updated_at", "2016-04-29 13:17:58.675602"]]  (83.3ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 365]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 365 OR destiny_id = 1 AND origin_id = 365) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 365], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.764270"], ["updated_at", "2016-04-29 13:17:58.764270"]]  (96.0ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 101]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 101 OR destiny_id = 1 AND origin_id = 101) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 101], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.864775"], ["updated_at", "2016-04-29 13:17:58.864775"]]  (106.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 973]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 973 OR destiny_id = 1 AND origin_id = 973) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 973], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:58.977640"], ["updated_at", "2016-04-29 13:17:58.977640"]]  (103.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 792]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 792 OR destiny_id = 1 AND origin_id = 792) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 792], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.087273"], ["updated_at", "2016-04-29 13:17:59.087273"]]  (107.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 282]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 282 OR destiny_id = 1 AND origin_id = 282) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 282], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.200852"], ["updated_at", "2016-04-29 13:17:59.200852"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 506 OR destiny_id = 1 AND origin_id = 506) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 506], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.322089"], ["updated_at", "2016-04-29 13:17:59.322089"]]  (105.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 831]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 831 OR destiny_id = 1 AND origin_id = 831) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 831], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.433887"], ["updated_at", "2016-04-29 13:17:59.433887"]]  (104.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 839]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 839 OR destiny_id = 1 AND origin_id = 839) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 839], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.545456"], ["updated_at", "2016-04-29 13:17:59.545456"]]  (104.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 860]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 860 OR destiny_id = 1 AND origin_id = 860) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 860], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.657044"], ["updated_at", "2016-04-29 13:17:59.657044"]]  (104.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 753]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 753 OR destiny_id = 1 AND origin_id = 753) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 753], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.769894"], ["updated_at", "2016-04-29 13:17:59.769894"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 105]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 105 OR destiny_id = 1 AND origin_id = 105) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 105], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:17:59.890715"], ["updated_at", "2016-04-29 13:17:59.890715"]]  (103.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 820]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 820 OR destiny_id = 1 AND origin_id = 820) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 820], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.000385"], ["updated_at", "2016-04-29 13:18:00.000385"]]  (95.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 300]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 300 OR destiny_id = 1 AND origin_id = 300) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 300], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.103577"], ["updated_at", "2016-04-29 13:18:00.103577"]]  (91.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 868]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 868 OR destiny_id = 1 AND origin_id = 868) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 868], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.203677"], ["updated_at", "2016-04-29 13:18:00.203677"]]  (82.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 24 OR destiny_id = 1 AND origin_id = 24) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 24], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.291353"], ["updated_at", "2016-04-29 13:18:00.291353"]]  (82.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 956]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 956 OR destiny_id = 1 AND origin_id = 956) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 956], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.381231"], ["updated_at", "2016-04-29 13:18:00.381231"]]  (126.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 361]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 361 OR destiny_id = 1 AND origin_id = 361) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 361], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.515900"], ["updated_at", "2016-04-29 13:18:00.515900"]]  (127.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 425]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 425 OR destiny_id = 1 AND origin_id = 425) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 524 OR destiny_id = 1 AND origin_id = 524) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 524], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.652163"], ["updated_at", "2016-04-29 13:18:00.652163"]]  (135.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 798]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 798 OR destiny_id = 1 AND origin_id = 798) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 798], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.794462"], ["updated_at", "2016-04-29 13:18:00.794462"]]  (126.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 620]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 620 OR destiny_id = 1 AND origin_id = 620) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 620], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:00.928260"], ["updated_at", "2016-04-29 13:18:00.928260"]]  (125.9ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 413]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 413 OR destiny_id = 1 AND origin_id = 413) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 413], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.059408"], ["updated_at", "2016-04-29 13:18:01.059408"]]  (129.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 135 OR destiny_id = 1 AND origin_id = 135) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 135], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.194344"], ["updated_at", "2016-04-29 13:18:01.194344"]]  (127.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 277]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 277 OR destiny_id = 1 AND origin_id = 277) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 277], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.328343"], ["updated_at", "2016-04-29 13:18:01.328343"]]  (126.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 382]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 382 OR destiny_id = 1 AND origin_id = 382) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 382], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.459741"], ["updated_at", "2016-04-29 13:18:01.459741"]]  (174.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 582 OR destiny_id = 1 AND origin_id = 582) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 582], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.640849"], ["updated_at", "2016-04-29 13:18:01.640849"]]  (115.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 233]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 233 OR destiny_id = 1 AND origin_id = 233) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 233], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:01.763225"], ["updated_at", "2016-04-29 13:18:01.763225"]]  (269.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 951]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 951 OR destiny_id = 1 AND origin_id = 951) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 951], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.041507"], ["updated_at", "2016-04-29 13:18:02.041507"]]  (91.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 996]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 996 OR destiny_id = 1 AND origin_id = 996) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 996], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.141013"], ["updated_at", "2016-04-29 13:18:02.141013"]]  (148.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 994]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 994 OR destiny_id = 1 AND origin_id = 994) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 994], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.295971"], ["updated_at", "2016-04-29 13:18:02.295971"]]  (159.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 725]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 725 OR destiny_id = 1 AND origin_id = 725) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 725], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.465239"], ["updated_at", "2016-04-29 13:18:02.465239"]]  (257.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 91 OR destiny_id = 1 AND origin_id = 91) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 91], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.730101"], ["updated_at", "2016-04-29 13:18:02.730101"]]  (160.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 647]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 647 OR destiny_id = 1 AND origin_id = 647) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 647], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:02.898999"], ["updated_at", "2016-04-29 13:18:02.898999"]]  (159.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 949]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 949 OR destiny_id = 1 AND origin_id = 949) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 949], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.065438"], ["updated_at", "2016-04-29 13:18:03.065438"]]  (126.0ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 716]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 716 OR destiny_id = 1 AND origin_id = 716) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 716], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.197058"], ["updated_at", "2016-04-29 13:18:03.197058"]]  (128.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 440]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 440 OR destiny_id = 1 AND origin_id = 440) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 440], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.331581"], ["updated_at", "2016-04-29 13:18:03.331581"]]  (127.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 764]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 764 OR destiny_id = 1 AND origin_id = 764) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 764], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.466940"], ["updated_at", "2016-04-29 13:18:03.466940"]]  (136.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 506 OR destiny_id = 1 AND origin_id = 506) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 436]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 436 OR destiny_id = 1 AND origin_id = 436) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 436], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.612238"], ["updated_at", "2016-04-29 13:18:03.612238"]]  (135.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 854]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 854 OR destiny_id = 1 AND origin_id = 854) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 854], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.755496"], ["updated_at", "2016-04-29 13:18:03.755496"]]  (214.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 781]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 781 OR destiny_id = 1 AND origin_id = 781) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 781], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:03.977077"], ["updated_at", "2016-04-29 13:18:03.977077"]]  (158.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 778]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 778 OR destiny_id = 1 AND origin_id = 778) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 778], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.143413"], ["updated_at", "2016-04-29 13:18:04.143413"]]  (93.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 604]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 604 OR destiny_id = 1 AND origin_id = 604) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 604], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.244082"], ["updated_at", "2016-04-29 13:18:04.244082"]]  (92.3ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 984]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 984 OR destiny_id = 1 AND origin_id = 984) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 984], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.343715"], ["updated_at", "2016-04-29 13:18:04.343715"]]  (82.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 68 OR destiny_id = 1 AND origin_id = 68) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 68], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.434173"], ["updated_at", "2016-04-29 13:18:04.434173"]]  (104.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 207]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 207 OR destiny_id = 1 AND origin_id = 207) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 207], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.544255"], ["updated_at", "2016-04-29 13:18:04.544255"]]  (171.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 387]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 387 OR destiny_id = 1 AND origin_id = 387) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 387], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.722524"], ["updated_at", "2016-04-29 13:18:04.722524"]]  (137.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 449]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 449 OR destiny_id = 1 AND origin_id = 449) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 449], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:04.868016"], ["updated_at", "2016-04-29 13:18:04.868016"]]  (160.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 652]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 652 OR destiny_id = 1 AND origin_id = 652) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 652], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.035489"], ["updated_at", "2016-04-29 13:18:05.035489"]]  (236.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 174 OR destiny_id = 1 AND origin_id = 174) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 174], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.277845"], ["updated_at", "2016-04-29 13:18:05.277845"]]  (128.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 391]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 391 OR destiny_id = 1 AND origin_id = 391) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 391], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.411471"], ["updated_at", "2016-04-29 13:18:05.411471"]]  (128.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 856]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 856 OR destiny_id = 1 AND origin_id = 856) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 856], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.545157"], ["updated_at", "2016-04-29 13:18:05.545157"]]  (128.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 734]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 734 OR destiny_id = 1 AND origin_id = 734) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 734], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.678766"], ["updated_at", "2016-04-29 13:18:05.678766"]]  (128.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 319]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 319 OR destiny_id = 1 AND origin_id = 319) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 319], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.811854"], ["updated_at", "2016-04-29 13:18:05.811854"]]  (129.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 130 OR destiny_id = 1 AND origin_id = 130) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 130], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:05.948611"], ["updated_at", "2016-04-29 13:18:05.948611"]]  (224.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 850]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 850 OR destiny_id = 1 AND origin_id = 850) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 850], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.181389"], ["updated_at", "2016-04-29 13:18:06.181389"]]  (125.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 357]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 357 OR destiny_id = 1 AND origin_id = 357) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 357], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.314562"], ["updated_at", "2016-04-29 13:18:06.314562"]]  (104.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 158]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 158 OR destiny_id = 1 AND origin_id = 158) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 158], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.426499"], ["updated_at", "2016-04-29 13:18:06.426499"]]  (202.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 873]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 873 OR destiny_id = 1 AND origin_id = 873) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 873], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.636500"], ["updated_at", "2016-04-29 13:18:06.636500"]]  (126.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 357]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 357 OR destiny_id = 1 AND origin_id = 357) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 914 OR destiny_id = 1 AND origin_id = 914) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (5.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 914], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.771472"], ["updated_at", "2016-04-29 13:18:06.771472"]]  (87.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 603 OR destiny_id = 1 AND origin_id = 603) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 603], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.867612"], ["updated_at", "2016-04-29 13:18:06.867612"]]  (86.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 125 OR destiny_id = 1 AND origin_id = 125) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 125], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:06.959317"], ["updated_at", "2016-04-29 13:18:06.959317"]]  (127.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 717]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 717 OR destiny_id = 1 AND origin_id = 717) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 717], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.091729"], ["updated_at", "2016-04-29 13:18:07.091729"]]  (129.0ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 148]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 148 OR destiny_id = 1 AND origin_id = 148) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 148], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.226922"], ["updated_at", "2016-04-29 13:18:07.226922"]]  (128.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 557 OR destiny_id = 1 AND origin_id = 557) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 557], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.361627"], ["updated_at", "2016-04-29 13:18:07.361627"]]  (126.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 416]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 416 OR destiny_id = 1 AND origin_id = 416) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 416], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.493573"], ["updated_at", "2016-04-29 13:18:07.493573"]]  (129.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 443]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 443 OR destiny_id = 1 AND origin_id = 443) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 443], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.628787"], ["updated_at", "2016-04-29 13:18:07.628787"]]  (126.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 825]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 825 OR destiny_id = 1 AND origin_id = 825) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 825], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.762374"], ["updated_at", "2016-04-29 13:18:07.762374"]]  (126.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 650]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 650 OR destiny_id = 1 AND origin_id = 650) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 650], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:07.893590"], ["updated_at", "2016-04-29 13:18:07.893590"]]  (130.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 670]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 670 OR destiny_id = 1 AND origin_id = 670) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 670], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.029270"], ["updated_at", "2016-04-29 13:18:08.029270"]]  (115.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 979]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 979 OR destiny_id = 1 AND origin_id = 979) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 979], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.149848"], ["updated_at", "2016-04-29 13:18:08.149848"]]  (108.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 97 OR destiny_id = 1 AND origin_id = 97) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 97], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.262203"], ["updated_at", "2016-04-29 13:18:08.262203"]]  (128.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 490]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 490 OR destiny_id = 1 AND origin_id = 490) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 490], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.394651"], ["updated_at", "2016-04-29 13:18:08.394651"]]  (85.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 595 OR destiny_id = 1 AND origin_id = 595) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 595], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.484361"], ["updated_at", "2016-04-29 13:18:08.484361"]]  (84.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 522 OR destiny_id = 1 AND origin_id = 522) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 522], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.575362"], ["updated_at", "2016-04-29 13:18:08.575362"]]  (104.3ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 744]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 744 OR destiny_id = 1 AND origin_id = 744) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 744], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.685165"], ["updated_at", "2016-04-29 13:18:08.685165"]]  (83.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 505 OR destiny_id = 1 AND origin_id = 505) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 505], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.776125"], ["updated_at", "2016-04-29 13:18:08.776125"]]  (125.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 130 OR destiny_id = 1 AND origin_id = 130) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 701]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 701 OR destiny_id = 1 AND origin_id = 701) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 701], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:08.909397"], ["updated_at", "2016-04-29 13:18:08.909397"]]  (128.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 297]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 297 OR destiny_id = 1 AND origin_id = 297) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 297], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.042908"], ["updated_at", "2016-04-29 13:18:09.042908"]]  (128.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 126]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 126 OR destiny_id = 1 AND origin_id = 126) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 126], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.175444"], ["updated_at", "2016-04-29 13:18:09.175444"]]  (129.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 831]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 831 OR destiny_id = 1 AND origin_id = 831) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 744]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 744 OR destiny_id = 1 AND origin_id = 744) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 798]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 798 OR destiny_id = 1 AND origin_id = 798) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 628]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 628 OR destiny_id = 1 AND origin_id = 628) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 330]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 330 OR destiny_id = 1 AND origin_id = 330) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 330], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.320026"], ["updated_at", "2016-04-29 13:18:09.320026"]]  (129.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 831]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 831 OR destiny_id = 1 AND origin_id = 831) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 376]] SocialFramework::Edge Load (1.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 376 OR destiny_id = 1 AND origin_id = 376) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 376], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.459836"], ["updated_at", "2016-04-29 13:18:09.459836"]]  (133.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 56 OR destiny_id = 1 AND origin_id = 56) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 56], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.600910"], ["updated_at", "2016-04-29 13:18:09.600910"]]  (137.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 635]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 635 OR destiny_id = 1 AND origin_id = 635) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 635], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.745390"], ["updated_at", "2016-04-29 13:18:09.745390"]]  (115.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 650]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 650 OR destiny_id = 1 AND origin_id = 650) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 256]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 256 OR destiny_id = 1 AND origin_id = 256) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 256], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.869107"], ["updated_at", "2016-04-29 13:18:09.869107"]]  (91.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 419]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 419 OR destiny_id = 1 AND origin_id = 419) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 419], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:09.967566"], ["updated_at", "2016-04-29 13:18:09.967566"]]  (82.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 621]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 621 OR destiny_id = 1 AND origin_id = 621) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 621], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.055549"], ["updated_at", "2016-04-29 13:18:10.055549"]]  (173.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 119 OR destiny_id = 1 AND origin_id = 119) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 119], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.234620"], ["updated_at", "2016-04-29 13:18:10.234620"]]  (215.2ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 452]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 452 OR destiny_id = 1 AND origin_id = 452) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 452], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.454705"], ["updated_at", "2016-04-29 13:18:10.454705"]]  (174.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 553 OR destiny_id = 1 AND origin_id = 553) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 553], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.634104"], ["updated_at", "2016-04-29 13:18:10.634104"]]  (149.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 979]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 979 OR destiny_id = 1 AND origin_id = 979) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 27 OR destiny_id = 1 AND origin_id = 27) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 27], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.791958"], ["updated_at", "2016-04-29 13:18:10.791958"]]  (126.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 546 OR destiny_id = 1 AND origin_id = 546) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 546], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:10.922890"], ["updated_at", "2016-04-29 13:18:10.922890"]]  (227.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 225]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 225 OR destiny_id = 1 AND origin_id = 225) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 225], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.157043"], ["updated_at", "2016-04-29 13:18:11.157043"]]  (115.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 965]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 965 OR destiny_id = 1 AND origin_id = 965) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 965], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.279534"], ["updated_at", "2016-04-29 13:18:11.279534"]]  (105.9ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 33 OR destiny_id = 1 AND origin_id = 33) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 33], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.390313"], ["updated_at", "2016-04-29 13:18:11.390313"]]  (106.9ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 202]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 202 OR destiny_id = 1 AND origin_id = 202) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 202], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.501533"], ["updated_at", "2016-04-29 13:18:11.501533"]]  (173.1ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 276]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 276 OR destiny_id = 1 AND origin_id = 276) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 276], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.680191"], ["updated_at", "2016-04-29 13:18:11.680191"]]  (84.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 790]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 790 OR destiny_id = 1 AND origin_id = 790) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 790], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.769838"], ["updated_at", "2016-04-29 13:18:11.769838"]]  (95.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 860]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 860 OR destiny_id = 1 AND origin_id = 860) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 699]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 699 OR destiny_id = 1 AND origin_id = 699) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 699], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.874340"], ["updated_at", "2016-04-29 13:18:11.874340"]]  (90.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 767]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 767 OR destiny_id = 1 AND origin_id = 767) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 767], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:11.972275"], ["updated_at", "2016-04-29 13:18:11.972275"]]  (92.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 165]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 165 OR destiny_id = 1 AND origin_id = 165) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 165], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.072004"], ["updated_at", "2016-04-29 13:18:12.072004"]]  (82.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 28 OR destiny_id = 1 AND origin_id = 28) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 28], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.161269"], ["updated_at", "2016-04-29 13:18:12.161269"]]  (104.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 489]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 489 OR destiny_id = 1 AND origin_id = 489) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 489], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.272584"], ["updated_at", "2016-04-29 13:18:12.272584"]]  (104.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 698]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 698 OR destiny_id = 1 AND origin_id = 698) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 698], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.384474"], ["updated_at", "2016-04-29 13:18:12.384474"]]  (225.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 473]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 473 OR destiny_id = 1 AND origin_id = 473) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 473], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.617456"], ["updated_at", "2016-04-29 13:18:12.617456"]]  (237.2ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 137]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 137 OR destiny_id = 1 AND origin_id = 137) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 137], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.861073"], ["updated_at", "2016-04-29 13:18:12.861073"]]  (104.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 923]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 923 OR destiny_id = 1 AND origin_id = 923) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 923], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:12.972783"], ["updated_at", "2016-04-29 13:18:12.972783"]]  (104.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 492]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 492 OR destiny_id = 1 AND origin_id = 492) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 492], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.084159"], ["updated_at", "2016-04-29 13:18:13.084159"]]  (93.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 34 OR destiny_id = 1 AND origin_id = 34) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 34], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.184890"], ["updated_at", "2016-04-29 13:18:13.184890"]]  (103.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 869]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 869 OR destiny_id = 1 AND origin_id = 869) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 869], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.295217"], ["updated_at", "2016-04-29 13:18:13.295217"]]  (83.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 130 OR destiny_id = 1 AND origin_id = 130) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 431]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 431 OR destiny_id = 1 AND origin_id = 431) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 431], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.389515"], ["updated_at", "2016-04-29 13:18:13.389515"]]  (111.9ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 226]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 226 OR destiny_id = 1 AND origin_id = 226) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 226], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.507827"], ["updated_at", "2016-04-29 13:18:13.507827"]]  (193.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 951]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 951 OR destiny_id = 1 AND origin_id = 951) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 175]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 175 OR destiny_id = 1 AND origin_id = 175) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 175], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.710238"], ["updated_at", "2016-04-29 13:18:13.710238"]]  (136.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 623]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 623 OR destiny_id = 1 AND origin_id = 623) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 403]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 403 OR destiny_id = 1 AND origin_id = 403) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 403], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.856128"], ["updated_at", "2016-04-29 13:18:13.856128"]]  (112.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 677]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 677 OR destiny_id = 1 AND origin_id = 677) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 677], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:13.975735"], ["updated_at", "2016-04-29 13:18:13.975735"]]  (81.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 996]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 996 OR destiny_id = 1 AND origin_id = 996) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 349]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 349 OR destiny_id = 1 AND origin_id = 349) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 349], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.067932"], ["updated_at", "2016-04-29 13:18:14.067932"]]  (90.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 164 OR destiny_id = 1 AND origin_id = 164) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 164], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.164444"], ["updated_at", "2016-04-29 13:18:14.164444"]]  (82.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 291]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 291 OR destiny_id = 1 AND origin_id = 291) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 291], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.254407"], ["updated_at", "2016-04-29 13:18:14.254407"]]  (104.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 765]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 765 OR destiny_id = 1 AND origin_id = 765) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 765], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.366513"], ["updated_at", "2016-04-29 13:18:14.366513"]]  (125.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 725]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 725 OR destiny_id = 1 AND origin_id = 725) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 720]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 720 OR destiny_id = 1 AND origin_id = 720) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 720], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.502877"], ["updated_at", "2016-04-29 13:18:14.502877"]]  (134.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 148]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 148 OR destiny_id = 1 AND origin_id = 148) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 256]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 256 OR destiny_id = 1 AND origin_id = 256) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 254]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 254 OR destiny_id = 1 AND origin_id = 254) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 254], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.649190"], ["updated_at", "2016-04-29 13:18:14.649190"]]  (309.4ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 130 OR destiny_id = 1 AND origin_id = 130) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 547 OR destiny_id = 1 AND origin_id = 547) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 547], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:14.965869"], ["updated_at", "2016-04-29 13:18:14.965869"]]  (105.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 517 OR destiny_id = 1 AND origin_id = 517) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 517], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.078091"], ["updated_at", "2016-04-29 13:18:15.078091"]]  (91.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 233]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 233 OR destiny_id = 1 AND origin_id = 233) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 241]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 241 OR destiny_id = 1 AND origin_id = 241) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 241], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.179467"], ["updated_at", "2016-04-29 13:18:15.179467"]]  (112.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 202]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 202 OR destiny_id = 1 AND origin_id = 202) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 476]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 476 OR destiny_id = 1 AND origin_id = 476) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 883]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 883 OR destiny_id = 1 AND origin_id = 883) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 883], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.305490"], ["updated_at", "2016-04-29 13:18:15.305490"]]  (110.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 166]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 166 OR destiny_id = 1 AND origin_id = 166) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 166], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.422567"], ["updated_at", "2016-04-29 13:18:15.422567"]]  (104.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 790]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 790 OR destiny_id = 1 AND origin_id = 790) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 295]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 295 OR destiny_id = 1 AND origin_id = 295) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 295], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.533481"], ["updated_at", "2016-04-29 13:18:15.533481"]]  (107.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 311]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 311 OR destiny_id = 1 AND origin_id = 311) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 311], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.645956"], ["updated_at", "2016-04-29 13:18:15.645956"]]  (104.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 163]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 163 OR destiny_id = 1 AND origin_id = 163) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 163], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.756910"], ["updated_at", "2016-04-29 13:18:15.756910"]]  (105.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 444]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 444 OR destiny_id = 1 AND origin_id = 444) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 444], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.868326"], ["updated_at", "2016-04-29 13:18:15.868326"]]  (104.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 834]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 834 OR destiny_id = 1 AND origin_id = 834) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 834], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:15.979703"], ["updated_at", "2016-04-29 13:18:15.979703"]]  (82.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 499]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 499 OR destiny_id = 1 AND origin_id = 499) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 499], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.069197"], ["updated_at", "2016-04-29 13:18:16.069197"]]  (104.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 436]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 436 OR destiny_id = 1 AND origin_id = 436) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 909]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 909 OR destiny_id = 1 AND origin_id = 909) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 909], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.183939"], ["updated_at", "2016-04-29 13:18:16.183939"]]  (178.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 902 OR destiny_id = 1 AND origin_id = 902) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 902], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.370089"], ["updated_at", "2016-04-29 13:18:16.370089"]]  (81.5ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 531 OR destiny_id = 1 AND origin_id = 531) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 531], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.458965"], ["updated_at", "2016-04-29 13:18:16.458965"]]  (170.0ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 655]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 655 OR destiny_id = 1 AND origin_id = 655) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 655], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.634448"], ["updated_at", "2016-04-29 13:18:16.634448"]]  (152.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 554 OR destiny_id = 1 AND origin_id = 554) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 554], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.793271"], ["updated_at", "2016-04-29 13:18:16.793271"]]  (103.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 509 OR destiny_id = 1 AND origin_id = 509) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 509], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:16.903363"], ["updated_at", "2016-04-29 13:18:16.903363"]]  (148.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 811]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 811 OR destiny_id = 1 AND origin_id = 811) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 811], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.058912"], ["updated_at", "2016-04-29 13:18:17.058912"]]  (158.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 440]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 440 OR destiny_id = 1 AND origin_id = 440) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 969]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 969 OR destiny_id = 1 AND origin_id = 969) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 969], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.228705"], ["updated_at", "2016-04-29 13:18:17.228705"]]  (112.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 296]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 296 OR destiny_id = 1 AND origin_id = 296) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 296], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.349071"], ["updated_at", "2016-04-29 13:18:17.349071"]]  (236.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 125 OR destiny_id = 1 AND origin_id = 125) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 790]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 790 OR destiny_id = 1 AND origin_id = 790) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 943]] SocialFramework::Edge Load (0.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 943 OR destiny_id = 1 AND origin_id = 943) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 943], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.597654"], ["updated_at", "2016-04-29 13:18:17.597654"]]  (133.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 113]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 113 OR destiny_id = 1 AND origin_id = 113) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 113], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.735944"], ["updated_at", "2016-04-29 13:18:17.735944"]]  (107.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 585 OR destiny_id = 1 AND origin_id = 585) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 585], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.849598"], ["updated_at", "2016-04-29 13:18:17.849598"]]  (104.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 864]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 864 OR destiny_id = 1 AND origin_id = 864) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 864], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:17.960400"], ["updated_at", "2016-04-29 13:18:17.960400"]]  (82.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 376]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 376 OR destiny_id = 1 AND origin_id = 376) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 326]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 326 OR destiny_id = 1 AND origin_id = 326) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 326], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.052843"], ["updated_at", "2016-04-29 13:18:18.052843"]]  (112.7ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 364]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 364 OR destiny_id = 1 AND origin_id = 364) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 364], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.170288"], ["updated_at", "2016-04-29 13:18:18.170288"]]  (85.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 912]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 912 OR destiny_id = 1 AND origin_id = 912) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 912], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.259734"], ["updated_at", "2016-04-29 13:18:18.259734"]]  (107.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 557 OR destiny_id = 1 AND origin_id = 557) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 659]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 659 OR destiny_id = 1 AND origin_id = 659) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 659], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.371700"], ["updated_at", "2016-04-29 13:18:18.371700"]]  (84.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 903]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 903 OR destiny_id = 1 AND origin_id = 903) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 903], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.459990"], ["updated_at", "2016-04-29 13:18:18.459990"]]  (318.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 714]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 714 OR destiny_id = 1 AND origin_id = 714) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 714], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:18.783997"], ["updated_at", "2016-04-29 13:18:18.783997"]]  (327.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 792]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 792 OR destiny_id = 1 AND origin_id = 792) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 491]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 491 OR destiny_id = 1 AND origin_id = 491) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 491], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:19.120550"], ["updated_at", "2016-04-29 13:18:19.120550"]]  (445.2ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 58 OR destiny_id = 1 AND origin_id = 58) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 58], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:19.570195"], ["updated_at", "2016-04-29 13:18:19.570195"]]  (107.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 791]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 791 OR destiny_id = 1 AND origin_id = 791) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 791], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:19.684715"], ["updated_at", "2016-04-29 13:18:19.684715"]]  (302.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 184 OR destiny_id = 1 AND origin_id = 184) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 184], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:19.995502"], ["updated_at", "2016-04-29 13:18:19.995502"]]  (213.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 429]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 429 OR destiny_id = 1 AND origin_id = 429) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 429], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.217202"], ["updated_at", "2016-04-29 13:18:20.217202"]]  (148.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 631]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 631 OR destiny_id = 1 AND origin_id = 631) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 631], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.372250"], ["updated_at", "2016-04-29 13:18:20.372250"]]  (130.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 87 OR destiny_id = 1 AND origin_id = 87) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 87], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.515638"], ["updated_at", "2016-04-29 13:18:20.515638"]]  (132.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 787]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 787 OR destiny_id = 1 AND origin_id = 787) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 787], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.655083"], ["updated_at", "2016-04-29 13:18:20.655083"]]  (126.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 269]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 269 OR destiny_id = 1 AND origin_id = 269) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 269], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.788919"], ["updated_at", "2016-04-29 13:18:20.788919"]]  (125.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 298]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 298 OR destiny_id = 1 AND origin_id = 298) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 298], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:20.923927"], ["updated_at", "2016-04-29 13:18:20.923927"]]  (135.6ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 185]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 185 OR destiny_id = 1 AND origin_id = 185) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 185], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.066805"], ["updated_at", "2016-04-29 13:18:21.066805"]]  (82.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 756]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 756 OR destiny_id = 1 AND origin_id = 756) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 756], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.156386"], ["updated_at", "2016-04-29 13:18:21.156386"]]  (104.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 205]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 205 OR destiny_id = 1 AND origin_id = 205) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 205], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.266328"], ["updated_at", "2016-04-29 13:18:21.266328"]]  (83.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 783]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 783 OR destiny_id = 1 AND origin_id = 783) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 783], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.356627"], ["updated_at", "2016-04-29 13:18:21.356627"]]  (104.5ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 74 OR destiny_id = 1 AND origin_id = 74) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 74], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.466003"], ["updated_at", "2016-04-29 13:18:21.466003"]]  (174.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 416]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 416 OR destiny_id = 1 AND origin_id = 416) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 913]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 913 OR destiny_id = 1 AND origin_id = 913) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 913], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.646999"], ["updated_at", "2016-04-29 13:18:21.646999"]]  (181.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 564 OR destiny_id = 1 AND origin_id = 564) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 564], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:21.832682"], ["updated_at", "2016-04-29 13:18:21.832682"]]  (185.8ms) commit transaction SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 295]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 295 OR destiny_id = 1 AND origin_id = 295) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 708]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 708 OR destiny_id = 1 AND origin_id = 708) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 708], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.022763"], ["updated_at", "2016-04-29 13:18:22.022763"]]  (85.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 592 OR destiny_id = 1 AND origin_id = 592) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 592], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.114557"], ["updated_at", "2016-04-29 13:18:22.114557"]]  (104.6ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Edge Load (0.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 902 OR destiny_id = 1 AND origin_id = 902) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 668]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 668 OR destiny_id = 1 AND origin_id = 668) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 668], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.229344"], ["updated_at", "2016-04-29 13:18:22.229344"]]  (134.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 920]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 920 OR destiny_id = 1 AND origin_id = 920) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 920], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.370853"], ["updated_at", "2016-04-29 13:18:22.370853"]]  (126.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 352]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 352 OR destiny_id = 1 AND origin_id = 352) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 352], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.504537"], ["updated_at", "2016-04-29 13:18:22.504537"]]  (125.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 75 OR destiny_id = 1 AND origin_id = 75) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 75], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.637918"], ["updated_at", "2016-04-29 13:18:22.637918"]]  (115.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 628]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 628 OR destiny_id = 1 AND origin_id = 628) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 52 OR destiny_id = 1 AND origin_id = 52) AND label = 'friend') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 52], ["active", "t"], ["label", "friend"], ["created_at", "2016-04-29 13:18:22.763049"], ["updated_at", "2016-04-29 13:18:22.763049"]]  (91.1ms) commit transaction  (124.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (101.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.6ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (102.8ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (96.9ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (108.4ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.6ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (94.9ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (92.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (124.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (77.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (98.0ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (92.6ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (94.8ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (95.4ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (116.1ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.5ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (92.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (195.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (253.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (336.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (370.4ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (338.2ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (319.3ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (229.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (303.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (109.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (94.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (92.5ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (95.6ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (106.6ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (104.1ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (81.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1102]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 500], ["created_at", "2016-04-29 16:17:35.615782"], ["updated_at", "2016-04-29 16:17:35.615782"]]  (200.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 14:00:00.000000' AND social_framework_events.finish > '2016-11-25 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1102], ["schedule_id", 500]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1102], ["schedule_id", 500], ["confirmed", "t"]]  (100.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2419]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 13:00:00.000000' AND social_framework_events.finish > '2016-09-08 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2419], ["schedule_id", 500]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2419], ["schedule_id", 500], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1444]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-13 04:00:00.000000' AND social_framework_events.finish > '2016-06-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1444], ["schedule_id", 500]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1444], ["schedule_id", 500], ["confirmed", "t"]]  (112.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 204]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 08:00:00.000000' AND social_framework_events.finish > '2016-02-03 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 204], ["schedule_id", 500]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 204], ["schedule_id", 500], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1004]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-23 08:00:00.000000' AND social_framework_events.finish > '2016-11-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1004], ["schedule_id", 500]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1004], ["schedule_id", 500], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 835]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 501], ["created_at", "2016-04-29 16:17:36.445119"], ["updated_at", "2016-04-29 16:17:36.445119"]]  (195.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 06:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 835], ["schedule_id", 501]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 835], ["schedule_id", 501], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 324]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 04:00:00.000000' AND social_framework_events.finish > '2016-12-22 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 324], ["schedule_id", 501]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 324], ["schedule_id", 501], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1970]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 21:00:00.000000' AND social_framework_events.finish > '2016-05-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1970], ["schedule_id", 501]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1970], ["schedule_id", 501], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 903]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 04:00:00.000000' AND social_framework_events.finish > '2016-04-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 903], ["schedule_id", 501]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 903], ["schedule_id", 501], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1767]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 01:00:00.000000' AND social_framework_events.finish > '2016-02-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1767], ["schedule_id", 501]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1767], ["schedule_id", 501], ["confirmed", "t"]]  (93.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2288]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 502], ["created_at", "2016-04-29 16:17:37.294395"], ["updated_at", "2016-04-29 16:17:37.294395"]]  (104.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 02:00:00.000000' AND social_framework_events.finish > '2016-01-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2288], ["schedule_id", 502]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2288], ["schedule_id", 502], ["confirmed", "t"]]  (123.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2027]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-27 05:00:00.000000' AND social_framework_events.finish > '2016-12-27 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2027], ["schedule_id", 502]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2027], ["schedule_id", 502], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1328]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-24 12:00:00.000000' AND social_framework_events.finish > '2016-06-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1328], ["schedule_id", 502]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1328], ["schedule_id", 502], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1659]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-04 21:00:00.000000' AND social_framework_events.finish > '2016-11-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1659], ["schedule_id", 502]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1659], ["schedule_id", 502], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 09:00:00.000000' AND social_framework_events.finish > '2016-05-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 68], ["schedule_id", 502]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 68], ["schedule_id", 502], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2176]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 503], ["created_at", "2016-04-29 16:17:38.094475"], ["updated_at", "2016-04-29 16:17:38.094475"]]  (116.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 12:00:00.000000' AND social_framework_events.finish > '2016-05-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2176], ["schedule_id", 503]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2176], ["schedule_id", 503], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2026]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 00:00:00.000000' AND social_framework_events.finish > '2016-04-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2026], ["schedule_id", 503]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2026], ["schedule_id", 503], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1994]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 09:00:00.000000' AND social_framework_events.finish > '2016-08-17 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1994], ["schedule_id", 503]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1994], ["schedule_id", 503], ["confirmed", "t"]]  (111.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 357]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 23:00:00.000000' AND social_framework_events.finish > '2016-06-06 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 357], ["schedule_id", 503]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 357], ["schedule_id", 503], ["confirmed", "t"]]  (111.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2469]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 00:00:00.000000' AND social_framework_events.finish > '2016-05-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2469], ["schedule_id", 503]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2469], ["schedule_id", 503], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 504], ["created_at", "2016-04-29 16:17:38.829500"], ["updated_at", "2016-04-29 16:17:38.829500"]]  (126.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 22:00:00.000000' AND social_framework_events.finish > '2016-08-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 19], ["schedule_id", 504]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 19], ["schedule_id", 504], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1793]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 00:00:00.000000' AND social_framework_events.finish > '2016-01-18 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1793], ["schedule_id", 504]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1793], ["schedule_id", 504], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 719]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 05:00:00.000000' AND social_framework_events.finish > '2016-07-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 719], ["schedule_id", 504]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 719], ["schedule_id", 504], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 147]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 00:00:00.000000' AND social_framework_events.finish > '2016-04-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 147], ["schedule_id", 504]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 147], ["schedule_id", 504], ["confirmed", "t"]]  (170.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2294]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-27 21:00:00.000000' AND social_framework_events.finish > '2016-04-27 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2294], ["schedule_id", 504]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2294], ["schedule_id", 504], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2246]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 505], ["created_at", "2016-04-29 16:17:39.697762"], ["updated_at", "2016-04-29 16:17:39.697762"]]  (94.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 07:00:00.000000' AND social_framework_events.finish > '2016-09-13 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2246], ["schedule_id", 505]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2246], ["schedule_id", 505], ["confirmed", "t"]]  (93.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-16 08:00:00.000000' AND social_framework_events.finish > '2016-05-16 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 96], ["schedule_id", 505]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 96], ["schedule_id", 505], ["confirmed", "t"]]  (102.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1594]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 14:00:00.000000' AND social_framework_events.finish > '2016-06-16 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1594], ["schedule_id", 505]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1594], ["schedule_id", 505], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2310]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 09:00:00.000000' AND social_framework_events.finish > '2016-09-26 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2310], ["schedule_id", 505]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2310], ["schedule_id", 505], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1794]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 00:00:00.000000' AND social_framework_events.finish > '2016-05-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1794], ["schedule_id", 505]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1794], ["schedule_id", 505], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 506], ["created_at", "2016-04-29 16:17:40.355479"], ["updated_at", "2016-04-29 16:17:40.355479"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 15:00:00.000000' AND social_framework_events.finish > '2016-11-15 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 539], ["schedule_id", 506]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 539], ["schedule_id", 506], ["confirmed", "t"]]  (137.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 719]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 05:00:00.000000' AND social_framework_events.finish > '2016-07-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 719], ["schedule_id", 506]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 719], ["schedule_id", 506], ["confirmed", "t"]]  (268.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2470]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 14:00:00.000000' AND social_framework_events.finish > '2016-09-18 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2470], ["schedule_id", 506]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2470], ["schedule_id", 506], ["confirmed", "t"]]  (180.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 752]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 06:00:00.000000' AND social_framework_events.finish > '2016-12-17 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 752], ["schedule_id", 506]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 752], ["schedule_id", 506], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1485]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 03:00:00.000000' AND social_framework_events.finish > '2016-05-24 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1485], ["schedule_id", 506]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1485], ["schedule_id", 506], ["confirmed", "t"]]  (157.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 507], ["created_at", "2016-04-29 16:17:41.433046"], ["updated_at", "2016-04-29 16:17:41.433046"]]  (370.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 507]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 507], ["confirmed", "t"]]  (226.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2069]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 11:00:00.000000' AND social_framework_events.finish > '2016-06-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2069], ["schedule_id", 507]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2069], ["schedule_id", 507], ["confirmed", "t"]]  (140.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1032]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 18:00:00.000000' AND social_framework_events.finish > '2016-02-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1032], ["schedule_id", 507]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1032], ["schedule_id", 507], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 00:00:00.000000' AND social_framework_events.finish > '2016-05-20 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 519], ["schedule_id", 507]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 519], ["schedule_id", 507], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2270]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 10:00:00.000000' AND social_framework_events.finish > '2016-09-10 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2270], ["schedule_id", 507]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2270], ["schedule_id", 507], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 508], ["created_at", "2016-04-29 16:17:42.567271"], ["updated_at", "2016-04-29 16:17:42.567271"]]  (114.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 02:00:00.000000' AND social_framework_events.finish > '2016-01-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 16], ["schedule_id", 508]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 16], ["schedule_id", 508], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2342]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 04:00:00.000000' AND social_framework_events.finish > '2016-07-12 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2342], ["schedule_id", 508]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2342], ["schedule_id", 508], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1553]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 23:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1553], ["schedule_id", 508]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1553], ["schedule_id", 508], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2009]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 00:00:00.000000' AND social_framework_events.finish > '2016-09-10 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2009], ["schedule_id", 508]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2009], ["schedule_id", 508], ["confirmed", "t"]]  (135.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 04:00:00.000000' AND social_framework_events.finish > '2016-02-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 119], ["schedule_id", 508]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 119], ["schedule_id", 508], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 630]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 509], ["created_at", "2016-04-29 16:17:43.369399"], ["updated_at", "2016-04-29 16:17:43.369399"]]  (169.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-01 13:00:00.000000' AND social_framework_events.finish > '2016-10-01 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 630], ["schedule_id", 509]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 630], ["schedule_id", 509], ["confirmed", "t"]]  (160.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 161]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 12:00:00.000000' AND social_framework_events.finish > '2016-10-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 161], ["schedule_id", 509]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 161], ["schedule_id", 509], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2163]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 04:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2163], ["schedule_id", 509]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2163], ["schedule_id", 509], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 191]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 21:00:00.000000' AND social_framework_events.finish > '2016-01-03 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 191], ["schedule_id", 509]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 191], ["schedule_id", 509], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 265]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 17:00:00.000000' AND social_framework_events.finish > '2016-11-19 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 265], ["schedule_id", 509]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 265], ["schedule_id", 509], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1975]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 510], ["created_at", "2016-04-29 16:17:44.213996"], ["updated_at", "2016-04-29 16:17:44.213996"]]  (116.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 21:00:00.000000' AND social_framework_events.finish > '2016-10-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1975], ["schedule_id", 510]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1975], ["schedule_id", 510], ["confirmed", "t"]]  (93.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 12:00:00.000000' AND social_framework_events.finish > '2016-11-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 603], ["schedule_id", 510]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 603], ["schedule_id", 510], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 19:00:00.000000' AND social_framework_events.finish > '2016-06-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 544], ["schedule_id", 510]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 544], ["schedule_id", 510], ["confirmed", "t"]]  (99.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1308]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 08:00:00.000000' AND social_framework_events.finish > '2016-02-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1308], ["schedule_id", 510]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1308], ["schedule_id", 510], ["confirmed", "t"]]  (88.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1704]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 10:00:00.000000' AND social_framework_events.finish > '2016-04-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1704], ["schedule_id", 510]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1704], ["schedule_id", 510], ["confirmed", "t"]]  (99.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 169]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 511], ["created_at", "2016-04-29 16:17:44.893804"], ["updated_at", "2016-04-29 16:17:44.893804"]]  (116.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 12:00:00.000000' AND social_framework_events.finish > '2016-11-14 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 169], ["schedule_id", 511]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 169], ["schedule_id", 511], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 12:00:00.000000' AND social_framework_events.finish > '2016-11-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 603], ["schedule_id", 511]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 603], ["schedule_id", 511], ["confirmed", "t"]]  (146.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 22:00:00.000000' AND social_framework_events.finish > '2016-04-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 257], ["schedule_id", 511]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 257], ["schedule_id", 511], ["confirmed", "t"]]  (142.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1002]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 12:00:00.000000' AND social_framework_events.finish > '2016-12-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1002], ["schedule_id", 511]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1002], ["schedule_id", 511], ["confirmed", "t"]]  (184.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2329]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 13:00:00.000000' AND social_framework_events.finish > '2016-05-17 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2329], ["schedule_id", 511]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2329], ["schedule_id", 511], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 888]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 512], ["created_at", "2016-04-29 16:17:45.750931"], ["updated_at", "2016-04-29 16:17:45.750931"]]  (105.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-08 20:00:00.000000' AND social_framework_events.finish > '2016-12-08 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 888], ["schedule_id", 512]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 888], ["schedule_id", 512], ["confirmed", "t"]]  (160.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 633]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 18:00:00.000000' AND social_framework_events.finish > '2016-12-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 633], ["schedule_id", 512]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 633], ["schedule_id", 512], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2118]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 07:00:00.000000' AND social_framework_events.finish > '2016-05-19 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2118], ["schedule_id", 512]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2118], ["schedule_id", 512], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 380]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 18:00:00.000000' AND social_framework_events.finish > '2016-04-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 380], ["schedule_id", 512]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 380], ["schedule_id", 512], ["confirmed", "t"]]  (212.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 423]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-25 10:00:00.000000' AND social_framework_events.finish > '2016-07-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 423], ["schedule_id", 512]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 423], ["schedule_id", 512], ["confirmed", "t"]]  (237.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2206]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 513], ["created_at", "2016-04-29 16:17:46.863855"], ["updated_at", "2016-04-29 16:17:46.863855"]]  (82.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 07:00:00.000000' AND social_framework_events.finish > '2016-10-16 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2206], ["schedule_id", 513]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2206], ["schedule_id", 513], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 04:00:00.000000' AND social_framework_events.finish > '2016-11-10 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 566], ["schedule_id", 513]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 566], ["schedule_id", 513], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1875]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-08 03:00:00.000000' AND social_framework_events.finish > '2016-05-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1875], ["schedule_id", 513]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1875], ["schedule_id", 513], ["confirmed", "t"]]  (102.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2293]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 18:00:00.000000' AND social_framework_events.finish > '2016-01-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2293], ["schedule_id", 513]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2293], ["schedule_id", 513], ["confirmed", "t"]]  (121.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1398]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 21:00:00.000000' AND social_framework_events.finish > '2016-06-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1398], ["schedule_id", 513]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1398], ["schedule_id", 513], ["confirmed", "t"]]  (202.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 278]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 514], ["created_at", "2016-04-29 16:17:47.621381"], ["updated_at", "2016-04-29 16:17:47.621381"]]  (93.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 04:00:00.000000' AND social_framework_events.finish > '2016-07-14 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 278], ["schedule_id", 514]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 278], ["schedule_id", 514], ["confirmed", "t"]]  (126.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 20:00:00.000000' AND social_framework_events.finish > '2016-10-03 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2281], ["schedule_id", 514]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2281], ["schedule_id", 514], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2470]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 14:00:00.000000' AND social_framework_events.finish > '2016-09-18 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2470], ["schedule_id", 514]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2470], ["schedule_id", 514], ["confirmed", "t"]]  (136.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 22:00:00.000000' AND social_framework_events.finish > '2016-06-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 281], ["schedule_id", 514]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 281], ["schedule_id", 514], ["confirmed", "t"]]  (158.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 918]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 19:00:00.000000' AND social_framework_events.finish > '2016-02-05 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 918], ["schedule_id", 514]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 918], ["schedule_id", 514], ["confirmed", "t"]]  (268.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 145]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 515], ["created_at", "2016-04-29 16:17:48.599772"], ["updated_at", "2016-04-29 16:17:48.599772"]]  (126.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 19:00:00.000000' AND social_framework_events.finish > '2016-04-23 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 145], ["schedule_id", 515]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 145], ["schedule_id", 515], ["confirmed", "t"]]  (149.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1760]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 15:00:00.000000' AND social_framework_events.finish > '2016-01-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1760], ["schedule_id", 515]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1760], ["schedule_id", 515], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1798]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-26 18:00:00.000000' AND social_framework_events.finish > '2016-01-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1798], ["schedule_id", 515]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1798], ["schedule_id", 515], ["confirmed", "t"]]  (100.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1457]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 16:00:00.000000' AND social_framework_events.finish > '2016-12-07 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1457], ["schedule_id", 515]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1457], ["schedule_id", 515], ["confirmed", "t"]]  (256.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1837]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 17:00:00.000000' AND social_framework_events.finish > '2016-08-15 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1837], ["schedule_id", 515]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1837], ["schedule_id", 515], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 259]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 516], ["created_at", "2016-04-29 16:17:49.579113"], ["updated_at", "2016-04-29 16:17:49.579113"]]  (170.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 01:00:00.000000' AND social_framework_events.finish > '2016-06-05 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 259], ["schedule_id", 516]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 259], ["schedule_id", 516], ["confirmed", "t"]]  (248.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 03:00:00.000000' AND social_framework_events.finish > '2016-06-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 144], ["schedule_id", 516]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 144], ["schedule_id", 516], ["confirmed", "t"]]  (212.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 10:00:00.000000' AND social_framework_events.finish > '2016-11-26 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1519], ["schedule_id", 516]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1519], ["schedule_id", 516], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1846]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 11:00:00.000000' AND social_framework_events.finish > '2016-10-02 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1846], ["schedule_id", 516]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1846], ["schedule_id", 516], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1589]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 06:00:00.000000' AND social_framework_events.finish > '2016-12-23 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1589], ["schedule_id", 516]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1589], ["schedule_id", 516], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 607]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 517], ["created_at", "2016-04-29 16:17:50.612175"], ["updated_at", "2016-04-29 16:17:50.612175"]]  (115.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 06:00:00.000000' AND social_framework_events.finish > '2016-03-13 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 607], ["schedule_id", 517]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 607], ["schedule_id", 517], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 12:00:00.000000' AND social_framework_events.finish > '2016-03-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 155], ["schedule_id", 517]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 155], ["schedule_id", 517], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1430]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 00:00:00.000000' AND social_framework_events.finish > '2016-08-10 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1430], ["schedule_id", 517]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1430], ["schedule_id", 517], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1205]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 09:00:00.000000' AND social_framework_events.finish > '2016-02-16 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1205], ["schedule_id", 517]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1205], ["schedule_id", 517], ["confirmed", "t"]]  (123.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 399]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 02:00:00.000000' AND social_framework_events.finish > '2016-09-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 399], ["schedule_id", 517]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 399], ["schedule_id", 517], ["confirmed", "t"]]  (167.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 518], ["created_at", "2016-04-29 16:17:51.457259"], ["updated_at", "2016-04-29 16:17:51.457259"]]  (105.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 15:00:00.000000' AND social_framework_events.finish > '2016-01-19 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 67], ["schedule_id", 518]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 67], ["schedule_id", 518], ["confirmed", "t"]]  (149.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 173]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 20:00:00.000000' AND social_framework_events.finish > '2016-10-18 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 173], ["schedule_id", 518]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 173], ["schedule_id", 518], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 276]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 21:00:00.000000' AND social_framework_events.finish > '2016-01-22 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 276], ["schedule_id", 518]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 276], ["schedule_id", 518], ["confirmed", "t"]]  (145.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2215]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 14:00:00.000000' AND social_framework_events.finish > '2016-09-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2215], ["schedule_id", 518]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2215], ["schedule_id", 518], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 970]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-15 16:00:00.000000' AND social_framework_events.finish > '2016-06-15 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 970], ["schedule_id", 518]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 970], ["schedule_id", 518], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 689]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 519], ["created_at", "2016-04-29 16:17:52.303380"], ["updated_at", "2016-04-29 16:17:52.303380"]]  (94.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 06:00:00.000000' AND social_framework_events.finish > '2016-03-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 689], ["schedule_id", 519]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 689], ["schedule_id", 519], ["confirmed", "t"]]  (126.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1502]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 13:00:00.000000' AND social_framework_events.finish > '2016-06-08 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1502], ["schedule_id", 519]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1502], ["schedule_id", 519], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 873]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 03:00:00.000000' AND social_framework_events.finish > '2016-05-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 873], ["schedule_id", 519]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 873], ["schedule_id", 519], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 381]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 04:00:00.000000' AND social_framework_events.finish > '2016-10-04 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 381], ["schedule_id", 519]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 381], ["schedule_id", 519], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 102]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 04:00:00.000000' AND social_framework_events.finish > '2016-12-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 102], ["schedule_id", 519]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 102], ["schedule_id", 519], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 520], ["created_at", "2016-04-29 16:17:53.105220"], ["updated_at", "2016-04-29 16:17:53.105220"]]  (182.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 79], ["schedule_id", 520]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 79], ["schedule_id", 520], ["confirmed", "t"]]  (137.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 478]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 19:00:00.000000' AND social_framework_events.finish > '2016-12-09 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 478], ["schedule_id", 520]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 478], ["schedule_id", 520], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1198]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 05:00:00.000000' AND social_framework_events.finish > '2016-08-04 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1198], ["schedule_id", 520]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1198], ["schedule_id", 520], ["confirmed", "t"]]  (147.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1557]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 14:00:00.000000' AND social_framework_events.finish > '2016-10-27 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1557], ["schedule_id", 520]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1557], ["schedule_id", 520], ["confirmed", "t"]]  (132.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1402]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 11:00:00.000000' AND social_framework_events.finish > '2016-09-06 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1402], ["schedule_id", 520]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1402], ["schedule_id", 520], ["confirmed", "t"]]  (236.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 399]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 521], ["created_at", "2016-04-29 16:17:54.140256"], ["updated_at", "2016-04-29 16:17:54.140256"]]  (138.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 02:00:00.000000' AND social_framework_events.finish > '2016-09-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 399], ["schedule_id", 521]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 399], ["schedule_id", 521], ["confirmed", "t"]]  (259.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1417]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 05:00:00.000000' AND social_framework_events.finish > '2016-01-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1417], ["schedule_id", 521]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1417], ["schedule_id", 521], ["confirmed", "t"]]  (192.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2081]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 03:00:00.000000' AND social_framework_events.finish > '2016-07-03 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2081], ["schedule_id", 521]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2081], ["schedule_id", 521], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1658]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 16:00:00.000000' AND social_framework_events.finish > '2016-06-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1658], ["schedule_id", 521]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1658], ["schedule_id", 521], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 741]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 08:00:00.000000' AND social_framework_events.finish > '2016-04-16 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 741], ["schedule_id", 521]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 741], ["schedule_id", 521], ["confirmed", "t"]]  (129.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 682]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 522], ["created_at", "2016-04-29 16:17:55.185703"], ["updated_at", "2016-04-29 16:17:55.185703"]]  (159.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 12:00:00.000000' AND social_framework_events.finish > '2016-10-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 682], ["schedule_id", 522]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 682], ["schedule_id", 522], ["confirmed", "t"]]  (170.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1717]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 09:00:00.000000' AND social_framework_events.finish > '2016-10-27 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1717], ["schedule_id", 522]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1717], ["schedule_id", 522], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1813]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 23:00:00.000000' AND social_framework_events.finish > '2016-08-12 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1813], ["schedule_id", 522]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1813], ["schedule_id", 522], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 926]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-23 15:00:00.000000' AND social_framework_events.finish > '2016-08-23 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 926], ["schedule_id", 522]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 926], ["schedule_id", 522], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2403]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 19:00:00.000000' AND social_framework_events.finish > '2016-03-09 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2403], ["schedule_id", 522]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2403], ["schedule_id", 522], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1873]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 523], ["created_at", "2016-04-29 16:17:56.020100"], ["updated_at", "2016-04-29 16:17:56.020100"]]  (104.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 14:00:00.000000' AND social_framework_events.finish > '2016-02-10 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1873], ["schedule_id", 523]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1873], ["schedule_id", 523], ["confirmed", "t"]]  (160.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1462]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 23:00:00.000000' AND social_framework_events.finish > '2016-07-14 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1462], ["schedule_id", 523]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1462], ["schedule_id", 523], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-09 14:00:00.000000' AND social_framework_events.finish > '2016-10-09 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 585], ["schedule_id", 523]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 585], ["schedule_id", 523], ["confirmed", "t"]]  (213.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1013]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 11:00:00.000000' AND social_framework_events.finish > '2016-01-20 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1013], ["schedule_id", 523]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1013], ["schedule_id", 523], ["confirmed", "t"]]  (189.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1038]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-26 15:00:00.000000' AND social_framework_events.finish > '2016-08-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1038], ["schedule_id", 523]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1038], ["schedule_id", 523], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1601]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 524], ["created_at", "2016-04-29 16:17:57.066310"], ["updated_at", "2016-04-29 16:17:57.066310"]]  (270.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 03:00:00.000000' AND social_framework_events.finish > '2016-09-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1601], ["schedule_id", 524]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1601], ["schedule_id", 524], ["confirmed", "t"]]  (137.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 22:00:00.000000' AND social_framework_events.finish > '2016-09-10 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 95], ["schedule_id", 524]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 95], ["schedule_id", 524], ["confirmed", "t"]]  (201.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 226]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 15:00:00.000000' AND social_framework_events.finish > '2016-05-05 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 226], ["schedule_id", 524]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 226], ["schedule_id", 524], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2205]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2205], ["schedule_id", 524]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2205], ["schedule_id", 524], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 409]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 14:00:00.000000' AND social_framework_events.finish > '2016-10-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 409], ["schedule_id", 524]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 409], ["schedule_id", 524], ["confirmed", "t"]]  (100.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 335]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 525], ["created_at", "2016-04-29 16:17:58.089055"], ["updated_at", "2016-04-29 16:17:58.089055"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 20:00:00.000000' AND social_framework_events.finish > '2016-09-19 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 335], ["schedule_id", 525]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 335], ["schedule_id", 525], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1268]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 17:00:00.000000' AND social_framework_events.finish > '2016-11-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1268], ["schedule_id", 525]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1268], ["schedule_id", 525], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1604]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 20:00:00.000000' AND social_framework_events.finish > '2016-03-11 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1604], ["schedule_id", 525]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1604], ["schedule_id", 525], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 270]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 21:00:00.000000' AND social_framework_events.finish > '2016-11-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 270], ["schedule_id", 525]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 270], ["schedule_id", 525], ["confirmed", "t"]]  (136.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 391]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 19:00:00.000000' AND social_framework_events.finish > '2016-11-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 391], ["schedule_id", 525]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 391], ["schedule_id", 525], ["confirmed", "t"]]  (224.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1805]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 526], ["created_at", "2016-04-29 16:17:58.967802"], ["updated_at", "2016-04-29 16:17:58.967802"]]  (116.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-23 18:00:00.000000' AND social_framework_events.finish > '2016-08-23 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1805], ["schedule_id", 526]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1805], ["schedule_id", 526], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2372]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 09:00:00.000000' AND social_framework_events.finish > '2016-07-01 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2372], ["schedule_id", 526]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2372], ["schedule_id", 526], ["confirmed", "t"]]  (169.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1512]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 04:00:00.000000' AND social_framework_events.finish > '2016-12-23 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1512], ["schedule_id", 526]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1512], ["schedule_id", 526], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1458]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 21:00:00.000000' AND social_framework_events.finish > '2016-04-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1458], ["schedule_id", 526]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1458], ["schedule_id", 526], ["confirmed", "t"]]  (213.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2441]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-12 04:00:00.000000' AND social_framework_events.finish > '2016-06-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2441], ["schedule_id", 526]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2441], ["schedule_id", 526], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1044]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 527], ["created_at", "2016-04-29 16:17:59.891600"], ["updated_at", "2016-04-29 16:17:59.891600"]]  (82.2ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 12:00:00.000000' AND social_framework_events.finish > '2016-02-28 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1044], ["schedule_id", 527]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1044], ["schedule_id", 527], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1479]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 17:00:00.000000' AND social_framework_events.finish > '2016-11-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1479], ["schedule_id", 527]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1479], ["schedule_id", 527], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1767]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 01:00:00.000000' AND social_framework_events.finish > '2016-02-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1767], ["schedule_id", 527]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1767], ["schedule_id", 527], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1265]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 00:00:00.000000' AND social_framework_events.finish > '2016-08-02 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1265], ["schedule_id", 527]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1265], ["schedule_id", 527], ["confirmed", "t"]]  (142.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1327]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 22:00:00.000000' AND social_framework_events.finish > '2016-09-19 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1327], ["schedule_id", 527]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1327], ["schedule_id", 527], ["confirmed", "t"]]  (91.0ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2096]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 528], ["created_at", "2016-04-29 16:18:00.661458"], ["updated_at", "2016-04-29 16:18:00.661458"]]  (102.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 14:00:00.000000' AND social_framework_events.finish > '2016-08-28 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2096], ["schedule_id", 528]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2096], ["schedule_id", 528], ["confirmed", "t"]]  (94.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 719]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 05:00:00.000000' AND social_framework_events.finish > '2016-07-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 719], ["schedule_id", 528]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 719], ["schedule_id", 528], ["confirmed", "t"]]  (112.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-17 00:00:00.000000' AND social_framework_events.finish > '2016-09-16 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 548], ["schedule_id", 528]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 548], ["schedule_id", 528], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1470]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 04:00:00.000000' AND social_framework_events.finish > '2016-08-02 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1470], ["schedule_id", 528]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1470], ["schedule_id", 528], ["confirmed", "t"]]  (110.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 23:00:00.000000' AND social_framework_events.finish > '2016-07-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 518], ["schedule_id", 528]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 518], ["schedule_id", 528], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1519]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 529], ["created_at", "2016-04-29 16:18:01.405883"], ["updated_at", "2016-04-29 16:18:01.405883"]]  (116.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 10:00:00.000000' AND social_framework_events.finish > '2016-11-26 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1519], ["schedule_id", 529]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1519], ["schedule_id", 529], ["confirmed", "t"]]  (105.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1306]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 05:00:00.000000' AND social_framework_events.finish > '2016-05-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1306], ["schedule_id", 529]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1306], ["schedule_id", 529], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1582]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 21:00:00.000000' AND social_framework_events.finish > '2016-03-22 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1582], ["schedule_id", 529]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1582], ["schedule_id", 529], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1722]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 08:00:00.000000' AND social_framework_events.finish > '2016-11-19 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1722], ["schedule_id", 529]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1722], ["schedule_id", 529], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 713]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 06:00:00.000000' AND social_framework_events.finish > '2016-02-05 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 713], ["schedule_id", 529]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 713], ["schedule_id", 529], ["confirmed", "t"]]  (235.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 259]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 530], ["created_at", "2016-04-29 16:18:02.384193"], ["updated_at", "2016-04-29 16:18:02.384193"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 01:00:00.000000' AND social_framework_events.finish > '2016-06-05 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 259], ["schedule_id", 530]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 259], ["schedule_id", 530], ["confirmed", "t"]]  (159.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 134]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 14:00:00.000000' AND social_framework_events.finish > '2016-10-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 134], ["schedule_id", 530]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 134], ["schedule_id", 530], ["confirmed", "t"]]  (111.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2206]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 07:00:00.000000' AND social_framework_events.finish > '2016-10-16 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2206], ["schedule_id", 530]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2206], ["schedule_id", 530], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 620]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 10:00:00.000000' AND social_framework_events.finish > '2016-01-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 620], ["schedule_id", 530]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 620], ["schedule_id", 530], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2138]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 10:00:00.000000' AND social_framework_events.finish > '2016-01-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2138], ["schedule_id", 530]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2138], ["schedule_id", 530], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1052]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 531], ["created_at", "2016-04-29 16:18:03.262798"], ["updated_at", "2016-04-29 16:18:03.262798"]]  (117.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 10:00:00.000000' AND social_framework_events.finish > '2016-12-02 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1052], ["schedule_id", 531]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1052], ["schedule_id", 531], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 490]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 01:00:00.000000' AND social_framework_events.finish > '2016-12-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 490], ["schedule_id", 531]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 490], ["schedule_id", 531], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1075]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 10:00:00.000000' AND social_framework_events.finish > '2016-09-07 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1075], ["schedule_id", 531]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1075], ["schedule_id", 531], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 814]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 17:00:00.000000' AND social_framework_events.finish > '2016-10-02 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 814], ["schedule_id", 531]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 814], ["schedule_id", 531], ["confirmed", "t"]]  (168.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1529]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 08:00:00.000000' AND social_framework_events.finish > '2016-12-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1529], ["schedule_id", 531]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1529], ["schedule_id", 531], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 934]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 532], ["created_at", "2016-04-29 16:18:04.078787"], ["updated_at", "2016-04-29 16:18:04.078787"]]  (289.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 17:00:00.000000' AND social_framework_events.finish > '2016-04-04 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 934], ["schedule_id", 532]]  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 934], ["schedule_id", 532], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 178], ["schedule_id", 532]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 178], ["schedule_id", 532], ["confirmed", "t"]]  (158.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 22:00:00.000000' AND social_framework_events.finish > '2016-11-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 81], ["schedule_id", 532]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 81], ["schedule_id", 532], ["confirmed", "t"]]  (176.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 06:00:00.000000' AND social_framework_events.finish > '2016-12-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 592], ["schedule_id", 532]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 592], ["schedule_id", 532], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 985]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 07:00:00.000000' AND social_framework_events.finish > '2016-04-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 985], ["schedule_id", 532]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 985], ["schedule_id", 532], ["confirmed", "t"]]  (324.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1171]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 533], ["created_at", "2016-04-29 16:18:05.320285"], ["updated_at", "2016-04-29 16:18:05.320285"]]  (93.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 20:00:00.000000' AND social_framework_events.finish > '2016-11-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1171], ["schedule_id", 533]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1171], ["schedule_id", 533], ["confirmed", "t"]]  (126.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2242]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 20:00:00.000000' AND social_framework_events.finish > '2016-11-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2242], ["schedule_id", 533]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2242], ["schedule_id", 533], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1975]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 21:00:00.000000' AND social_framework_events.finish > '2016-10-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1975], ["schedule_id", 533]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1975], ["schedule_id", 533], ["confirmed", "t"]]  (100.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 19:00:00.000000' AND social_framework_events.finish > '2016-05-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1534], ["schedule_id", 533]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1534], ["schedule_id", 533], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1432]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-07 15:00:00.000000' AND social_framework_events.finish > '2016-01-07 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1432], ["schedule_id", 533]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1432], ["schedule_id", 533], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1329]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 534], ["created_at", "2016-04-29 16:18:06.056057"], ["updated_at", "2016-04-29 16:18:06.056057"]]  (104.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-24 04:00:00.000000' AND social_framework_events.finish > '2016-02-24 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1329], ["schedule_id", 534]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1329], ["schedule_id", 534], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 982]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-06 10:00:00.000000' AND social_framework_events.finish > '2016-07-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 982], ["schedule_id", 534]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 982], ["schedule_id", 534], ["confirmed", "t"]]  (237.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2368]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 18:00:00.000000' AND social_framework_events.finish > '2016-02-10 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2368], ["schedule_id", 534]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2368], ["schedule_id", 534], ["confirmed", "t"]]  (176.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1669]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 06:00:00.000000' AND social_framework_events.finish > '2016-03-13 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1669], ["schedule_id", 534]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1669], ["schedule_id", 534], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1523]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-24 03:00:00.000000' AND social_framework_events.finish > '2016-01-24 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1523], ["schedule_id", 534]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1523], ["schedule_id", 534], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 189]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 535], ["created_at", "2016-04-29 16:18:06.969448"], ["updated_at", "2016-04-29 16:18:06.969448"]]  (125.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-08 16:00:00.000000' AND social_framework_events.finish > '2016-12-08 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 189], ["schedule_id", 535]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 189], ["schedule_id", 535], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 872]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-20 05:00:00.000000' AND social_framework_events.finish > '2016-03-20 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 872], ["schedule_id", 535]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 872], ["schedule_id", 535], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1638]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 00:00:00.000000' AND social_framework_events.finish > '2016-02-12 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1638], ["schedule_id", 535]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1638], ["schedule_id", 535], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1856]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 07:00:00.000000' AND social_framework_events.finish > '2016-02-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1856], ["schedule_id", 535]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1856], ["schedule_id", 535], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1745]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 17:00:00.000000' AND social_framework_events.finish > '2016-05-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1745], ["schedule_id", 535]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1745], ["schedule_id", 535], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 947]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 536], ["created_at", "2016-04-29 16:18:07.791431"], ["updated_at", "2016-04-29 16:18:07.791431"]]  (93.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 03:00:00.000000' AND social_framework_events.finish > '2016-07-01 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 947], ["schedule_id", 536]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 947], ["schedule_id", 536], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1407]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 01:00:00.000000' AND social_framework_events.finish > '2016-08-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1407], ["schedule_id", 536]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1407], ["schedule_id", 536], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1090]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 06:00:00.000000' AND social_framework_events.finish > '2016-06-17 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1090], ["schedule_id", 536]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1090], ["schedule_id", 536], ["confirmed", "t"]]  (141.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1395]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 18:00:00.000000' AND social_framework_events.finish > '2016-12-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1395], ["schedule_id", 536]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1395], ["schedule_id", 536], ["confirmed", "t"]]  (112.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1578]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 08:00:00.000000' AND social_framework_events.finish > '2016-04-08 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1578], ["schedule_id", 536]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1578], ["schedule_id", 536], ["confirmed", "t"]]  (125.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1026]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 537], ["created_at", "2016-04-29 16:18:08.527382"], ["updated_at", "2016-04-29 16:18:08.527382"]]  (82.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 23:00:00.000000' AND social_framework_events.finish > '2016-03-14 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1026], ["schedule_id", 537]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1026], ["schedule_id", 537], ["confirmed", "t"]]  (104.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1976]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 10:00:00.000000' AND social_framework_events.finish > '2016-08-04 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1976], ["schedule_id", 537]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1976], ["schedule_id", 537], ["confirmed", "t"]]  (123.2ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 462]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 462], ["schedule_id", 537]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 462], ["schedule_id", 537], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 128]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 09:00:00.000000' AND social_framework_events.finish > '2016-04-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 128], ["schedule_id", 537]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 128], ["schedule_id", 537], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1757]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 16:00:00.000000' AND social_framework_events.finish > '2016-06-16 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1757], ["schedule_id", 537]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1757], ["schedule_id", 537], ["confirmed", "t"]]  (323.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1265]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 538], ["created_at", "2016-04-29 16:18:09.473080"], ["updated_at", "2016-04-29 16:18:09.473080"]]  (159.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 00:00:00.000000' AND social_framework_events.finish > '2016-08-02 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1265], ["schedule_id", 538]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1265], ["schedule_id", 538], ["confirmed", "t"]]  (193.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 726]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 04:00:00.000000' AND social_framework_events.finish > '2016-01-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 726], ["schedule_id", 538]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 726], ["schedule_id", 538], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1052]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 10:00:00.000000' AND social_framework_events.finish > '2016-12-02 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1052], ["schedule_id", 538]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1052], ["schedule_id", 538], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1259]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 11:00:00.000000' AND social_framework_events.finish > '2016-11-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1259], ["schedule_id", 538]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1259], ["schedule_id", 538], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2019]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 04:00:00.000000' AND social_framework_events.finish > '2016-07-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2019], ["schedule_id", 538]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2019], ["schedule_id", 538], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 818]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 539], ["created_at", "2016-04-29 16:18:10.350979"], ["updated_at", "2016-04-29 16:18:10.350979"]]  (105.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 14:00:00.000000' AND social_framework_events.finish > '2016-11-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 818], ["schedule_id", 539]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 818], ["schedule_id", 539], ["confirmed", "t"]]  (104.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1796]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 10:00:00.000000' AND social_framework_events.finish > '2016-10-26 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1796], ["schedule_id", 539]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1796], ["schedule_id", 539], ["confirmed", "t"]]  (132.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1976]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 10:00:00.000000' AND social_framework_events.finish > '2016-08-04 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1976], ["schedule_id", 539]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1976], ["schedule_id", 539], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 10:00:00.000000' AND social_framework_events.finish > '2016-01-03 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 94], ["schedule_id", 539]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 94], ["schedule_id", 539], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2423]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 02:00:00.000000' AND social_framework_events.finish > '2016-03-19 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2423], ["schedule_id", 539]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2423], ["schedule_id", 539], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 180]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 540], ["created_at", "2016-04-29 16:18:11.119807"], ["updated_at", "2016-04-29 16:18:11.119807"]]  (115.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 19:00:00.000000' AND social_framework_events.finish > '2016-02-26 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 180], ["schedule_id", 540]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 180], ["schedule_id", 540], ["confirmed", "t"]]  (248.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 932]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 15:00:00.000000' AND social_framework_events.finish > '2016-07-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 932], ["schedule_id", 540]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 932], ["schedule_id", 540], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2176]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 12:00:00.000000' AND social_framework_events.finish > '2016-05-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2176], ["schedule_id", 540]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2176], ["schedule_id", 540], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1516]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 19:00:00.000000' AND social_framework_events.finish > '2016-07-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1516], ["schedule_id", 540]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1516], ["schedule_id", 540], ["confirmed", "t"]]  (180.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 190]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 04:00:00.000000' AND social_framework_events.finish > '2016-11-03 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 190], ["schedule_id", 540]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 190], ["schedule_id", 540], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2090]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 541], ["created_at", "2016-04-29 16:18:12.163902"], ["updated_at", "2016-04-29 16:18:12.163902"]]  (93.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 15:00:00.000000' AND social_framework_events.finish > '2016-06-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2090], ["schedule_id", 541]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2090], ["schedule_id", 541], ["confirmed", "t"]]  (104.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-05 09:00:00.000000' AND social_framework_events.finish > '2016-01-05 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 86], ["schedule_id", 541]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 86], ["schedule_id", 541], ["confirmed", "t"]]  (154.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 756]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 22:00:00.000000' AND social_framework_events.finish > '2016-08-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 756], ["schedule_id", 541]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 756], ["schedule_id", 541], ["confirmed", "t"]]  (213.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 410]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-24 12:00:00.000000' AND social_framework_events.finish > '2016-12-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 410], ["schedule_id", 541]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 410], ["schedule_id", 541], ["confirmed", "t"]]  (157.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 784]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-11 20:00:00.000000' AND social_framework_events.finish > '2016-04-11 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 784], ["schedule_id", 541]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 784], ["schedule_id", 541], ["confirmed", "t"]]  (203.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1810]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 542], ["created_at", "2016-04-29 16:18:13.143217"], ["updated_at", "2016-04-29 16:18:13.143217"]]  (149.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 11:00:00.000000' AND social_framework_events.finish > '2016-12-26 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1810], ["schedule_id", 542]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1810], ["schedule_id", 542], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 900]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 15:00:00.000000' AND social_framework_events.finish > '2016-02-12 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 900], ["schedule_id", 542]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 900], ["schedule_id", 542], ["confirmed", "t"]]  (203.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1484]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 06:00:00.000000' AND social_framework_events.finish > '2016-10-27 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1484], ["schedule_id", 542]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1484], ["schedule_id", 542], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2104]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 15:00:00.000000' AND social_framework_events.finish > '2016-08-20 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2104], ["schedule_id", 542]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2104], ["schedule_id", 542], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1034]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 01:00:00.000000' AND social_framework_events.finish > '2016-01-21 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1034], ["schedule_id", 542]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1034], ["schedule_id", 542], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 358]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 543], ["created_at", "2016-04-29 16:18:14.123419"], ["updated_at", "2016-04-29 16:18:14.123419"]]  (168.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 06:00:00.000000' AND social_framework_events.finish > '2016-04-23 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 358], ["schedule_id", 543]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 358], ["schedule_id", 543], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 17:00:00.000000' AND social_framework_events.finish > '2016-08-12 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 78], ["schedule_id", 543]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 78], ["schedule_id", 543], ["confirmed", "t"]]  (169.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1143]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 06:00:00.000000' AND social_framework_events.finish > '2016-06-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1143], ["schedule_id", 543]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1143], ["schedule_id", 543], ["confirmed", "t"]]  (167.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 339]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 18:00:00.000000' AND social_framework_events.finish > '2016-06-25 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 339], ["schedule_id", 543]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 339], ["schedule_id", 543], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2223]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 21:00:00.000000' AND social_framework_events.finish > '2016-06-07 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2223], ["schedule_id", 543]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2223], ["schedule_id", 543], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1182]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 544], ["created_at", "2016-04-29 16:18:15.044893"], ["updated_at", "2016-04-29 16:18:15.044893"]]  (126.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 13:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1182], ["schedule_id", 544]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1182], ["schedule_id", 544], ["confirmed", "t"]]  (123.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1239]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 02:00:00.000000' AND social_framework_events.finish > '2016-11-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1239], ["schedule_id", 544]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1239], ["schedule_id", 544], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 784]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-11 20:00:00.000000' AND social_framework_events.finish > '2016-04-11 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 784], ["schedule_id", 544]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 784], ["schedule_id", 544], ["confirmed", "t"]]  (278.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1756]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 20:00:00.000000' AND social_framework_events.finish > '2016-06-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1756], ["schedule_id", 544]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1756], ["schedule_id", 544], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 721]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 07:00:00.000000' AND social_framework_events.finish > '2016-01-09 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 721], ["schedule_id", 544]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 721], ["schedule_id", 544], ["confirmed", "t"]]  (123.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 238]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 545], ["created_at", "2016-04-29 16:18:16.013738"], ["updated_at", "2016-04-29 16:18:16.013738"]]  (116.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 05:00:00.000000' AND social_framework_events.finish > '2016-10-14 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 238], ["schedule_id", 545]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 238], ["schedule_id", 545], ["confirmed", "t"]]  (137.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1920]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 16:00:00.000000' AND social_framework_events.finish > '2016-05-26 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1920], ["schedule_id", 545]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1920], ["schedule_id", 545], ["confirmed", "t"]]  (176.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 904]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 13:00:00.000000' AND social_framework_events.finish > '2016-09-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 904], ["schedule_id", 545]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 904], ["schedule_id", 545], ["confirmed", "t"]]  (134.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1970]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 21:00:00.000000' AND social_framework_events.finish > '2016-05-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1970], ["schedule_id", 545]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1970], ["schedule_id", 545], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-26 16:00:00.000000' AND social_framework_events.finish > '2016-08-26 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 536], ["schedule_id", 545]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 536], ["schedule_id", 545], ["confirmed", "t"]]  (290.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2353]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 546], ["created_at", "2016-04-29 16:18:17.036839"], ["updated_at", "2016-04-29 16:18:17.036839"]]  (93.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 19:00:00.000000' AND social_framework_events.finish > '2016-08-17 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2353], ["schedule_id", 546]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2353], ["schedule_id", 546], ["confirmed", "t"]]  (82.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2273]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 19:00:00.000000' AND social_framework_events.finish > '2016-04-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2273], ["schedule_id", 546]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2273], ["schedule_id", 546], ["confirmed", "t"]]  (224.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 289]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-28 23:00:00.000000' AND social_framework_events.finish > '2016-10-28 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 289], ["schedule_id", 546]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 289], ["schedule_id", 546], ["confirmed", "t"]]  (191.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 955]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 11:00:00.000000' AND social_framework_events.finish > '2016-05-21 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 955], ["schedule_id", 546]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 955], ["schedule_id", 546], ["confirmed", "t"]]  (92.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1188]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-26 11:00:00.000000' AND social_framework_events.finish > '2016-08-26 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1188], ["schedule_id", 546]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1188], ["schedule_id", 546], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 832]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 547], ["created_at", "2016-04-29 16:18:17.905889"], ["updated_at", "2016-04-29 16:18:17.905889"]]  (116.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 12:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 832], ["schedule_id", 547]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 832], ["schedule_id", 547], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2331]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 18:00:00.000000' AND social_framework_events.finish > '2016-12-26 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2331], ["schedule_id", 547]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2331], ["schedule_id", 547], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1109]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1109], ["schedule_id", 547]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1109], ["schedule_id", 547], ["confirmed", "t"]]  (191.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 964]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 21:00:00.000000' AND social_framework_events.finish > '2016-11-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 964], ["schedule_id", 547]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 964], ["schedule_id", 547], ["confirmed", "t"]]  (201.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1966]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1966], ["schedule_id", 547]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1966], ["schedule_id", 547], ["confirmed", "t"]]  (213.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 684]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 548], ["created_at", "2016-04-29 16:18:18.917814"], ["updated_at", "2016-04-29 16:18:18.917814"]]  (115.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 02:00:00.000000' AND social_framework_events.finish > '2016-07-26 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 684], ["schedule_id", 548]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 684], ["schedule_id", 548], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2103]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 03:00:00.000000' AND social_framework_events.finish > '2016-07-01 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2103], ["schedule_id", 548]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2103], ["schedule_id", 548], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1724]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 11:00:00.000000' AND social_framework_events.finish > '2016-03-17 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1724], ["schedule_id", 548]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1724], ["schedule_id", 548], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 307]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 01:00:00.000000' AND social_framework_events.finish > '2016-10-19 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 307], ["schedule_id", 548]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 307], ["schedule_id", 548], ["confirmed", "t"]]  (89.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2359]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 20:00:00.000000' AND social_framework_events.finish > '2016-07-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2359], ["schedule_id", 548]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2359], ["schedule_id", 548], ["confirmed", "t"]]  (110.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2107]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 549], ["created_at", "2016-04-29 16:18:19.596969"], ["updated_at", "2016-04-29 16:18:19.596969"]]  (104.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-10 11:00:00.000000' AND social_framework_events.finish > '2016-12-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2107], ["schedule_id", 549]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2107], ["schedule_id", 549], ["confirmed", "t"]]  (104.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1880]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 02:00:00.000000' AND social_framework_events.finish > '2016-04-10 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1880], ["schedule_id", 549]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1880], ["schedule_id", 549], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1725]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 06:00:00.000000' AND social_framework_events.finish > '2016-02-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1725], ["schedule_id", 549]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1725], ["schedule_id", 549], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2341]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 04:00:00.000000' AND social_framework_events.finish > '2016-12-03 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2341], ["schedule_id", 549]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2341], ["schedule_id", 549], ["confirmed", "t"]]  (167.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 642]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 18:00:00.000000' AND social_framework_events.finish > '2016-02-23 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 642], ["schedule_id", 549]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 642], ["schedule_id", 549], ["confirmed", "t"]]  (156.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1909]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 550], ["created_at", "2016-04-29 16:18:20.420443"], ["updated_at", "2016-04-29 16:18:20.420443"]]  (248.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 12:00:00.000000' AND social_framework_events.finish > '2016-06-03 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1909], ["schedule_id", 550]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1909], ["schedule_id", 550], ["confirmed", "t"]]  (103.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 615]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 23:00:00.000000' AND social_framework_events.finish > '2016-03-22 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 615], ["schedule_id", 550]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 615], ["schedule_id", 550], ["confirmed", "t"]]  (145.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2069]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 11:00:00.000000' AND social_framework_events.finish > '2016-06-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2069], ["schedule_id", 550]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2069], ["schedule_id", 550], ["confirmed", "t"]]  (202.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1440]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-17 01:00:00.000000' AND social_framework_events.finish > '2016-09-17 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1440], ["schedule_id", 550]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1440], ["schedule_id", 550], ["confirmed", "t"]]  (123.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1622]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 01:00:00.000000' AND social_framework_events.finish > '2016-02-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1622], ["schedule_id", 550]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1622], ["schedule_id", 550], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1742]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 551], ["created_at", "2016-04-29 16:18:21.483740"], ["updated_at", "2016-04-29 16:18:21.483740"]]  (129.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 08:00:00.000000' AND social_framework_events.finish > '2016-10-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1742], ["schedule_id", 551]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1742], ["schedule_id", 551], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2423]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 02:00:00.000000' AND social_framework_events.finish > '2016-03-19 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2423], ["schedule_id", 551]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2423], ["schedule_id", 551], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 885]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 18:00:00.000000' AND social_framework_events.finish > '2016-08-05 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 885], ["schedule_id", 551]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 885], ["schedule_id", 551], ["confirmed", "t"]]  (119.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2434]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 21:00:00.000000' AND social_framework_events.finish > '2016-01-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2434], ["schedule_id", 551]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2434], ["schedule_id", 551], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 00:00:00.000000' AND social_framework_events.finish > '2016-01-18 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 515], ["schedule_id", 551]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 515], ["schedule_id", 551], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1532]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 552], ["created_at", "2016-04-29 16:18:22.244066"], ["updated_at", "2016-04-29 16:18:22.244066"]]  (115.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-14 11:00:00.000000' AND social_framework_events.finish > '2016-01-14 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1532], ["schedule_id", 552]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1532], ["schedule_id", 552], ["confirmed", "t"]]  (174.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1240]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-21 21:00:00.000000' AND social_framework_events.finish > '2016-03-21 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1240], ["schedule_id", 552]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1240], ["schedule_id", 552], ["confirmed", "t"]]  (173.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 639]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 01:00:00.000000' AND social_framework_events.finish > '2016-01-20 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 639], ["schedule_id", 552]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 639], ["schedule_id", 552], ["confirmed", "t"]]  (157.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1898]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 15:00:00.000000' AND social_framework_events.finish > '2016-01-25 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1898], ["schedule_id", 552]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1898], ["schedule_id", 552], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1285]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 06:00:00.000000' AND social_framework_events.finish > '2016-03-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1285], ["schedule_id", 552]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1285], ["schedule_id", 552], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1325]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 553], ["created_at", "2016-04-29 16:18:23.180013"], ["updated_at", "2016-04-29 16:18:23.180013"]]  (114.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 02:00:00.000000' AND social_framework_events.finish > '2016-07-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1325], ["schedule_id", 553]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1325], ["schedule_id", 553], ["confirmed", "t"]]  (114.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1161]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 06:00:00.000000' AND social_framework_events.finish > '2016-11-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1161], ["schedule_id", 553]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1161], ["schedule_id", 553], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1606]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 22:00:00.000000' AND social_framework_events.finish > '2016-04-26 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1606], ["schedule_id", 553]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1606], ["schedule_id", 553], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 06:00:00.000000' AND social_framework_events.finish > '2016-04-07 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 584], ["schedule_id", 553]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 584], ["schedule_id", 553], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1671]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 20:00:00.000000' AND social_framework_events.finish > '2016-02-19 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1671], ["schedule_id", 553]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1671], ["schedule_id", 553], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1675]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 554], ["created_at", "2016-04-29 16:18:23.902856"], ["updated_at", "2016-04-29 16:18:23.902856"]]  (81.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 22:00:00.000000' AND social_framework_events.finish > '2016-05-07 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1675], ["schedule_id", 554]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1675], ["schedule_id", 554], ["confirmed", "t"]]  (192.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 303]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 04:00:00.000000' AND social_framework_events.finish > '2016-11-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 303], ["schedule_id", 554]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 303], ["schedule_id", 554], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1127]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 10:00:00.000000' AND social_framework_events.finish > '2016-05-19 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1127], ["schedule_id", 554]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1127], ["schedule_id", 554], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2492]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 14:00:00.000000' AND social_framework_events.finish > '2016-01-08 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2492], ["schedule_id", 554]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2492], ["schedule_id", 554], ["confirmed", "t"]]  (147.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 780]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 22:00:00.000000' AND social_framework_events.finish > '2016-08-28 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 780], ["schedule_id", 554]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 780], ["schedule_id", 554], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1573]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 555], ["created_at", "2016-04-29 16:18:24.737213"], ["updated_at", "2016-04-29 16:18:24.737213"]]  (116.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 01:00:00.000000' AND social_framework_events.finish > '2016-08-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1573], ["schedule_id", 555]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1573], ["schedule_id", 555], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2437]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 22:00:00.000000' AND social_framework_events.finish > '2016-01-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2437], ["schedule_id", 555]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2437], ["schedule_id", 555], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2285]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 04:00:00.000000' AND social_framework_events.finish > '2016-01-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2285], ["schedule_id", 555]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2285], ["schedule_id", 555], ["confirmed", "t"]]  (200.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 494]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-14 07:00:00.000000' AND social_framework_events.finish > '2016-05-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 494], ["schedule_id", 555]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 494], ["schedule_id", 555], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1166]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-01 08:00:00.000000' AND social_framework_events.finish > '2016-08-01 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1166], ["schedule_id", 555]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1166], ["schedule_id", 555], ["confirmed", "t"]]  (290.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1700]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 556], ["created_at", "2016-04-29 16:18:25.827117"], ["updated_at", "2016-04-29 16:18:25.827117"]]  (82.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 03:00:00.000000' AND social_framework_events.finish > '2016-02-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1700], ["schedule_id", 556]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1700], ["schedule_id", 556], ["confirmed", "t"]]  (171.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1373]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-23 10:00:00.000000' AND social_framework_events.finish > '2016-07-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1373], ["schedule_id", 556]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1373], ["schedule_id", 556], ["confirmed", "t"]]  (213.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 12:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 580], ["schedule_id", 556]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 580], ["schedule_id", 556], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 15:00:00.000000' AND social_framework_events.finish > '2016-10-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 91], ["schedule_id", 556]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 91], ["schedule_id", 556], ["confirmed", "t"]]  (201.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1453]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-21 18:00:00.000000' AND social_framework_events.finish > '2016-09-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1453], ["schedule_id", 556]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1453], ["schedule_id", 556], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 557], ["created_at", "2016-04-29 16:18:26.828086"], ["updated_at", "2016-04-29 16:18:26.828086"]]  (171.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 19:00:00.000000' AND social_framework_events.finish > '2016-11-11 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 532], ["schedule_id", 557]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 532], ["schedule_id", 557], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 450]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 17:00:00.000000' AND social_framework_events.finish > '2016-03-12 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 450], ["schedule_id", 557]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 450], ["schedule_id", 557], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1677]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 15:00:00.000000' AND social_framework_events.finish > '2016-01-12 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1677], ["schedule_id", 557]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1677], ["schedule_id", 557], ["confirmed", "t"]]  (134.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 18:00:00.000000' AND social_framework_events.finish > '2016-10-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1505], ["schedule_id", 557]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1505], ["schedule_id", 557], ["confirmed", "t"]]  (178.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1059]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-14 03:00:00.000000' AND social_framework_events.finish > '2016-05-14 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1059], ["schedule_id", 557]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1059], ["schedule_id", 557], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 883]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 558], ["created_at", "2016-04-29 16:18:27.741369"], ["updated_at", "2016-04-29 16:18:27.741369"]]  (93.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 23:00:00.000000' AND social_framework_events.finish > '2016-12-21 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 883], ["schedule_id", 558]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 883], ["schedule_id", 558], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2240]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 15:00:00.000000' AND social_framework_events.finish > '2016-11-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2240], ["schedule_id", 558]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2240], ["schedule_id", 558], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2249]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 19:00:00.000000' AND social_framework_events.finish > '2016-12-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2249], ["schedule_id", 558]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2249], ["schedule_id", 558], ["confirmed", "t"]]  (121.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2451]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 15:00:00.000000' AND social_framework_events.finish > '2016-04-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2451], ["schedule_id", 558]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2451], ["schedule_id", 558], ["confirmed", "t"]]  (103.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 06:00:00.000000' AND social_framework_events.finish > '2016-04-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 39], ["schedule_id", 558]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 39], ["schedule_id", 558], ["confirmed", "t"]]  (112.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1105]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 559], ["created_at", "2016-04-29 16:18:28.441977"], ["updated_at", "2016-04-29 16:18:28.441977"]]  (171.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 11:00:00.000000' AND social_framework_events.finish > '2016-07-10 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1105], ["schedule_id", 559]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1105], ["schedule_id", 559], ["confirmed", "t"]]  (159.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 461]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 09:00:00.000000' AND social_framework_events.finish > '2016-03-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 461], ["schedule_id", 559]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 461], ["schedule_id", 559], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1163]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 23:00:00.000000' AND social_framework_events.finish > '2016-06-25 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1163], ["schedule_id", 559]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1163], ["schedule_id", 559], ["confirmed", "t"]]  (158.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1169]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1169], ["schedule_id", 559]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1169], ["schedule_id", 559], ["confirmed", "t"]]  (132.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 925]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 20:00:00.000000' AND social_framework_events.finish > '2016-12-21 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 925], ["schedule_id", 559]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 925], ["schedule_id", 559], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1187]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 560], ["created_at", "2016-04-29 16:18:29.365311"], ["updated_at", "2016-04-29 16:18:29.365311"]]  (135.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 15:00:00.000000' AND social_framework_events.finish > '2016-07-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1187], ["schedule_id", 560]]  (0.1ms) begin transaction SQL (20.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1187], ["schedule_id", 560], ["confirmed", "t"]]  (242.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1326]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 03:00:00.000000' AND social_framework_events.finish > '2016-11-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1326], ["schedule_id", 560]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1326], ["schedule_id", 560], ["confirmed", "t"]]  (110.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 163]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 03:00:00.000000' AND social_framework_events.finish > '2016-02-16 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 163], ["schedule_id", 560]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 163], ["schedule_id", 560], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 844]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 12:00:00.000000' AND social_framework_events.finish > '2016-12-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 844], ["schedule_id", 560]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 844], ["schedule_id", 560], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1018]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 05:00:00.000000' AND social_framework_events.finish > '2016-06-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1018], ["schedule_id", 560]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1018], ["schedule_id", 560], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2492]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 561], ["created_at", "2016-04-29 16:18:30.257481"], ["updated_at", "2016-04-29 16:18:30.257481"]]  (137.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 14:00:00.000000' AND social_framework_events.finish > '2016-01-08 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2492], ["schedule_id", 561]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2492], ["schedule_id", 561], ["confirmed", "t"]]  (148.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1681]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 05:00:00.000000' AND social_framework_events.finish > '2016-04-10 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1681], ["schedule_id", 561]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1681], ["schedule_id", 561], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 306]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 08:00:00.000000' AND social_framework_events.finish > '2016-01-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 306], ["schedule_id", 561]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 306], ["schedule_id", 561], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1255]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 05:00:00.000000' AND social_framework_events.finish > '2016-02-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1255], ["schedule_id", 561]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1255], ["schedule_id", 561], ["confirmed", "t"]]  (246.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1286]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-25 06:00:00.000000' AND social_framework_events.finish > '2016-04-25 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1286], ["schedule_id", 561]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1286], ["schedule_id", 561], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 732]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 562], ["created_at", "2016-04-29 16:18:31.180708"], ["updated_at", "2016-04-29 16:18:31.180708"]]  (114.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 15:00:00.000000' AND social_framework_events.finish > '2016-01-15 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 732], ["schedule_id", 562]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 732], ["schedule_id", 562], ["confirmed", "t"]]  (126.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 244]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 10:00:00.000000' AND social_framework_events.finish > '2016-06-22 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 244], ["schedule_id", 562]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 244], ["schedule_id", 562], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 617]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 19:00:00.000000' AND social_framework_events.finish > '2016-08-22 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 617], ["schedule_id", 562]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 617], ["schedule_id", 562], ["confirmed", "t"]]  (132.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 922]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 10:00:00.000000' AND social_framework_events.finish > '2016-07-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 922], ["schedule_id", 562]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 922], ["schedule_id", 562], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1756]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 20:00:00.000000' AND social_framework_events.finish > '2016-06-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1756], ["schedule_id", 562]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1756], ["schedule_id", 562], ["confirmed", "t"]]  (234.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2460]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 563], ["created_at", "2016-04-29 16:18:32.114437"], ["updated_at", "2016-04-29 16:18:32.114437"]]  (126.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 23:00:00.000000' AND social_framework_events.finish > '2016-06-17 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2460], ["schedule_id", 563]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2460], ["schedule_id", 563], ["confirmed", "t"]]  (236.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2482]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 05:00:00.000000' AND social_framework_events.finish > '2016-08-13 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2482], ["schedule_id", 563]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2482], ["schedule_id", 563], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 638]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 15:00:00.000000' AND social_framework_events.finish > '2016-02-08 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 638], ["schedule_id", 563]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 638], ["schedule_id", 563], ["confirmed", "t"]]  (122.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2278]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 20:00:00.000000' AND social_framework_events.finish > '2016-05-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2278], ["schedule_id", 563]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2278], ["schedule_id", 563], ["confirmed", "t"]]  (90.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 943]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 06:00:00.000000' AND social_framework_events.finish > '2016-07-13 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 943], ["schedule_id", 563]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 943], ["schedule_id", 563], ["confirmed", "t"]]  (112.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 969]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 564], ["created_at", "2016-04-29 16:18:32.983791"], ["updated_at", "2016-04-29 16:18:32.983791"]]  (247.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 15:00:00.000000' AND social_framework_events.finish > '2016-08-05 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 969], ["schedule_id", 564]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 969], ["schedule_id", 564], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1023]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 19:00:00.000000' AND social_framework_events.finish > '2016-12-12 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1023], ["schedule_id", 564]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1023], ["schedule_id", 564], ["confirmed", "t"]]  (169.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1506]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 07:00:00.000000' AND social_framework_events.finish > '2016-09-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1506], ["schedule_id", 564]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1506], ["schedule_id", 564], ["confirmed", "t"]]  (153.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1939]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-03 20:00:00.000000' AND social_framework_events.finish > '2016-09-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1939], ["schedule_id", 564]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1939], ["schedule_id", 564], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1330]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 16:00:00.000000' AND social_framework_events.finish > '2016-02-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1330], ["schedule_id", 564]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1330], ["schedule_id", 564], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2121]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 565], ["created_at", "2016-04-29 16:18:34.003838"], ["updated_at", "2016-04-29 16:18:34.003838"]]  (116.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2121], ["schedule_id", 565]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2121], ["schedule_id", 565], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2381]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 05:00:00.000000' AND social_framework_events.finish > '2016-01-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2381], ["schedule_id", 565]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2381], ["schedule_id", 565], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 23:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1553], ["schedule_id", 565]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1553], ["schedule_id", 565], ["confirmed", "t"]]  (118.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1242]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-21 19:00:00.000000' AND social_framework_events.finish > '2016-06-21 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1242], ["schedule_id", 565]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1242], ["schedule_id", 565], ["confirmed", "t"]]  (148.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1262]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 07:00:00.000000' AND social_framework_events.finish > '2016-09-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1262], ["schedule_id", 565]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1262], ["schedule_id", 565], ["confirmed", "t"]]  (118.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1571]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 566], ["created_at", "2016-04-29 16:18:34.807635"], ["updated_at", "2016-04-29 16:18:34.807635"]]  (112.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 17:00:00.000000' AND social_framework_events.finish > '2016-11-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1571], ["schedule_id", 566]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1571], ["schedule_id", 566], ["confirmed", "t"]]  (122.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1770]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 03:00:00.000000' AND social_framework_events.finish > '2016-10-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1770], ["schedule_id", 566]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1770], ["schedule_id", 566], ["confirmed", "t"]]  (130.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1952]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 16:00:00.000000' AND social_framework_events.finish > '2016-11-15 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1952], ["schedule_id", 566]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1952], ["schedule_id", 566], ["confirmed", "t"]]  (109.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1224]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 04:00:00.000000' AND social_framework_events.finish > '2016-04-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1224], ["schedule_id", 566]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1224], ["schedule_id", 566], ["confirmed", "t"]]  (109.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 03:00:00.000000' AND social_framework_events.finish > '2016-06-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 144], ["schedule_id", 566]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 144], ["schedule_id", 566], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2036]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 567], ["created_at", "2016-04-29 16:18:35.574363"], ["updated_at", "2016-04-29 16:18:35.574363"]]  (92.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 06:00:00.000000' AND social_framework_events.finish > '2016-05-03 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2036], ["schedule_id", 567]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2036], ["schedule_id", 567], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1701]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 07:00:00.000000' AND social_framework_events.finish > '2016-03-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1701], ["schedule_id", 567]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1701], ["schedule_id", 567], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 225]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 20:00:00.000000' AND social_framework_events.finish > '2016-01-03 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 225], ["schedule_id", 567]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 225], ["schedule_id", 567], ["confirmed", "t"]]  (179.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 16:00:00.000000' AND social_framework_events.finish > '2016-04-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 41], ["schedule_id", 567]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 41], ["schedule_id", 567], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 915]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 03:00:00.000000' AND social_framework_events.finish > '2016-03-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 915], ["schedule_id", 567]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 915], ["schedule_id", 567], ["confirmed", "t"]]  (231.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 997]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 568], ["created_at", "2016-04-29 16:18:36.525829"], ["updated_at", "2016-04-29 16:18:36.525829"]]  (175.7ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-27 02:00:00.000000' AND social_framework_events.finish > '2016-02-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 997], ["schedule_id", 568]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 997], ["schedule_id", 568], ["confirmed", "t"]]  (112.4ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2213]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 11:00:00.000000' AND social_framework_events.finish > '2016-10-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2213], ["schedule_id", 568]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2213], ["schedule_id", 568], ["confirmed", "t"]]  (122.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 374]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 13:00:00.000000' AND social_framework_events.finish > '2016-06-01 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 374], ["schedule_id", 568]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 374], ["schedule_id", 568], ["confirmed", "t"]]  (110.2ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 04:00:00.000000' AND social_framework_events.finish > '2016-02-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 119], ["schedule_id", 568]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 119], ["schedule_id", 568], ["confirmed", "t"]]  (208.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1566]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 04:00:00.000000' AND social_framework_events.finish > '2016-12-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1566], ["schedule_id", 568]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1566], ["schedule_id", 568], ["confirmed", "t"]]  (168.4ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 685]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 569], ["created_at", "2016-04-29 16:18:37.490318"], ["updated_at", "2016-04-29 16:18:37.490318"]]  (189.5ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 11:00:00.000000' AND social_framework_events.finish > '2016-12-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 685], ["schedule_id", 569]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 685], ["schedule_id", 569], ["confirmed", "t"]]  (213.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2468]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-09 10:00:00.000000' AND social_framework_events.finish > '2016-06-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2468], ["schedule_id", 569]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2468], ["schedule_id", 569], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 422]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 18:00:00.000000' AND social_framework_events.finish > '2016-01-10 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 422], ["schedule_id", 569]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 422], ["schedule_id", 569], ["confirmed", "t"]]  (198.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 748]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-19 09:00:00.000000' AND social_framework_events.finish > '2016-08-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 748], ["schedule_id", 569]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 748], ["schedule_id", 569], ["confirmed", "t"]]  (168.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1137]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 12:00:00.000000' AND social_framework_events.finish > '2016-05-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1137], ["schedule_id", 569]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1137], ["schedule_id", 569], ["confirmed", "t"]]  (201.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1741]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 570], ["created_at", "2016-04-29 16:18:38.709420"], ["updated_at", "2016-04-29 16:18:38.709420"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-23 22:00:00.000000' AND social_framework_events.finish > '2016-07-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1741], ["schedule_id", 570]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1741], ["schedule_id", 570], ["confirmed", "t"]]  (202.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 680]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 12:00:00.000000' AND social_framework_events.finish > '2016-01-15 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 680], ["schedule_id", 570]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 680], ["schedule_id", 570], ["confirmed", "t"]]  (202.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 829]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 18:00:00.000000' AND social_framework_events.finish > '2016-09-16 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 829], ["schedule_id", 570]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 829], ["schedule_id", 570], ["confirmed", "t"]]  (242.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2274]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 15:00:00.000000' AND social_framework_events.finish > '2016-01-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2274], ["schedule_id", 570]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2274], ["schedule_id", 570], ["confirmed", "t"]]  (360.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1487]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 18:00:00.000000' AND social_framework_events.finish > '2016-01-10 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1487], ["schedule_id", 570]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1487], ["schedule_id", 570], ["confirmed", "t"]]  (203.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1755]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 571], ["created_at", "2016-04-29 16:18:40.110234"], ["updated_at", "2016-04-29 16:18:40.110234"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 09:00:00.000000' AND social_framework_events.finish > '2016-11-22 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1755], ["schedule_id", 571]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1755], ["schedule_id", 571], ["confirmed", "t"]]  (171.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2188]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 04:00:00.000000' AND social_framework_events.finish > '2016-09-19 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2188], ["schedule_id", 571]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2188], ["schedule_id", 571], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2387]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 13:00:00.000000' AND social_framework_events.finish > '2016-02-17 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2387], ["schedule_id", 571]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2387], ["schedule_id", 571], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1417]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 05:00:00.000000' AND social_framework_events.finish > '2016-01-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1417], ["schedule_id", 571]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1417], ["schedule_id", 571], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1964]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 21:00:00.000000' AND social_framework_events.finish > '2016-01-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1964], ["schedule_id", 571]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1964], ["schedule_id", 571], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 572], ["created_at", "2016-04-29 16:18:40.900360"], ["updated_at", "2016-04-29 16:18:40.900360"]]  (93.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 15:00:00.000000' AND social_framework_events.finish > '2016-03-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1360], ["schedule_id", 572]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1360], ["schedule_id", 572], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 21:00:00.000000' AND social_framework_events.finish > '2016-09-16 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 22], ["schedule_id", 572]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 22], ["schedule_id", 572], ["confirmed", "t"]]  (157.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1424]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 13:00:00.000000' AND social_framework_events.finish > '2016-06-04 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1424], ["schedule_id", 572]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1424], ["schedule_id", 572], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 418]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-17 19:00:00.000000' AND social_framework_events.finish > '2016-11-17 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 418], ["schedule_id", 572]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 418], ["schedule_id", 572], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2475]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 23:00:00.000000' AND social_framework_events.finish > '2016-02-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2475], ["schedule_id", 572]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2475], ["schedule_id", 572], ["confirmed", "t"]]  (112.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1473]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 573], ["created_at", "2016-04-29 16:18:41.681485"], ["updated_at", "2016-04-29 16:18:41.681485"]]  (113.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 00:00:00.000000' AND social_framework_events.finish > '2016-12-20 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1473], ["schedule_id", 573]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1473], ["schedule_id", 573], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1923]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-13 22:00:00.000000' AND social_framework_events.finish > '2016-10-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1923], ["schedule_id", 573]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1923], ["schedule_id", 573], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1047]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-24 14:00:00.000000' AND social_framework_events.finish > '2016-02-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1047], ["schedule_id", 573]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1047], ["schedule_id", 573], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2002]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 12:00:00.000000' AND social_framework_events.finish > '2016-07-05 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2002], ["schedule_id", 573]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2002], ["schedule_id", 573], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1335]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 10:00:00.000000' AND social_framework_events.finish > '2016-04-07 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1335], ["schedule_id", 573]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1335], ["schedule_id", 573], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 372]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 574], ["created_at", "2016-04-29 16:18:42.425539"], ["updated_at", "2016-04-29 16:18:42.425539"]]  (93.9ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 21:00:00.000000' AND social_framework_events.finish > '2016-10-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 372], ["schedule_id", 574]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 372], ["schedule_id", 574], ["confirmed", "t"]]  (93.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 268]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 17:00:00.000000' AND social_framework_events.finish > '2016-12-09 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 268], ["schedule_id", 574]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 268], ["schedule_id", 574], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 14:00:00.000000' AND social_framework_events.finish > '2016-06-08 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2382], ["schedule_id", 574]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2382], ["schedule_id", 574], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 367]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 19:00:00.000000' AND social_framework_events.finish > '2016-01-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 367], ["schedule_id", 574]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 367], ["schedule_id", 574], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1191]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-16 02:00:00.000000' AND social_framework_events.finish > '2016-08-16 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1191], ["schedule_id", 574]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1191], ["schedule_id", 574], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1529]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 575], ["created_at", "2016-04-29 16:18:43.137899"], ["updated_at", "2016-04-29 16:18:43.137899"]]  (116.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 08:00:00.000000' AND social_framework_events.finish > '2016-12-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1529], ["schedule_id", 575]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1529], ["schedule_id", 575], ["confirmed", "t"]]  (159.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2271]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 18:00:00.000000' AND social_framework_events.finish > '2016-07-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2271], ["schedule_id", 575]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2271], ["schedule_id", 575], ["confirmed", "t"]]  (257.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1335]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 10:00:00.000000' AND social_framework_events.finish > '2016-04-07 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1335], ["schedule_id", 575]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1335], ["schedule_id", 575], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1918]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 13:00:00.000000' AND social_framework_events.finish > '2016-02-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1918], ["schedule_id", 575]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1918], ["schedule_id", 575], ["confirmed", "t"]]  (179.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1293]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 20:00:00.000000' AND social_framework_events.finish > '2016-05-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1293], ["schedule_id", 575]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1293], ["schedule_id", 575], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 625]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 576], ["created_at", "2016-04-29 16:18:44.205912"], ["updated_at", "2016-04-29 16:18:44.205912"]]  (115.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 10:00:00.000000' AND social_framework_events.finish > '2016-02-08 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 625], ["schedule_id", 576]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 625], ["schedule_id", 576], ["confirmed", "t"]]  (115.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 440]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 07:00:00.000000' AND social_framework_events.finish > '2016-12-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 440], ["schedule_id", 576]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 440], ["schedule_id", 576], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 795]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-17 23:00:00.000000' AND social_framework_events.finish > '2016-07-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 795], ["schedule_id", 576]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 795], ["schedule_id", 576], ["confirmed", "t"]]  (112.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1431]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 02:00:00.000000' AND social_framework_events.finish > '2016-03-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1431], ["schedule_id", 576]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1431], ["schedule_id", 576], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1114]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 18:00:00.000000' AND social_framework_events.finish > '2016-11-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1114], ["schedule_id", 576]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1114], ["schedule_id", 576], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 577], ["created_at", "2016-04-29 16:18:44.941375"], ["updated_at", "2016-04-29 16:18:44.941375"]]  (93.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 06:00:00.000000' AND social_framework_events.finish > '2016-05-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 192], ["schedule_id", 577]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 192], ["schedule_id", 577], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1878]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 03:00:00.000000' AND social_framework_events.finish > '2016-01-10 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1878], ["schedule_id", 577]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1878], ["schedule_id", 577], ["confirmed", "t"]]  (126.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1528]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-19 05:00:00.000000' AND social_framework_events.finish > '2016-08-19 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1528], ["schedule_id", 577]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1528], ["schedule_id", 577], ["confirmed", "t"]]  (110.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 296]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 13:00:00.000000' AND social_framework_events.finish > '2016-05-18 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 296], ["schedule_id", 577]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 296], ["schedule_id", 577], ["confirmed", "t"]]  (191.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 577]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 577], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 578], ["created_at", "2016-04-29 16:18:45.797999"], ["updated_at", "2016-04-29 16:18:45.797999"]]  (215.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 11:00:00.000000' AND social_framework_events.finish > '2016-08-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 143], ["schedule_id", 578]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 143], ["schedule_id", 578], ["confirmed", "t"]]  (149.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2099]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2099], ["schedule_id", 578]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2099], ["schedule_id", 578], ["confirmed", "t"]]  (145.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2397]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 00:00:00.000000' AND social_framework_events.finish > '2016-09-05 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2397], ["schedule_id", 578]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2397], ["schedule_id", 578], ["confirmed", "t"]]  (324.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2374]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 05:00:00.000000' AND social_framework_events.finish > '2016-12-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2374], ["schedule_id", 578]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2374], ["schedule_id", 578], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2364]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-21 12:00:00.000000' AND social_framework_events.finish > '2016-06-21 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2364], ["schedule_id", 578]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2364], ["schedule_id", 578], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2476]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 579], ["created_at", "2016-04-29 16:18:46.921715"], ["updated_at", "2016-04-29 16:18:46.921715"]]  (104.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-24 19:00:00.000000' AND social_framework_events.finish > '2016-10-24 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2476], ["schedule_id", 579]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2476], ["schedule_id", 579], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 20:00:00.000000' AND social_framework_events.finish > '2016-12-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 53], ["schedule_id", 579]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 53], ["schedule_id", 579], ["confirmed", "t"]]  (212.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 878]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 14:00:00.000000' AND social_framework_events.finish > '2016-10-14 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 878], ["schedule_id", 579]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 878], ["schedule_id", 579], ["confirmed", "t"]]  (145.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2372]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 09:00:00.000000' AND social_framework_events.finish > '2016-07-01 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2372], ["schedule_id", 579]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2372], ["schedule_id", 579], ["confirmed", "t"]]  (357.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 20:00:00.000000' AND social_framework_events.finish > '2016-01-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 93], ["schedule_id", 579]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 93], ["schedule_id", 579], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 785]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 580], ["created_at", "2016-04-29 16:18:48.035247"], ["updated_at", "2016-04-29 16:18:48.035247"]]  (104.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 22:00:00.000000' AND social_framework_events.finish > '2016-07-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 785], ["schedule_id", 580]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 785], ["schedule_id", 580], ["confirmed", "t"]]  (203.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 420]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 16:00:00.000000' AND social_framework_events.finish > '2016-11-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 420], ["schedule_id", 580]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 420], ["schedule_id", 580], ["confirmed", "t"]]  (122.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 890]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-23 00:00:00.000000' AND social_framework_events.finish > '2016-03-22 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 890], ["schedule_id", 580]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 890], ["schedule_id", 580], ["confirmed", "t"]]  (113.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1916]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-07 18:00:00.000000' AND social_framework_events.finish > '2016-08-07 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1916], ["schedule_id", 580]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1916], ["schedule_id", 580], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1963]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 14:00:00.000000' AND social_framework_events.finish > '2016-02-20 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1963], ["schedule_id", 580]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1963], ["schedule_id", 580], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 314]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 581], ["created_at", "2016-04-29 16:18:48.900025"], ["updated_at", "2016-04-29 16:18:48.900025"]]  (115.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 03:00:00.000000' AND social_framework_events.finish > '2016-03-05 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 314], ["schedule_id", 581]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 314], ["schedule_id", 581], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1629]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 19:00:00.000000' AND social_framework_events.finish > '2016-06-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1629], ["schedule_id", 581]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1629], ["schedule_id", 581], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1549]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 05:00:00.000000' AND social_framework_events.finish > '2016-08-24 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1549], ["schedule_id", 581]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1549], ["schedule_id", 581], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1461]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-08 21:00:00.000000' AND social_framework_events.finish > '2016-05-08 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1461], ["schedule_id", 581]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1461], ["schedule_id", 581], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 263]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 07:00:00.000000' AND social_framework_events.finish > '2016-04-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 263], ["schedule_id", 581]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 263], ["schedule_id", 581], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2478]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 582], ["created_at", "2016-04-29 16:18:49.657412"], ["updated_at", "2016-04-29 16:18:49.657412"]]  (94.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 17:00:00.000000' AND social_framework_events.finish > '2016-09-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2478], ["schedule_id", 582]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2478], ["schedule_id", 582], ["confirmed", "t"]]  (82.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1951]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 22:00:00.000000' AND social_framework_events.finish > '2016-03-12 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1951], ["schedule_id", 582]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1951], ["schedule_id", 582], ["confirmed", "t"]]  (324.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2495]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 13:00:00.000000' AND social_framework_events.finish > '2016-02-20 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2495], ["schedule_id", 582]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2495], ["schedule_id", 582], ["confirmed", "t"]]  (134.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2440]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 14:00:00.000000' AND social_framework_events.finish > '2016-12-06 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2440], ["schedule_id", 582]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2440], ["schedule_id", 582], ["confirmed", "t"]]  (179.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2006]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 17:00:00.000000' AND social_framework_events.finish > '2016-06-19 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2006], ["schedule_id", 582]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2006], ["schedule_id", 582], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1618]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 583], ["created_at", "2016-04-29 16:18:50.636435"], ["updated_at", "2016-04-29 16:18:50.636435"]]  (214.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 16:00:00.000000' AND social_framework_events.finish > '2016-04-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1618], ["schedule_id", 583]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1618], ["schedule_id", 583], ["confirmed", "t"]]  (171.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2126]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 14:00:00.000000' AND social_framework_events.finish > '2016-03-06 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2126], ["schedule_id", 583]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2126], ["schedule_id", 583], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1902]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 12:00:00.000000' AND social_framework_events.finish > '2016-08-27 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1902], ["schedule_id", 583]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1902], ["schedule_id", 583], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-19 17:00:00.000000' AND social_framework_events.finish > '2016-12-19 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 509], ["schedule_id", 583]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 509], ["schedule_id", 583], ["confirmed", "t"]]  (133.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-05 02:00:00.000000' AND social_framework_events.finish > '2016-01-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2257], ["schedule_id", 583]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2257], ["schedule_id", 583], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1437]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 584], ["created_at", "2016-04-29 16:18:51.547565"], ["updated_at", "2016-04-29 16:18:51.547565"]]  (116.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 17:00:00.000000' AND social_framework_events.finish > '2016-09-07 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1437], ["schedule_id", 584]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1437], ["schedule_id", 584], ["confirmed", "t"]]  (183.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2084]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 06:00:00.000000' AND social_framework_events.finish > '2016-12-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2084], ["schedule_id", 584]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2084], ["schedule_id", 584], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1836]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 08:00:00.000000' AND social_framework_events.finish > '2016-04-04 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1836], ["schedule_id", 584]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1836], ["schedule_id", 584], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1060]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 02:00:00.000000' AND social_framework_events.finish > '2016-07-06 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1060], ["schedule_id", 584]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1060], ["schedule_id", 584], ["confirmed", "t"]]  (189.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1297]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 02:00:00.000000' AND social_framework_events.finish > '2016-02-16 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1297], ["schedule_id", 584]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1297], ["schedule_id", 584], ["confirmed", "t"]]  (111.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 853]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 585], ["created_at", "2016-04-29 16:18:52.505355"], ["updated_at", "2016-04-29 16:18:52.505355"]]  (104.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 12:00:00.000000' AND social_framework_events.finish > '2016-09-15 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 853], ["schedule_id", 585]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 853], ["schedule_id", 585], ["confirmed", "t"]]  (115.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 879]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 05:00:00.000000' AND social_framework_events.finish > '2016-05-17 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 879], ["schedule_id", 585]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 879], ["schedule_id", 585], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 629]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 08:00:00.000000' AND social_framework_events.finish > '2016-08-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 629], ["schedule_id", 585]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 629], ["schedule_id", 585], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 356]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 13:00:00.000000' AND social_framework_events.finish > '2016-07-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 356], ["schedule_id", 585]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 356], ["schedule_id", 585], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 465]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 02:00:00.000000' AND social_framework_events.finish > '2016-07-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 465], ["schedule_id", 585]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 465], ["schedule_id", 585], ["confirmed", "t"]]  (120.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2000]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 586], ["created_at", "2016-04-29 16:18:53.284873"], ["updated_at", "2016-04-29 16:18:53.284873"]]  (92.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 19:00:00.000000' AND social_framework_events.finish > '2016-10-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2000], ["schedule_id", 586]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2000], ["schedule_id", 586], ["confirmed", "t"]]  (93.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1293]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 20:00:00.000000' AND social_framework_events.finish > '2016-05-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1293], ["schedule_id", 586]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1293], ["schedule_id", 586], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 122]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 20:00:00.000000' AND social_framework_events.finish > '2016-09-10 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 122], ["schedule_id", 586]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 122], ["schedule_id", 586], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2159]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 04:00:00.000000' AND social_framework_events.finish > '2016-05-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2159], ["schedule_id", 586]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2159], ["schedule_id", 586], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 924]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 12:00:00.000000' AND social_framework_events.finish > '2016-06-23 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 924], ["schedule_id", 586]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 924], ["schedule_id", 586], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 444]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 587], ["created_at", "2016-04-29 16:18:54.075440"], ["updated_at", "2016-04-29 16:18:54.075440"]]  (202.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 444], ["schedule_id", 587]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 444], ["schedule_id", 587], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2323]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 22:00:00.000000' AND social_framework_events.finish > '2016-04-09 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2323], ["schedule_id", 587]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2323], ["schedule_id", 587], ["confirmed", "t"]]  (325.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1019]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-17 03:00:00.000000' AND social_framework_events.finish > '2016-07-17 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1019], ["schedule_id", 587]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1019], ["schedule_id", 587], ["confirmed", "t"]]  (123.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 08:00:00.000000' AND social_framework_events.finish > '2016-02-17 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 174], ["schedule_id", 587]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 174], ["schedule_id", 587], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 814]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 17:00:00.000000' AND social_framework_events.finish > '2016-10-02 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 814], ["schedule_id", 587]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 814], ["schedule_id", 587], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 604]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 588], ["created_at", "2016-04-29 16:18:55.186838"], ["updated_at", "2016-04-29 16:18:55.186838"]]  (94.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-10 11:00:00.000000' AND social_framework_events.finish > '2016-06-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 604], ["schedule_id", 588]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 604], ["schedule_id", 588], ["confirmed", "t"]]  (92.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2406]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 21:00:00.000000' AND social_framework_events.finish > '2016-01-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2406], ["schedule_id", 588]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2406], ["schedule_id", 588], ["confirmed", "t"]]  (103.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1843]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-06 10:00:00.000000' AND social_framework_events.finish > '2016-07-06 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1843], ["schedule_id", 588]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1843], ["schedule_id", 588], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1833]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 09:00:00.000000' AND social_framework_events.finish > '2016-01-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1833], ["schedule_id", 588]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1833], ["schedule_id", 588], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 633]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 18:00:00.000000' AND social_framework_events.finish > '2016-12-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 633], ["schedule_id", 588]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 633], ["schedule_id", 588], ["confirmed", "t"]]  (147.9ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1938]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 589], ["created_at", "2016-04-29 16:18:55.891142"], ["updated_at", "2016-04-29 16:18:55.891142"]]  (211.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 01:00:00.000000' AND social_framework_events.finish > '2016-10-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1938], ["schedule_id", 589]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1938], ["schedule_id", 589], ["confirmed", "t"]]  (137.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1532]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-14 11:00:00.000000' AND social_framework_events.finish > '2016-01-14 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1532], ["schedule_id", 589]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1532], ["schedule_id", 589], ["confirmed", "t"]]  (147.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1916]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-07 18:00:00.000000' AND social_framework_events.finish > '2016-08-07 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1916], ["schedule_id", 589]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1916], ["schedule_id", 589], ["confirmed", "t"]]  (170.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1411]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 23:00:00.000000' AND social_framework_events.finish > '2016-02-05 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1411], ["schedule_id", 589]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1411], ["schedule_id", 589], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 712]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 01:00:00.000000' AND social_framework_events.finish > '2016-07-11 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 712], ["schedule_id", 589]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 712], ["schedule_id", 589], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 590], ["created_at", "2016-04-29 16:18:56.890257"], ["updated_at", "2016-04-29 16:18:56.890257"]]  (136.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 56], ["schedule_id", 590]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 56], ["schedule_id", 590], ["confirmed", "t"]]  (148.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 01:00:00.000000' AND social_framework_events.finish > '2016-05-22 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 63], ["schedule_id", 590]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 63], ["schedule_id", 590], ["confirmed", "t"]]  (111.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 17:00:00.000000' AND social_framework_events.finish > '2016-08-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 37], ["schedule_id", 590]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 37], ["schedule_id", 590], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 15:00:00.000000' AND social_framework_events.finish > '2016-06-06 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 517], ["schedule_id", 590]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 517], ["schedule_id", 590], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2238]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 03:00:00.000000' AND social_framework_events.finish > '2016-03-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2238], ["schedule_id", 590]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2238], ["schedule_id", 590], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 394]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 591], ["created_at", "2016-04-29 16:18:57.735277"], ["updated_at", "2016-04-29 16:18:57.735277"]]  (127.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 19:00:00.000000' AND social_framework_events.finish > '2016-01-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 394], ["schedule_id", 591]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 394], ["schedule_id", 591], ["confirmed", "t"]]  (170.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 08:00:00.000000' AND social_framework_events.finish > '2016-01-04 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 54], ["schedule_id", 591]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 54], ["schedule_id", 591], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1005]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 16:00:00.000000' AND social_framework_events.finish > '2016-01-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1005], ["schedule_id", 591]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1005], ["schedule_id", 591], ["confirmed", "t"]]  (179.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 284]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 18:00:00.000000' AND social_framework_events.finish > '2016-06-08 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 284], ["schedule_id", 591]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 284], ["schedule_id", 591], ["confirmed", "t"]]  (212.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 880]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 13:00:00.000000' AND social_framework_events.finish > '2016-06-01 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 880], ["schedule_id", 591]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 880], ["schedule_id", 591], ["confirmed", "t"]]  (147.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 866]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 592], ["created_at", "2016-04-29 16:18:58.747391"], ["updated_at", "2016-04-29 16:18:58.747391"]]  (82.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 06:00:00.000000' AND social_framework_events.finish > '2016-06-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 866], ["schedule_id", 592]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 866], ["schedule_id", 592], ["confirmed", "t"]]  (105.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2342]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 04:00:00.000000' AND social_framework_events.finish > '2016-07-12 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2342], ["schedule_id", 592]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2342], ["schedule_id", 592], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 481]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 00:00:00.000000' AND social_framework_events.finish > '2016-09-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 481], ["schedule_id", 592]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 481], ["schedule_id", 592], ["confirmed", "t"]]  (179.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 08:00:00.000000' AND social_framework_events.finish > '2016-06-20 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 184], ["schedule_id", 592]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 184], ["schedule_id", 592], ["confirmed", "t"]]  (154.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1371]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 19:00:00.000000' AND social_framework_events.finish > '2016-12-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1371], ["schedule_id", 592]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1371], ["schedule_id", 592], ["confirmed", "t"]]  (247.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1476]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 593], ["created_at", "2016-04-29 16:18:59.684044"], ["updated_at", "2016-04-29 16:18:59.684044"]]  (147.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 17:00:00.000000' AND social_framework_events.finish > '2016-04-24 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1476], ["schedule_id", 593]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1476], ["schedule_id", 593], ["confirmed", "t"]]  (170.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 802]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 14:00:00.000000' AND social_framework_events.finish > '2016-08-22 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 802], ["schedule_id", 593]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 802], ["schedule_id", 593], ["confirmed", "t"]]  (190.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1810]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 11:00:00.000000' AND social_framework_events.finish > '2016-12-26 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1810], ["schedule_id", 593]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1810], ["schedule_id", 593], ["confirmed", "t"]]  (135.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1794]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 00:00:00.000000' AND social_framework_events.finish > '2016-05-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1794], ["schedule_id", 593]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1794], ["schedule_id", 593], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2195]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2195], ["schedule_id", 593]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2195], ["schedule_id", 593], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1215]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 594], ["created_at", "2016-04-29 16:19:00.650320"], ["updated_at", "2016-04-29 16:19:00.650320"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 08:00:00.000000' AND social_framework_events.finish > '2016-05-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1215], ["schedule_id", 594]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1215], ["schedule_id", 594], ["confirmed", "t"]]  (93.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 622]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 10:00:00.000000' AND social_framework_events.finish > '2016-08-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 622], ["schedule_id", 594]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 622], ["schedule_id", 594], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 426]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 16:00:00.000000' AND social_framework_events.finish > '2016-09-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 426], ["schedule_id", 594]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 426], ["schedule_id", 594], ["confirmed", "t"]]  (130.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 362]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 11:00:00.000000' AND social_framework_events.finish > '2016-04-16 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 362], ["schedule_id", 594]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 362], ["schedule_id", 594], ["confirmed", "t"]]  (135.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1677]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 15:00:00.000000' AND social_framework_events.finish > '2016-01-12 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1677], ["schedule_id", 594]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1677], ["schedule_id", 594], ["confirmed", "t"]]  (146.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 434]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 595], ["created_at", "2016-04-29 16:19:01.463698"], ["updated_at", "2016-04-29 16:19:01.463698"]]  (138.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 17:00:00.000000' AND social_framework_events.finish > '2016-04-18 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 434], ["schedule_id", 595]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 434], ["schedule_id", 595], ["confirmed", "t"]]  (170.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1868]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 05:00:00.000000' AND social_framework_events.finish > '2016-03-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1868], ["schedule_id", 595]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1868], ["schedule_id", 595], ["confirmed", "t"]]  (145.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 905]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 17:00:00.000000' AND social_framework_events.finish > '2016-05-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 905], ["schedule_id", 595]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 905], ["schedule_id", 595], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-15 04:00:00.000000' AND social_framework_events.finish > '2016-03-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 914], ["schedule_id", 595]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 914], ["schedule_id", 595], ["confirmed", "t"]]  (280.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 127]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 23:00:00.000000' AND social_framework_events.finish > '2016-01-09 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 127], ["schedule_id", 595]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 127], ["schedule_id", 595], ["confirmed", "t"]]  (180.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 379]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 596], ["created_at", "2016-04-29 16:19:02.577205"], ["updated_at", "2016-04-29 16:19:02.577205"]]  (168.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 14:00:00.000000' AND social_framework_events.finish > '2016-08-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 379], ["schedule_id", 596]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 379], ["schedule_id", 596], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2479]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-08 22:00:00.000000' AND social_framework_events.finish > '2016-03-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2479], ["schedule_id", 596]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2479], ["schedule_id", 596], ["confirmed", "t"]]  (90.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 863]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 06:00:00.000000' AND social_framework_events.finish > '2016-11-27 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 863], ["schedule_id", 596]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 863], ["schedule_id", 596], ["confirmed", "t"]]  (90.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 921]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 18:00:00.000000' AND social_framework_events.finish > '2016-09-27 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 921], ["schedule_id", 596]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 921], ["schedule_id", 596], ["confirmed", "t"]]  (112.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 637]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 17:00:00.000000' AND social_framework_events.finish > '2016-07-18 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 637], ["schedule_id", 596]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 637], ["schedule_id", 596], ["confirmed", "t"]]  (121.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 597], ["created_at", "2016-04-29 16:19:03.310675"], ["updated_at", "2016-04-29 16:19:03.310675"]]  (171.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 15:00:00.000000' AND social_framework_events.finish > '2016-08-17 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 5], ["schedule_id", 597]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 5], ["schedule_id", 597], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1543]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 03:00:00.000000' AND social_framework_events.finish > '2016-05-12 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1543], ["schedule_id", 597]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1543], ["schedule_id", 597], ["confirmed", "t"]]  (154.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1072]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 22:00:00.000000' AND social_framework_events.finish > '2016-07-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1072], ["schedule_id", 597]]  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1072], ["schedule_id", 597], ["confirmed", "t"]]  (133.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2377]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-28 21:00:00.000000' AND social_framework_events.finish > '2016-07-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2377], ["schedule_id", 597]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2377], ["schedule_id", 597], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1260]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1260], ["schedule_id", 597]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1260], ["schedule_id", 597], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1022]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 598], ["created_at", "2016-04-29 16:19:04.300771"], ["updated_at", "2016-04-29 16:19:04.300771"]]  (137.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 11:00:00.000000' AND social_framework_events.finish > '2016-08-17 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1022], ["schedule_id", 598]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1022], ["schedule_id", 598], ["confirmed", "t"]]  (225.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2193]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 03:00:00.000000' AND social_framework_events.finish > '2016-11-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2193], ["schedule_id", 598]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2193], ["schedule_id", 598], ["confirmed", "t"]]  (120.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 19:00:00.000000' AND social_framework_events.finish > '2016-05-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1534], ["schedule_id", 598]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1534], ["schedule_id", 598], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1155]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 21:00:00.000000' AND social_framework_events.finish > '2016-12-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1155], ["schedule_id", 598]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1155], ["schedule_id", 598], ["confirmed", "t"]]  (157.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1434]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 02:00:00.000000' AND social_framework_events.finish > '2016-10-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1434], ["schedule_id", 598]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1434], ["schedule_id", 598], ["confirmed", "t"]]  (201.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 186]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 599], ["created_at", "2016-04-29 16:19:05.345284"], ["updated_at", "2016-04-29 16:19:05.345284"]]  (127.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 01:00:00.000000' AND social_framework_events.finish > '2016-09-02 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 186], ["schedule_id", 599]]  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 186], ["schedule_id", 599], ["confirmed", "t"]]  (279.4ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 777]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-03 05:00:00.000000' AND social_framework_events.finish > '2016-09-03 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 777], ["schedule_id", 599]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 777], ["schedule_id", 599], ["confirmed", "t"]]  (143.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 498]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 23:00:00.000000' AND social_framework_events.finish > '2016-10-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 498], ["schedule_id", 599]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 498], ["schedule_id", 599], ["confirmed", "t"]]  (147.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1568]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 22:00:00.000000' AND social_framework_events.finish > '2016-05-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1568], ["schedule_id", 599]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1568], ["schedule_id", 599], ["confirmed", "t"]]  (235.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 740]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-27 19:00:00.000000' AND social_framework_events.finish > '2016-02-27 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 740], ["schedule_id", 599]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 740], ["schedule_id", 599], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 990]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 600], ["created_at", "2016-04-29 16:19:06.436088"], ["updated_at", "2016-04-29 16:19:06.436088"]]  (326.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 10:00:00.000000' AND social_framework_events.finish > '2016-02-10 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 990], ["schedule_id", 600]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 990], ["schedule_id", 600], ["confirmed", "t"]]  (192.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 813]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 20:00:00.000000' AND social_framework_events.finish > '2016-06-16 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 813], ["schedule_id", 600]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 813], ["schedule_id", 600], ["confirmed", "t"]]  (224.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1784]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-26 00:00:00.000000' AND social_framework_events.finish > '2016-06-25 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1784], ["schedule_id", 600]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1784], ["schedule_id", 600], ["confirmed", "t"]]  (133.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2198]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 06:00:00.000000' AND social_framework_events.finish > '2016-01-16 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2198], ["schedule_id", 600]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2198], ["schedule_id", 600], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 464]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-02 21:00:00.000000' AND social_framework_events.finish > '2016-04-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 464], ["schedule_id", 600]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 464], ["schedule_id", 600], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 601]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1499]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 601 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 601], ["created_at", "2016-04-29 16:19:07.592174"], ["updated_at", "2016-04-29 16:19:07.592174"]]  (115.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 601 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 19:00:00.000000' AND social_framework_events.finish > '2016-09-22 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1499], ["schedule_id", 601]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1499], ["schedule_id", 601], ["confirmed", "t"]]  (82.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 995]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 601 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 601 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 00:00:00.000000' AND social_framework_events.finish > '2016-11-09 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 995], ["schedule_id", 601]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 995], ["schedule_id", 601], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 948]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 601 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 601 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-24 11:00:00.000000' AND social_framework_events.finish > '2016-12-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 948], ["schedule_id", 601]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 948], ["schedule_id", 601], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1050]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 601 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 601 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 11:00:00.000000' AND social_framework_events.finish > '2016-11-26 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1050], ["schedule_id", 601]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1050], ["schedule_id", 601], ["confirmed", "t"]]  (142.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1822]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 601 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 601 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 18:00:00.000000' AND social_framework_events.finish > '2016-06-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1822], ["schedule_id", 601]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1822], ["schedule_id", 601], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 602]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1199]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 602 LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 602], ["created_at", "2016-04-29 16:19:08.371424"], ["updated_at", "2016-04-29 16:19:08.371424"]]  (160.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 602 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 07:00:00.000000' AND social_framework_events.finish > '2016-05-18 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1199], ["schedule_id", 602]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1199], ["schedule_id", 602], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 730]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 602 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 602 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 13:00:00.000000' AND social_framework_events.finish > '2016-11-07 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 730], ["schedule_id", 602]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 730], ["schedule_id", 602], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 602 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 602 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 09:00:00.000000' AND social_framework_events.finish > '2016-05-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 68], ["schedule_id", 602]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 68], ["schedule_id", 602], ["confirmed", "t"]]  (190.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 967]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 602 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 602 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 02:00:00.000000' AND social_framework_events.finish > '2016-01-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 967], ["schedule_id", 602]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 967], ["schedule_id", 602], ["confirmed", "t"]]  (246.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2040]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 602 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 602 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 08:00:00.000000' AND social_framework_events.finish > '2016-11-25 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2040], ["schedule_id", 602]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2040], ["schedule_id", 602], ["confirmed", "t"]]  (181.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1199]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 603 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 603], ["created_at", "2016-04-29 16:19:09.451403"], ["updated_at", "2016-04-29 16:19:09.451403"]]  (203.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 603 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 07:00:00.000000' AND social_framework_events.finish > '2016-05-18 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1199], ["schedule_id", 603]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1199], ["schedule_id", 603], ["confirmed", "t"]]  (137.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1377]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 603 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 603 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 22:00:00.000000' AND social_framework_events.finish > '2016-07-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1377], ["schedule_id", 603]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1377], ["schedule_id", 603], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 725]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 603 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 603 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 10:00:00.000000' AND social_framework_events.finish > '2016-10-23 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 725], ["schedule_id", 603]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 725], ["schedule_id", 603], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2372]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 603 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 603 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 09:00:00.000000' AND social_framework_events.finish > '2016-07-01 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2372], ["schedule_id", 603]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2372], ["schedule_id", 603], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2040]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 603 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 603 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 08:00:00.000000' AND social_framework_events.finish > '2016-11-25 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2040], ["schedule_id", 603]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2040], ["schedule_id", 603], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 604]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1091]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 604 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 604], ["created_at", "2016-04-29 16:19:10.307902"], ["updated_at", "2016-04-29 16:19:10.307902"]]  (115.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 604 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-23 17:00:00.000000' AND social_framework_events.finish > '2016-09-23 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1091], ["schedule_id", 604]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1091], ["schedule_id", 604], ["confirmed", "t"]]  (115.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1874]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 604 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 604 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 11:00:00.000000' AND social_framework_events.finish > '2016-01-10 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1874], ["schedule_id", 604]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1874], ["schedule_id", 604], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 604 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 604 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 09:00:00.000000' AND social_framework_events.finish > '2016-01-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 506], ["schedule_id", 604]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 506], ["schedule_id", 604], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1733]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 604 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 604 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-28 23:00:00.000000' AND social_framework_events.finish > '2016-03-28 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1733], ["schedule_id", 604]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1733], ["schedule_id", 604], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1705]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 604 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 604 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 01:00:00.000000' AND social_framework_events.finish > '2016-07-07 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1705], ["schedule_id", 604]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1705], ["schedule_id", 604], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 605]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2447]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 605 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 605], ["created_at", "2016-04-29 16:19:11.110037"], ["updated_at", "2016-04-29 16:19:11.110037"]]  (104.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 605 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 22:00:00.000000' AND social_framework_events.finish > '2016-10-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2447], ["schedule_id", 605]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2447], ["schedule_id", 605], ["confirmed", "t"]]  (137.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1455]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 605 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 605 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 23:00:00.000000' AND social_framework_events.finish > '2016-06-19 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1455], ["schedule_id", 605]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1455], ["schedule_id", 605], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 839]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 605 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 605 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 03:00:00.000000' AND social_framework_events.finish > '2016-07-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 839], ["schedule_id", 605]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 839], ["schedule_id", 605], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 934]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 605 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 605 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 17:00:00.000000' AND social_framework_events.finish > '2016-04-04 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 934], ["schedule_id", 605]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 934], ["schedule_id", 605], ["confirmed", "t"]]  (134.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 876]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 605 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 605 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-21 05:00:00.000000' AND social_framework_events.finish > '2016-09-21 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 876], ["schedule_id", 605]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 876], ["schedule_id", 605], ["confirmed", "t"]]  (121.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 606]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1407]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 606 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 606], ["created_at", "2016-04-29 16:19:11.955541"], ["updated_at", "2016-04-29 16:19:11.955541"]]  (126.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 606 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 01:00:00.000000' AND social_framework_events.finish > '2016-08-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1407], ["schedule_id", 606]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1407], ["schedule_id", 606], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2141]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 606 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 606 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 04:00:00.000000' AND social_framework_events.finish > '2016-07-02 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2141], ["schedule_id", 606]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2141], ["schedule_id", 606], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2406]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 606 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 606 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 21:00:00.000000' AND social_framework_events.finish > '2016-01-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2406], ["schedule_id", 606]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2406], ["schedule_id", 606], ["confirmed", "t"]]  (137.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 606 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 606 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 10:00:00.000000' AND social_framework_events.finish > '2016-12-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 73], ["schedule_id", 606]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 73], ["schedule_id", 606], ["confirmed", "t"]]  (180.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1283]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 606 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 606 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 16:00:00.000000' AND social_framework_events.finish > '2016-07-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1283], ["schedule_id", 606]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1283], ["schedule_id", 606], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 607]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2153]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 607 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 607], ["created_at", "2016-04-29 16:19:12.889807"], ["updated_at", "2016-04-29 16:19:12.889807"]]  (139.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 607 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 12:00:00.000000' AND social_framework_events.finish > '2016-10-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2153], ["schedule_id", 607]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2153], ["schedule_id", 607], ["confirmed", "t"]]  (137.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 409]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 607 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 607 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 14:00:00.000000' AND social_framework_events.finish > '2016-10-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 409], ["schedule_id", 607]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 409], ["schedule_id", 607], ["confirmed", "t"]]  (122.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2064]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 607 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 607 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 16:00:00.000000' AND social_framework_events.finish > '2016-07-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2064], ["schedule_id", 607]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2064], ["schedule_id", 607], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1913]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 607 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 607 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-24 20:00:00.000000' AND social_framework_events.finish > '2016-09-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1913], ["schedule_id", 607]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1913], ["schedule_id", 607], ["confirmed", "t"]]  (159.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1310]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 607 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 607 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 06:00:00.000000' AND social_framework_events.finish > '2016-04-03 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1310], ["schedule_id", 607]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1310], ["schedule_id", 607], ["confirmed", "t"]]  (357.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 608]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 608 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 608], ["created_at", "2016-04-29 16:19:13.958217"], ["updated_at", "2016-04-29 16:19:13.958217"]]  (138.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 608 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-15 04:00:00.000000' AND social_framework_events.finish > '2016-03-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 914], ["schedule_id", 608]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 914], ["schedule_id", 608], ["confirmed", "t"]]  (189.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1094]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 608 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 608 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-19 17:00:00.000000' AND social_framework_events.finish > '2016-12-19 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1094], ["schedule_id", 608]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1094], ["schedule_id", 608], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2145]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 608 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 608 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-23 16:00:00.000000' AND social_framework_events.finish > '2016-09-23 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2145], ["schedule_id", 608]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2145], ["schedule_id", 608], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1931]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 608 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 608 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 21:00:00.000000' AND social_framework_events.finish > '2016-10-06 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1931], ["schedule_id", 608]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1931], ["schedule_id", 608], ["confirmed", "t"]]  (212.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1801]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 608 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 608 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 20:00:00.000000' AND social_framework_events.finish > '2016-05-12 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1801], ["schedule_id", 608]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1801], ["schedule_id", 608], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 609]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 986]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 609 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 609], ["created_at", "2016-04-29 16:19:14.947240"], ["updated_at", "2016-04-29 16:19:14.947240"]]  (199.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 609 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-20 10:00:00.000000' AND social_framework_events.finish > '2016-04-20 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 986], ["schedule_id", 609]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 986], ["schedule_id", 609], ["confirmed", "t"]]  (137.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 609 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 609 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 10:00:00.000000' AND social_framework_events.finish > '2016-08-15 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 516], ["schedule_id", 609]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 516], ["schedule_id", 609], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1867]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 609 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 609 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 14:00:00.000000' AND social_framework_events.finish > '2016-05-23 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1867], ["schedule_id", 609]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1867], ["schedule_id", 609], ["confirmed", "t"]]  (270.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1260]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 609 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 609 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1260], ["schedule_id", 609]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1260], ["schedule_id", 609], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1529]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 609 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 609 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 08:00:00.000000' AND social_framework_events.finish > '2016-12-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1529], ["schedule_id", 609]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1529], ["schedule_id", 609], ["confirmed", "t"]]  (101.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 610]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 194]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 610 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 610], ["created_at", "2016-04-29 16:19:15.960706"], ["updated_at", "2016-04-29 16:19:15.960706"]]  (82.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 610 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 15:00:00.000000' AND social_framework_events.finish > '2016-11-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 194], ["schedule_id", 610]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 194], ["schedule_id", 610], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1745]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 610 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 610 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 17:00:00.000000' AND social_framework_events.finish > '2016-05-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1745], ["schedule_id", 610]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1745], ["schedule_id", 610], ["confirmed", "t"]]  (145.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 610 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 610 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-27 14:00:00.000000' AND social_framework_events.finish > '2016-06-27 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 902], ["schedule_id", 610]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 902], ["schedule_id", 610], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1698]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 610 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 610 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 21:00:00.000000' AND social_framework_events.finish > '2016-03-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1698], ["schedule_id", 610]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1698], ["schedule_id", 610], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 962]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 610 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 610 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 04:00:00.000000' AND social_framework_events.finish > '2016-01-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 962], ["schedule_id", 610]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 962], ["schedule_id", 610], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 611]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 611 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 611], ["created_at", "2016-04-29 16:19:16.762413"], ["updated_at", "2016-04-29 16:19:16.762413"]]  (137.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 611 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-26 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1149], ["schedule_id", 611]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1149], ["schedule_id", 611], ["confirmed", "t"]]  (148.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1133]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 611 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 611 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 00:00:00.000000' AND social_framework_events.finish > '2016-10-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1133], ["schedule_id", 611]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1133], ["schedule_id", 611], ["confirmed", "t"]]  (135.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2370]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 611 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 611 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 23:00:00.000000' AND social_framework_events.finish > '2016-05-05 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2370], ["schedule_id", 611]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2370], ["schedule_id", 611], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1712]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 611 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 611 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-14 08:00:00.000000' AND social_framework_events.finish > '2016-06-14 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1712], ["schedule_id", 611]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1712], ["schedule_id", 611], ["confirmed", "t"]]  (92.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 822]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 611 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 611 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-07 19:00:00.000000' AND social_framework_events.finish > '2016-03-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 822], ["schedule_id", 611]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 822], ["schedule_id", 611], ["confirmed", "t"]]  (158.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 612]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1307]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 612 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 612], ["created_at", "2016-04-29 16:19:17.608012"], ["updated_at", "2016-04-29 16:19:17.608012"]]  (172.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 612 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 08:00:00.000000' AND social_framework_events.finish > '2016-11-07 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1307], ["schedule_id", 612]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1307], ["schedule_id", 612], ["confirmed", "t"]]  (127.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1813]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 612 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 612 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 23:00:00.000000' AND social_framework_events.finish > '2016-08-12 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1813], ["schedule_id", 612]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1813], ["schedule_id", 612], ["confirmed", "t"]]  (136.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 938]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 612 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 612 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 17:00:00.000000' AND social_framework_events.finish > '2016-06-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 938], ["schedule_id", 612]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 938], ["schedule_id", 612], ["confirmed", "t"]]  (203.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 325]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 612 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 612 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-08 20:00:00.000000' AND social_framework_events.finish > '2016-08-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 325], ["schedule_id", 612]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 325], ["schedule_id", 612], ["confirmed", "t"]]  (134.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 612 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 612 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 15:00:00.000000' AND social_framework_events.finish > '2016-07-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 526], ["schedule_id", 612]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 526], ["schedule_id", 612], ["confirmed", "t"]]  (235.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 613]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1780]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 613 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 613], ["created_at", "2016-04-29 16:19:18.665671"], ["updated_at", "2016-04-29 16:19:18.665671"]]  (182.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 613 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 13:00:00.000000' AND social_framework_events.finish > '2016-12-05 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1780], ["schedule_id", 613]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1780], ["schedule_id", 613], ["confirmed", "t"]]  (114.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1179]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 613 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 613 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 12:00:00.000000' AND social_framework_events.finish > '2016-04-09 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1179], ["schedule_id", 613]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1179], ["schedule_id", 613], ["confirmed", "t"]]  (155.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1855]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 613 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 613 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 18:00:00.000000' AND social_framework_events.finish > '2016-01-20 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1855], ["schedule_id", 613]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1855], ["schedule_id", 613], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 386]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 613 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 613 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 12:00:00.000000' AND social_framework_events.finish > '2016-10-20 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 386], ["schedule_id", 613]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 386], ["schedule_id", 613], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2175]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 613 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 613 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-21 01:00:00.000000' AND social_framework_events.finish > '2016-03-20 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2175], ["schedule_id", 613]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2175], ["schedule_id", 613], ["confirmed", "t"]]  (111.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 614]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 659]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 614 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 614], ["created_at", "2016-04-29 16:19:19.533268"], ["updated_at", "2016-04-29 16:19:19.533268"]]  (93.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 614 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 15:00:00.000000' AND social_framework_events.finish > '2016-10-27 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 659], ["schedule_id", 614]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 659], ["schedule_id", 614], ["confirmed", "t"]]  (104.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2199]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 614 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 614 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 05:00:00.000000' AND social_framework_events.finish > '2016-09-22 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2199], ["schedule_id", 614]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2199], ["schedule_id", 614], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 614 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 614 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 18:00:00.000000' AND social_framework_events.finish > '2016-10-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1257], ["schedule_id", 614]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1257], ["schedule_id", 614], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1228]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 614 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 614 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 11:00:00.000000' AND social_framework_events.finish > '2016-10-15 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1228], ["schedule_id", 614]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1228], ["schedule_id", 614], ["confirmed", "t"]]  (90.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 966]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 614 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 614 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 02:00:00.000000' AND social_framework_events.finish > '2016-11-11 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 966], ["schedule_id", 614]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 966], ["schedule_id", 614], ["confirmed", "t"]]  (92.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 615]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 615 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 615], ["created_at", "2016-04-29 16:19:20.213493"], ["updated_at", "2016-04-29 16:19:20.213493"]]  (82.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 615 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 10:00:00.000000' AND social_framework_events.finish > '2016-01-16 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 8], ["schedule_id", 615]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 8], ["schedule_id", 615], ["confirmed", "t"]]  (116.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 263]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 615 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 615 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 07:00:00.000000' AND social_framework_events.finish > '2016-04-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 263], ["schedule_id", 615]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 263], ["schedule_id", 615], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2097]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 615 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 615 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-23 21:00:00.000000' AND social_framework_events.finish > '2016-03-23 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2097], ["schedule_id", 615]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2097], ["schedule_id", 615], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1110]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 615 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 615 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-04 22:00:00.000000' AND social_framework_events.finish > '2016-09-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1110], ["schedule_id", 615]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1110], ["schedule_id", 615], ["confirmed", "t"]]  (133.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 619]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 615 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 615 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 13:00:00.000000' AND social_framework_events.finish > '2016-02-11 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 619], ["schedule_id", 615]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 619], ["schedule_id", 615], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 616]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1088]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 616 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 616], ["created_at", "2016-04-29 16:19:20.992060"], ["updated_at", "2016-04-29 16:19:20.992060"]]  (116.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 616 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 22:00:00.000000' AND social_framework_events.finish > '2016-01-17 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1088], ["schedule_id", 616]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1088], ["schedule_id", 616], ["confirmed", "t"]]  (104.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1324]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 616 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 616 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 04:00:00.000000' AND social_framework_events.finish > '2016-08-17 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1324], ["schedule_id", 616]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1324], ["schedule_id", 616], ["confirmed", "t"]]  (101.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2393]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 616 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 616 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 11:00:00.000000' AND social_framework_events.finish > '2016-02-10 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2393], ["schedule_id", 616]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2393], ["schedule_id", 616], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2137]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 616 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 616 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-28 11:00:00.000000' AND social_framework_events.finish > '2016-05-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2137], ["schedule_id", 616]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2137], ["schedule_id", 616], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 616 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 616 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 09:00:00.000000' AND social_framework_events.finish > '2016-07-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 58], ["schedule_id", 616]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 58], ["schedule_id", 616], ["confirmed", "t"]]  (178.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 617]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2273]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 617 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 617], ["created_at", "2016-04-29 16:19:21.760036"], ["updated_at", "2016-04-29 16:19:21.760036"]]  (237.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 617 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 19:00:00.000000' AND social_framework_events.finish > '2016-04-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2273], ["schedule_id", 617]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2273], ["schedule_id", 617], ["confirmed", "t"]]  (215.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1617]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 617 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 617 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 03:00:00.000000' AND social_framework_events.finish > '2016-09-22 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1617], ["schedule_id", 617]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1617], ["schedule_id", 617], ["confirmed", "t"]]  (148.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1143]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 617 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 617 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 06:00:00.000000' AND social_framework_events.finish > '2016-06-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1143], ["schedule_id", 617]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1143], ["schedule_id", 617], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 802]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 617 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 617 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 14:00:00.000000' AND social_framework_events.finish > '2016-08-22 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 802], ["schedule_id", 617]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 802], ["schedule_id", 617], ["confirmed", "t"]]  (189.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1756]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 617 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 617 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 20:00:00.000000' AND social_framework_events.finish > '2016-06-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1756], ["schedule_id", 617]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1756], ["schedule_id", 617], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 618]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 250]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 618 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 618], ["created_at", "2016-04-29 16:19:22.850101"], ["updated_at", "2016-04-29 16:19:22.850101"]]  (105.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 618 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 07:00:00.000000' AND social_framework_events.finish > '2016-12-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 250], ["schedule_id", 618]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 250], ["schedule_id", 618], ["confirmed", "t"]]  (182.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1669]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 618 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 618 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 06:00:00.000000' AND social_framework_events.finish > '2016-03-13 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1669], ["schedule_id", 618]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1669], ["schedule_id", 618], ["confirmed", "t"]]  (157.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 906]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 618 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 618 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 11:00:00.000000' AND social_framework_events.finish > '2016-09-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 906], ["schedule_id", 618]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 906], ["schedule_id", 618], ["confirmed", "t"]]  (181.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 618 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 618 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 04:00:00.000000' AND social_framework_events.finish > '2016-09-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 123], ["schedule_id", 618]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 123], ["schedule_id", 618], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 347]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 618 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 618 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-06 01:00:00.000000' AND social_framework_events.finish > '2016-11-06 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 347], ["schedule_id", 618]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 347], ["schedule_id", 618], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 619]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 366]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 619 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 619], ["created_at", "2016-04-29 16:19:23.805910"], ["updated_at", "2016-04-29 16:19:23.805910"]]  (194.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 619 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 366], ["schedule_id", 619]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 366], ["schedule_id", 619], ["confirmed", "t"]]  (127.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 651]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 619 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 619 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 14:00:00.000000' AND social_framework_events.finish > '2016-01-20 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 651], ["schedule_id", 619]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 651], ["schedule_id", 619], ["confirmed", "t"]]  (280.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1527]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 619 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 619 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 01:00:00.000000' AND social_framework_events.finish > '2016-03-04 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1527], ["schedule_id", 619]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1527], ["schedule_id", 619], ["confirmed", "t"]]  (169.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2438]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 619 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 619 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 15:00:00.000000' AND social_framework_events.finish > '2016-04-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2438], ["schedule_id", 619]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2438], ["schedule_id", 619], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 304]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 619 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 619 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 304], ["schedule_id", 619]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 304], ["schedule_id", 619], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 620]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1944]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 620 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 620], ["created_at", "2016-04-29 16:19:24.897830"], ["updated_at", "2016-04-29 16:19:24.897830"]]  (104.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 620 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 13:00:00.000000' AND social_framework_events.finish > '2016-05-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1944], ["schedule_id", 620]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1944], ["schedule_id", 620], ["confirmed", "t"]]  (93.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 812]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 620 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 620 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 08:00:00.000000' AND social_framework_events.finish > '2016-01-27 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 812], ["schedule_id", 620]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 812], ["schedule_id", 620], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2393]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 620 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 620 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 11:00:00.000000' AND social_framework_events.finish > '2016-02-10 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2393], ["schedule_id", 620]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2393], ["schedule_id", 620], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2079]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 620 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 620 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-23 19:00:00.000000' AND social_framework_events.finish > '2016-01-23 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2079], ["schedule_id", 620]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2079], ["schedule_id", 620], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 955]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 620 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 620 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 11:00:00.000000' AND social_framework_events.finish > '2016-05-21 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 955], ["schedule_id", 620]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 955], ["schedule_id", 620], ["confirmed", "t"]]  (123.2ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 621]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1683]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 621 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 621], ["created_at", "2016-04-29 16:19:25.598801"], ["updated_at", "2016-04-29 16:19:25.598801"]]  (115.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 621 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-18 19:00:00.000000' AND social_framework_events.finish > '2016-11-18 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1683], ["schedule_id", 621]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1683], ["schedule_id", 621], ["confirmed", "t"]]  (115.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2475]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 621 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 621 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 23:00:00.000000' AND social_framework_events.finish > '2016-02-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2475], ["schedule_id", 621]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2475], ["schedule_id", 621], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 387]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 621 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 621 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 13:00:00.000000' AND social_framework_events.finish > '2016-11-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 387], ["schedule_id", 621]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 387], ["schedule_id", 621], ["confirmed", "t"]]  (100.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 621 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 621 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 04:00:00.000000' AND social_framework_events.finish > '2016-11-10 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 566], ["schedule_id", 621]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 566], ["schedule_id", 621], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1888]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 621 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 621 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 18:00:00.000000' AND social_framework_events.finish > '2016-04-19 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1888], ["schedule_id", 621]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1888], ["schedule_id", 621], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 622]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 786]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 622 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 622], ["created_at", "2016-04-29 16:19:26.421624"], ["updated_at", "2016-04-29 16:19:26.421624"]]  (127.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 622 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 15:00:00.000000' AND social_framework_events.finish > '2016-08-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 786], ["schedule_id", 622]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 786], ["schedule_id", 622], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1088]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 622 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 622 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 22:00:00.000000' AND social_framework_events.finish > '2016-01-17 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1088], ["schedule_id", 622]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1088], ["schedule_id", 622], ["confirmed", "t"]]  (181.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1579]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 622 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 622 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 18:00:00.000000' AND social_framework_events.finish > '2016-05-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1579], ["schedule_id", 622]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1579], ["schedule_id", 622], ["confirmed", "t"]]  (122.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2316]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 622 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 622 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 00:00:00.000000' AND social_framework_events.finish > '2016-05-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2316], ["schedule_id", 622]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2316], ["schedule_id", 622], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 383]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 622 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 622 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 16:00:00.000000' AND social_framework_events.finish > '2016-10-07 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 383], ["schedule_id", 622]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 383], ["schedule_id", 622], ["confirmed", "t"]]  (101.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 623]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1439]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 623 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 623], ["created_at", "2016-04-29 16:19:27.270301"], ["updated_at", "2016-04-29 16:19:27.270301"]]  (103.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 623 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 01:00:00.000000' AND social_framework_events.finish > '2016-09-24 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1439], ["schedule_id", 623]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1439], ["schedule_id", 623], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1032]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 623 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 623 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 18:00:00.000000' AND social_framework_events.finish > '2016-02-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1032], ["schedule_id", 623]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1032], ["schedule_id", 623], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1161]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 623 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 623 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 06:00:00.000000' AND social_framework_events.finish > '2016-11-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1161], ["schedule_id", 623]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1161], ["schedule_id", 623], ["confirmed", "t"]]  (141.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2200]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 623 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 623 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 07:00:00.000000' AND social_framework_events.finish > '2016-02-11 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2200], ["schedule_id", 623]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2200], ["schedule_id", 623], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1920]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 623 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 623 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 16:00:00.000000' AND social_framework_events.finish > '2016-05-26 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1920], ["schedule_id", 623]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1920], ["schedule_id", 623], ["confirmed", "t"]]  (144.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 624]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 256]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 624 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 624], ["created_at", "2016-04-29 16:19:28.058613"], ["updated_at", "2016-04-29 16:19:28.058613"]]  (105.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 624 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 03:00:00.000000' AND social_framework_events.finish > '2016-02-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 256], ["schedule_id", 624]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 256], ["schedule_id", 624], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2358]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 624 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 624 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 08:00:00.000000' AND social_framework_events.finish > '2016-03-04 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2358], ["schedule_id", 624]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2358], ["schedule_id", 624], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2242]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 624 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 624 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 20:00:00.000000' AND social_framework_events.finish > '2016-11-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2242], ["schedule_id", 624]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2242], ["schedule_id", 624], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 624 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 624 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 04:00:00.000000' AND social_framework_events.finish > '2016-08-03 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 501], ["schedule_id", 624]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 501], ["schedule_id", 624], ["confirmed", "t"]]  (246.9ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 987]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 624 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 624 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 22:00:00.000000' AND social_framework_events.finish > '2016-10-17 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 987], ["schedule_id", 624]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 987], ["schedule_id", 624], ["confirmed", "t"]]  (191.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 625]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1119]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 625 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 625], ["created_at", "2016-04-29 16:19:29.047967"], ["updated_at", "2016-04-29 16:19:29.047967"]]  (150.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 625 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 12:00:00.000000' AND social_framework_events.finish > '2016-06-20 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1119], ["schedule_id", 625]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1119], ["schedule_id", 625], ["confirmed", "t"]]  (159.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 120]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 625 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 625 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 20:00:00.000000' AND social_framework_events.finish > '2016-05-27 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 120], ["schedule_id", 625]]  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 120], ["schedule_id", 625], ["confirmed", "t"]]  (243.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2155]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 625 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 625 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-23 02:00:00.000000' AND social_framework_events.finish > '2016-08-23 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2155], ["schedule_id", 625]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2155], ["schedule_id", 625], ["confirmed", "t"]]  (235.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1415]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 625 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 625 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 04:00:00.000000' AND social_framework_events.finish > '2016-06-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1415], ["schedule_id", 625]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1415], ["schedule_id", 625], ["confirmed", "t"]]  (133.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 204]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 625 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 625 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 08:00:00.000000' AND social_framework_events.finish > '2016-02-03 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 204], ["schedule_id", 625]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 204], ["schedule_id", 625], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 626]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2030]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 626 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 626], ["created_at", "2016-04-29 16:19:30.138426"], ["updated_at", "2016-04-29 16:19:30.138426"]]  (115.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 626 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 13:00:00.000000' AND social_framework_events.finish > '2016-05-11 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2030], ["schedule_id", 626]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2030], ["schedule_id", 626], ["confirmed", "t"]]  (116.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 852]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 626 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 626 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 06:00:00.000000' AND social_framework_events.finish > '2016-11-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 852], ["schedule_id", 626]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 852], ["schedule_id", 626], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 898]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 626 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 626 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 08:00:00.000000' AND social_framework_events.finish > '2016-01-20 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 898], ["schedule_id", 626]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 898], ["schedule_id", 626], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1451]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 626 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 626 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1451], ["schedule_id", 626]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1451], ["schedule_id", 626], ["confirmed", "t"]]  (202.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2485]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 626 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 626 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 05:00:00.000000' AND social_framework_events.finish > '2016-09-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2485], ["schedule_id", 626]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2485], ["schedule_id", 626], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 627]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 249]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 627 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 627], ["created_at", "2016-04-29 16:19:31.006039"], ["updated_at", "2016-04-29 16:19:31.006039"]]  (159.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 627 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 06:00:00.000000' AND social_framework_events.finish > '2016-09-15 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 249], ["schedule_id", 627]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 249], ["schedule_id", 627], ["confirmed", "t"]]  (214.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 627 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 627 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 02:00:00.000000' AND social_framework_events.finish > '2016-06-22 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 71], ["schedule_id", 627]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 71], ["schedule_id", 627], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 313]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 627 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 627 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 07:00:00.000000' AND social_framework_events.finish > '2016-09-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 313], ["schedule_id", 627]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 313], ["schedule_id", 627], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1305]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 627 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 627 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 05:00:00.000000' AND social_framework_events.finish > '2016-09-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1305], ["schedule_id", 627]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1305], ["schedule_id", 627], ["confirmed", "t"]]  (203.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1377]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 627 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 627 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 22:00:00.000000' AND social_framework_events.finish > '2016-07-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1377], ["schedule_id", 627]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1377], ["schedule_id", 627], ["confirmed", "t"]]  (202.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 628]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1798]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 628 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 628], ["created_at", "2016-04-29 16:19:32.118574"], ["updated_at", "2016-04-29 16:19:32.118574"]]  (170.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 628 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-26 18:00:00.000000' AND social_framework_events.finish > '2016-01-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1798], ["schedule_id", 628]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1798], ["schedule_id", 628], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1618]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 628 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 628 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 16:00:00.000000' AND social_framework_events.finish > '2016-04-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1618], ["schedule_id", 628]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1618], ["schedule_id", 628], ["confirmed", "t"]]  (335.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2451]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 628 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 628 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 15:00:00.000000' AND social_framework_events.finish > '2016-04-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2451], ["schedule_id", 628]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2451], ["schedule_id", 628], ["confirmed", "t"]]  (122.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 974]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 628 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 628 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 03:00:00.000000' AND social_framework_events.finish > '2016-05-06 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 974], ["schedule_id", 628]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 974], ["schedule_id", 628], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 249]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 628 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 628 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 06:00:00.000000' AND social_framework_events.finish > '2016-09-15 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 249], ["schedule_id", 628]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 249], ["schedule_id", 628], ["confirmed", "t"]]  (201.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 629]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2472]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 629 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 629], ["created_at", "2016-04-29 16:19:33.284962"], ["updated_at", "2016-04-29 16:19:33.284962"]]  (81.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 629 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 19:00:00.000000' AND social_framework_events.finish > '2016-07-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2472], ["schedule_id", 629]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2472], ["schedule_id", 629], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1626]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 629 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 629 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-23 22:00:00.000000' AND social_framework_events.finish > '2016-08-23 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1626], ["schedule_id", 629]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1626], ["schedule_id", 629], ["confirmed", "t"]]  (201.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2051]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 629 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 629 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 00:00:00.000000' AND social_framework_events.finish > '2016-07-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2051], ["schedule_id", 629]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2051], ["schedule_id", 629], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1627]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 629 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 629 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 04:00:00.000000' AND social_framework_events.finish > '2016-04-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1627], ["schedule_id", 629]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1627], ["schedule_id", 629], ["confirmed", "t"]]  (180.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1675]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 629 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 629 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 22:00:00.000000' AND social_framework_events.finish > '2016-05-07 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1675], ["schedule_id", 629]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1675], ["schedule_id", 629], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 630]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 822]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 630 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 630], ["created_at", "2016-04-29 16:19:34.229138"], ["updated_at", "2016-04-29 16:19:34.229138"]]  (116.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 630 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-07 19:00:00.000000' AND social_framework_events.finish > '2016-03-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 822], ["schedule_id", 630]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 822], ["schedule_id", 630], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 630 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 630 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 12:00:00.000000' AND social_framework_events.finish > '2016-03-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 510], ["schedule_id", 630]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 510], ["schedule_id", 630], ["confirmed", "t"]]  (136.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 627]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 630 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 630 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 00:00:00.000000' AND social_framework_events.finish > '2016-07-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 627], ["schedule_id", 630]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 627], ["schedule_id", 630], ["confirmed", "t"]]  (291.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 630 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 630 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 15:00:00.000000' AND social_framework_events.finish > '2016-06-06 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 517], ["schedule_id", 630]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 517], ["schedule_id", 630], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1491]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 630 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 630 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 03:00:00.000000' AND social_framework_events.finish > '2016-01-12 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1491], ["schedule_id", 630]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1491], ["schedule_id", 630], ["confirmed", "t"]]  (213.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 631]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1113]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 631 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 631], ["created_at", "2016-04-29 16:19:35.319869"], ["updated_at", "2016-04-29 16:19:35.319869"]]  (126.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 631 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 09:00:00.000000' AND social_framework_events.finish > '2016-02-04 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1113], ["schedule_id", 631]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1113], ["schedule_id", 631], ["confirmed", "t"]]  (105.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2314]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 631 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 631 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 06:00:00.000000' AND social_framework_events.finish > '2016-08-21 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2314], ["schedule_id", 631]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2314], ["schedule_id", 631], ["confirmed", "t"]]  (122.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 230]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 631 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 631 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 02:00:00.000000' AND social_framework_events.finish > '2016-12-14 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 230], ["schedule_id", 631]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 230], ["schedule_id", 631], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2238]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 631 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 631 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 03:00:00.000000' AND social_framework_events.finish > '2016-03-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2238], ["schedule_id", 631]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2238], ["schedule_id", 631], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 631 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 631 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 08:00:00.000000' AND social_framework_events.finish > '2016-06-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 543], ["schedule_id", 631]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 543], ["schedule_id", 631], ["confirmed", "t"]]  (123.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 632]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2428]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 632 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 632], ["created_at", "2016-04-29 16:19:36.098944"], ["updated_at", "2016-04-29 16:19:36.098944"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 632 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 07:00:00.000000' AND social_framework_events.finish > '2016-12-22 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2428], ["schedule_id", 632]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2428], ["schedule_id", 632], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2122]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 632 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 632 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 16:00:00.000000' AND social_framework_events.finish > '2016-09-28 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2122], ["schedule_id", 632]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2122], ["schedule_id", 632], ["confirmed", "t"]]  (102.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1319]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 632 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 632 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 16:00:00.000000' AND social_framework_events.finish > '2016-11-10 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1319], ["schedule_id", 632]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1319], ["schedule_id", 632], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 312]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 632 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 632 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 18:00:00.000000' AND social_framework_events.finish > '2016-10-19 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 312], ["schedule_id", 632]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 312], ["schedule_id", 632], ["confirmed", "t"]]  (177.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 719]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 632 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 632 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 05:00:00.000000' AND social_framework_events.finish > '2016-07-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 719], ["schedule_id", 632]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 719], ["schedule_id", 632], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 633]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1173]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 633 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 633], ["created_at", "2016-04-29 16:19:36.900354"], ["updated_at", "2016-04-29 16:19:36.900354"]]  (116.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 633 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 02:00:00.000000' AND social_framework_events.finish > '2016-05-10 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1173], ["schedule_id", 633]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1173], ["schedule_id", 633], ["confirmed", "t"]]  (136.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 110]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 633 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 633 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 23:00:00.000000' AND social_framework_events.finish > '2016-05-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 110], ["schedule_id", 633]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 110], ["schedule_id", 633], ["confirmed", "t"]]  (131.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 802]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 633 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 633 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 14:00:00.000000' AND social_framework_events.finish > '2016-08-22 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 802], ["schedule_id", 633]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 802], ["schedule_id", 633], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 633 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 633 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 17:00:00.000000' AND social_framework_events.finish > '2016-08-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 37], ["schedule_id", 633]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 37], ["schedule_id", 633], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2069]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 633 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 633 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 11:00:00.000000' AND social_framework_events.finish > '2016-06-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2069], ["schedule_id", 633]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2069], ["schedule_id", 633], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 634]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 474]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 634 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 634], ["created_at", "2016-04-29 16:19:37.680938"], ["updated_at", "2016-04-29 16:19:37.680938"]]  (81.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 634 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 21:00:00.000000' AND social_framework_events.finish > '2016-09-15 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 474], ["schedule_id", 634]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 474], ["schedule_id", 634], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 271]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 634 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 634 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 04:00:00.000000' AND social_framework_events.finish > '2016-02-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 271], ["schedule_id", 634]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 271], ["schedule_id", 634], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 634 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 634 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 06:00:00.000000' AND social_framework_events.finish > '2016-09-19 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 528], ["schedule_id", 634]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 528], ["schedule_id", 634], ["confirmed", "t"]]  (157.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1376]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 634 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 634 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 00:00:00.000000' AND social_framework_events.finish > '2016-03-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1376], ["schedule_id", 634]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1376], ["schedule_id", 634], ["confirmed", "t"]]  (176.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 343]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 634 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 634 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 17:00:00.000000' AND social_framework_events.finish > '2016-07-09 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 343], ["schedule_id", 634]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 343], ["schedule_id", 634], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 635]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2167]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 635 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 635], ["created_at", "2016-04-29 16:19:38.526137"], ["updated_at", "2016-04-29 16:19:38.526137"]]  (115.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 635 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 01:00:00.000000' AND social_framework_events.finish > '2016-03-18 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2167], ["schedule_id", 635]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2167], ["schedule_id", 635], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2210]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 635 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 635 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 19:00:00.000000' AND social_framework_events.finish > '2016-04-19 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2210], ["schedule_id", 635]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2210], ["schedule_id", 635], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 789]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 635 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 635 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 04:00:00.000000' AND social_framework_events.finish > '2016-10-25 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 789], ["schedule_id", 635]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 789], ["schedule_id", 635], ["confirmed", "t"]]  (134.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1735]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 635 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 635 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 07:00:00.000000' AND social_framework_events.finish > '2016-03-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1735], ["schedule_id", 635]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1735], ["schedule_id", 635], ["confirmed", "t"]]  (147.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1970]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 635 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 635 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 21:00:00.000000' AND social_framework_events.finish > '2016-05-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1970], ["schedule_id", 635]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1970], ["schedule_id", 635], ["confirmed", "t"]]  (87.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 636]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1822]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 636 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 636], ["created_at", "2016-04-29 16:19:39.284378"], ["updated_at", "2016-04-29 16:19:39.284378"]]  (126.2ms) commit transaction  (0.8ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 636 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 18:00:00.000000' AND social_framework_events.finish > '2016-06-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1822], ["schedule_id", 636]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1822], ["schedule_id", 636], ["confirmed", "t"]]  (236.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2430]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 636 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 636 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 20:00:00.000000' AND social_framework_events.finish > '2016-01-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2430], ["schedule_id", 636]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2430], ["schedule_id", 636], ["confirmed", "t"]]  (301.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1655]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 636 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 636 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 08:00:00.000000' AND social_framework_events.finish > '2016-11-01 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1655], ["schedule_id", 636]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1655], ["schedule_id", 636], ["confirmed", "t"]]  (235.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1904]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 636 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 636 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 06:00:00.000000' AND social_framework_events.finish > '2016-08-15 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1904], ["schedule_id", 636]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1904], ["schedule_id", 636], ["confirmed", "t"]]  (213.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 897]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 636 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 636 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-14 09:00:00.000000' AND social_framework_events.finish > '2016-02-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 897], ["schedule_id", 636]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 897], ["schedule_id", 636], ["confirmed", "t"]]  (235.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 637]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 637 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 637], ["created_at", "2016-04-29 16:19:40.683203"], ["updated_at", "2016-04-29 16:19:40.683203"]]  (182.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 637 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 21:00:00.000000' AND social_framework_events.finish > '2016-06-02 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 554], ["schedule_id", 637]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 554], ["schedule_id", 637], ["confirmed", "t"]]  (214.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 637 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 637 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 02:00:00.000000' AND social_framework_events.finish > '2016-09-05 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 62], ["schedule_id", 637]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 62], ["schedule_id", 637], ["confirmed", "t"]]  (213.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 732]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 637 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 637 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 15:00:00.000000' AND social_framework_events.finish > '2016-01-15 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 732], ["schedule_id", 637]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 732], ["schedule_id", 637], ["confirmed", "t"]]  (222.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 324]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 637 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 637 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 04:00:00.000000' AND social_framework_events.finish > '2016-12-22 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 324], ["schedule_id", 637]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 324], ["schedule_id", 637], ["confirmed", "t"]]  (134.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1198]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 637 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 637 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 05:00:00.000000' AND social_framework_events.finish > '2016-08-04 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1198], ["schedule_id", 637]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1198], ["schedule_id", 637], ["confirmed", "t"]]  (241.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 638]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1885]] SocialFramework::Schedule Load (0.8ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 638 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 638], ["created_at", "2016-04-29 16:19:41.959640"], ["updated_at", "2016-04-29 16:19:41.959640"]]  (126.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 638 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 02:00:00.000000' AND social_framework_events.finish > '2016-05-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1885], ["schedule_id", 638]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1885], ["schedule_id", 638], ["confirmed", "t"]]  (170.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1029]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 638 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 638 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 14:00:00.000000' AND social_framework_events.finish > '2016-06-04 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1029], ["schedule_id", 638]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1029], ["schedule_id", 638], ["confirmed", "t"]]  (189.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1946]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 638 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 638 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 19:00:00.000000' AND social_framework_events.finish > '2016-01-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1946], ["schedule_id", 638]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1946], ["schedule_id", 638], ["confirmed", "t"]]  (142.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1426]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 638 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 638 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 00:00:00.000000' AND social_framework_events.finish > '2016-07-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1426], ["schedule_id", 638]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1426], ["schedule_id", 638], ["confirmed", "t"]]  (213.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2070]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 638 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 638 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 00:00:00.000000' AND social_framework_events.finish > '2016-03-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2070], ["schedule_id", 638]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2070], ["schedule_id", 638], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 639]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 639 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 639], ["created_at", "2016-04-29 16:19:42.961974"], ["updated_at", "2016-04-29 16:19:42.961974"]]  (82.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 639 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 20:00:00.000000' AND social_framework_events.finish > '2016-10-06 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 24], ["schedule_id", 639]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 24], ["schedule_id", 639], ["confirmed", "t"]]  (148.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1273]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 639 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 639 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 04:00:00.000000' AND social_framework_events.finish > '2016-04-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1273], ["schedule_id", 639]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1273], ["schedule_id", 639], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 195]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 639 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 639 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 19:00:00.000000' AND social_framework_events.finish > '2016-08-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 195], ["schedule_id", 639]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 195], ["schedule_id", 639], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 297]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 639 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 639 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 19:00:00.000000' AND social_framework_events.finish > '2016-11-07 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 297], ["schedule_id", 639]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 297], ["schedule_id", 639], ["confirmed", "t"]]  (146.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1980]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 639 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 639 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-05 06:00:00.000000' AND social_framework_events.finish > '2016-11-05 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1980], ["schedule_id", 639]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1980], ["schedule_id", 639], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 640]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2208]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 640 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 640], ["created_at", "2016-04-29 16:19:43.752060"], ["updated_at", "2016-04-29 16:19:43.752060"]]  (114.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 640 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 09:00:00.000000' AND social_framework_events.finish > '2016-05-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2208], ["schedule_id", 640]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2208], ["schedule_id", 640], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1068]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 640 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 640 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 06:00:00.000000' AND social_framework_events.finish > '2016-02-08 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1068], ["schedule_id", 640]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1068], ["schedule_id", 640], ["confirmed", "t"]]  (324.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 116]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 640 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 640 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-10 13:00:00.000000' AND social_framework_events.finish > '2016-08-10 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 116], ["schedule_id", 640]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 116], ["schedule_id", 640], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1945]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 640 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 640 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 12:00:00.000000' AND social_framework_events.finish > '2016-07-12 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1945], ["schedule_id", 640]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1945], ["schedule_id", 640], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 640 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 640 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 00:00:00.000000' AND social_framework_events.finish > '2016-05-24 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 245], ["schedule_id", 640]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 245], ["schedule_id", 640], ["confirmed", "t"]]  (212.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 641]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 641 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 641], ["created_at", "2016-04-29 16:19:44.898531"], ["updated_at", "2016-04-29 16:19:44.898531"]]  (135.7ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 641 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 09:00:00.000000' AND social_framework_events.finish > '2016-11-08 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 60], ["schedule_id", 641]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 60], ["schedule_id", 641], ["confirmed", "t"]]  (144.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1005]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 641 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 641 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 16:00:00.000000' AND social_framework_events.finish > '2016-01-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1005], ["schedule_id", 641]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1005], ["schedule_id", 641], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1479]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 641 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 641 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 17:00:00.000000' AND social_framework_events.finish > '2016-11-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1479], ["schedule_id", 641]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1479], ["schedule_id", 641], ["confirmed", "t"]]  (158.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 781]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 641 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 641 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 14:00:00.000000' AND social_framework_events.finish > '2016-04-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 781], ["schedule_id", 641]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 781], ["schedule_id", 641], ["confirmed", "t"]]  (180.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1512]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 641 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 641 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 04:00:00.000000' AND social_framework_events.finish > '2016-12-23 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1512], ["schedule_id", 641]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1512], ["schedule_id", 641], ["confirmed", "t"]]  (157.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 642]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 642 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 642], ["created_at", "2016-04-29 16:19:45.866273"], ["updated_at", "2016-04-29 16:19:45.866273"]]  (114.5ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 642 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 21:00:00.000000' AND social_framework_events.finish > '2016-04-16 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 36], ["schedule_id", 642]]  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 36], ["schedule_id", 642], ["confirmed", "t"]]  (133.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2030]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 642 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 642 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 13:00:00.000000' AND social_framework_events.finish > '2016-05-11 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2030], ["schedule_id", 642]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2030], ["schedule_id", 642], ["confirmed", "t"]]  (334.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2365]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 642 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 642 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 17:00:00.000000' AND social_framework_events.finish > '2016-05-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2365], ["schedule_id", 642]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2365], ["schedule_id", 642], ["confirmed", "t"]]  (156.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 642 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 642 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 19:00:00.000000' AND social_framework_events.finish > '2016-05-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1534], ["schedule_id", 642]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1534], ["schedule_id", 642], ["confirmed", "t"]]  (201.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 642 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 642 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 12:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 580], ["schedule_id", 642]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 580], ["schedule_id", 642], ["confirmed", "t"]]  (158.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 643]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1434]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 643 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 643], ["created_at", "2016-04-29 16:19:47.021176"], ["updated_at", "2016-04-29 16:19:47.021176"]]  (236.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 643 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 02:00:00.000000' AND social_framework_events.finish > '2016-10-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1434], ["schedule_id", 643]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1434], ["schedule_id", 643], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2369]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 643 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 643 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 03:00:00.000000' AND social_framework_events.finish > '2016-02-17 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2369], ["schedule_id", 643]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2369], ["schedule_id", 643], ["confirmed", "t"]]  (90.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1078]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 643 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 643 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 21:00:00.000000' AND social_framework_events.finish > '2016-06-05 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1078], ["schedule_id", 643]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1078], ["schedule_id", 643], ["confirmed", "t"]]  (193.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1665]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 643 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 643 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 20:00:00.000000' AND social_framework_events.finish > '2016-09-05 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1665], ["schedule_id", 643]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1665], ["schedule_id", 643], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1204]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 643 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 643 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 01:00:00.000000' AND social_framework_events.finish > '2016-08-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1204], ["schedule_id", 643]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1204], ["schedule_id", 643], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 644]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2396]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 644 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 644], ["created_at", "2016-04-29 16:19:47.990328"], ["updated_at", "2016-04-29 16:19:47.990328"]]  (147.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 644 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-04 21:00:00.000000' AND social_framework_events.finish > '2016-09-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2396], ["schedule_id", 644]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2396], ["schedule_id", 644], ["confirmed", "t"]]  (126.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1814]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 644 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 644 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 15:00:00.000000' AND social_framework_events.finish > '2016-12-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1814], ["schedule_id", 644]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1814], ["schedule_id", 644], ["confirmed", "t"]]  (143.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 946]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 644 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 644 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 06:00:00.000000' AND social_framework_events.finish > '2016-01-10 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 946], ["schedule_id", 644]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 946], ["schedule_id", 644], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1605]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 644 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 644 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 06:00:00.000000' AND social_framework_events.finish > '2016-12-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1605], ["schedule_id", 644]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1605], ["schedule_id", 644], ["confirmed", "t"]]  (145.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2399]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 644 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 644 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 11:00:00.000000' AND social_framework_events.finish > '2016-02-08 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2399], ["schedule_id", 644]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2399], ["schedule_id", 644], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 645]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1882]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 645 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 645], ["created_at", "2016-04-29 16:19:48.880726"], ["updated_at", "2016-04-29 16:19:48.880726"]]  (136.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 645 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-27 02:00:00.000000' AND social_framework_events.finish > '2016-07-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1882], ["schedule_id", 645]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1882], ["schedule_id", 645], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 645 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 645 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-20 14:00:00.000000' AND social_framework_events.finish > '2016-05-20 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 524], ["schedule_id", 645]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 524], ["schedule_id", 645], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1725]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 645 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 645 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 06:00:00.000000' AND social_framework_events.finish > '2016-02-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1725], ["schedule_id", 645]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1725], ["schedule_id", 645], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1071]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 645 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 645 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 08:00:00.000000' AND social_framework_events.finish > '2016-04-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1071], ["schedule_id", 645]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1071], ["schedule_id", 645], ["confirmed", "t"]]  (157.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1909]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 645 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 645 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 12:00:00.000000' AND social_framework_events.finish > '2016-06-03 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1909], ["schedule_id", 645]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1909], ["schedule_id", 645], ["confirmed", "t"]]  (148.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 646]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 276]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 646 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 646], ["created_at", "2016-04-29 16:19:49.782774"], ["updated_at", "2016-04-29 16:19:49.782774"]]  (137.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 646 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 21:00:00.000000' AND social_framework_events.finish > '2016-01-22 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 276], ["schedule_id", 646]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 276], ["schedule_id", 646], ["confirmed", "t"]]  (138.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 771]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 646 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 646 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 11:00:00.000000' AND social_framework_events.finish > '2016-02-10 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 771], ["schedule_id", 646]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 771], ["schedule_id", 646], ["confirmed", "t"]]  (190.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 646 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 646 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 00:00:00.000000' AND social_framework_events.finish > '2016-05-20 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 519], ["schedule_id", 646]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 519], ["schedule_id", 646], ["confirmed", "t"]]  (157.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1669]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 646 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 646 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 06:00:00.000000' AND social_framework_events.finish > '2016-03-13 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1669], ["schedule_id", 646]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1669], ["schedule_id", 646], ["confirmed", "t"]]  (225.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2221]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 646 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 646 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-11 03:00:00.000000' AND social_framework_events.finish > '2016-10-11 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2221], ["schedule_id", 646]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2221], ["schedule_id", 646], ["confirmed", "t"]]  (147.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 647]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2050]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 647 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 647], ["created_at", "2016-04-29 16:19:50.826648"], ["updated_at", "2016-04-29 16:19:50.826648"]]  (126.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 647 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 09:00:00.000000' AND social_framework_events.finish > '2016-11-11 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2050], ["schedule_id", 647]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2050], ["schedule_id", 647], ["confirmed", "t"]]  (149.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 420]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 647 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 647 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 16:00:00.000000' AND social_framework_events.finish > '2016-11-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 420], ["schedule_id", 647]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 420], ["schedule_id", 647], ["confirmed", "t"]]  (179.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 647 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 647 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 01:00:00.000000' AND social_framework_events.finish > '2016-02-08 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 549], ["schedule_id", 647]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 549], ["schedule_id", 647], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1706]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 647 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 647 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 15:00:00.000000' AND social_framework_events.finish > '2016-10-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1706], ["schedule_id", 647]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1706], ["schedule_id", 647], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 647 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 647 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 20:00:00.000000' AND social_framework_events.finish > '2016-10-03 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2281], ["schedule_id", 647]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2281], ["schedule_id", 647], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 648]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 624]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 648 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 648], ["created_at", "2016-04-29 16:19:51.794844"], ["updated_at", "2016-04-29 16:19:51.794844"]]  (158.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 648 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 23:00:00.000000' AND social_framework_events.finish > '2016-01-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 624], ["schedule_id", 648]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 624], ["schedule_id", 648], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2364]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 648 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 648 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-21 12:00:00.000000' AND social_framework_events.finish > '2016-06-21 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2364], ["schedule_id", 648]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2364], ["schedule_id", 648], ["confirmed", "t"]]  (346.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2140]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 648 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 648 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 15:00:00.000000' AND social_framework_events.finish > '2016-03-17 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2140], ["schedule_id", 648]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2140], ["schedule_id", 648], ["confirmed", "t"]]  (103.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 328]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 648 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 648 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 18:00:00.000000' AND social_framework_events.finish > '2016-08-28 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 328], ["schedule_id", 648]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 328], ["schedule_id", 648], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 648 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 648 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 23:00:00.000000' AND social_framework_events.finish > '2016-10-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 77], ["schedule_id", 648]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 77], ["schedule_id", 648], ["confirmed", "t"]]  (147.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 649]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 238]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 649 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 649], ["created_at", "2016-04-29 16:19:52.838937"], ["updated_at", "2016-04-29 16:19:52.838937"]]  (116.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 649 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 05:00:00.000000' AND social_framework_events.finish > '2016-10-14 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 238], ["schedule_id", 649]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 238], ["schedule_id", 649], ["confirmed", "t"]]  (126.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1561]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 649 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 649 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 02:00:00.000000' AND social_framework_events.finish > '2016-08-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1561], ["schedule_id", 649]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1561], ["schedule_id", 649], ["confirmed", "t"]]  (135.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1055]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 649 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 649 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1055], ["schedule_id", 649]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1055], ["schedule_id", 649], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1947]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 649 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 649 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 12:00:00.000000' AND social_framework_events.finish > '2016-02-03 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1947], ["schedule_id", 649]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1947], ["schedule_id", 649], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2481]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 649 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 649 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 08:00:00.000000' AND social_framework_events.finish > '2016-01-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2481], ["schedule_id", 649]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2481], ["schedule_id", 649], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 650]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2347]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 650 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 650], ["created_at", "2016-04-29 16:19:53.596617"], ["updated_at", "2016-04-29 16:19:53.596617"]]  (81.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 650 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 09:00:00.000000' AND social_framework_events.finish > '2016-06-03 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2347], ["schedule_id", 650]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2347], ["schedule_id", 650], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 804]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 650 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 650 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 22:00:00.000000' AND social_framework_events.finish > '2016-02-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 804], ["schedule_id", 650]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 804], ["schedule_id", 650], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1290]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 650 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 650 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 02:00:00.000000' AND social_framework_events.finish > '2016-10-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1290], ["schedule_id", 650]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1290], ["schedule_id", 650], ["confirmed", "t"]]  (111.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1466]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 650 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 650 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1466], ["schedule_id", 650]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1466], ["schedule_id", 650], ["confirmed", "t"]]  (120.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2218]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 650 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 650 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 09:00:00.000000' AND social_framework_events.finish > '2016-08-28 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2218], ["schedule_id", 650]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2218], ["schedule_id", 650], ["confirmed", "t"]]  (112.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 651]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 498]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 651 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 651], ["created_at", "2016-04-29 16:19:54.330418"], ["updated_at", "2016-04-29 16:19:54.330418"]]  (115.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 651 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 23:00:00.000000' AND social_framework_events.finish > '2016-10-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 498], ["schedule_id", 651]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 498], ["schedule_id", 651], ["confirmed", "t"]]  (99.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1002]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 651 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 651 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 12:00:00.000000' AND social_framework_events.finish > '2016-12-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1002], ["schedule_id", 651]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1002], ["schedule_id", 651], ["confirmed", "t"]]  (187.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 651 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 651 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 00:00:00.000000' AND social_framework_events.finish > '2016-05-24 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 245], ["schedule_id", 651]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 245], ["schedule_id", 651], ["confirmed", "t"]]  (168.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 651 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 651 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 17:00:00.000000' AND social_framework_events.finish > '2016-11-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 583], ["schedule_id", 651]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 583], ["schedule_id", 651], ["confirmed", "t"]]  (246.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 252]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 651 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 651 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 14:00:00.000000' AND social_framework_events.finish > '2016-09-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 252], ["schedule_id", 651]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 252], ["schedule_id", 651], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 652]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 652 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 652], ["created_at", "2016-04-29 16:19:55.321911"], ["updated_at", "2016-04-29 16:19:55.321911"]]  (115.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 652 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 00:00:00.000000' AND social_framework_events.finish > '2016-05-20 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 519], ["schedule_id", 652]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 519], ["schedule_id", 652], ["confirmed", "t"]]  (126.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1663]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 652 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 652 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-24 00:00:00.000000' AND social_framework_events.finish > '2016-01-23 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1663], ["schedule_id", 652]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1663], ["schedule_id", 652], ["confirmed", "t"]]  (122.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 461]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 652 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 652 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 09:00:00.000000' AND social_framework_events.finish > '2016-03-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 461], ["schedule_id", 652]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 461], ["schedule_id", 652], ["confirmed", "t"]]  (97.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1949]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 652 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 652 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 13:00:00.000000' AND social_framework_events.finish > '2016-09-16 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1949], ["schedule_id", 652]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1949], ["schedule_id", 652], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1770]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 652 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 652 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 03:00:00.000000' AND social_framework_events.finish > '2016-10-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1770], ["schedule_id", 652]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1770], ["schedule_id", 652], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 653]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1756]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 653 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 653], ["created_at", "2016-04-29 16:19:56.056404"], ["updated_at", "2016-04-29 16:19:56.056404"]]  (103.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 653 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 20:00:00.000000' AND social_framework_events.finish > '2016-06-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1756], ["schedule_id", 653]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1756], ["schedule_id", 653], ["confirmed", "t"]]  (104.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1751]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 653 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 653 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 05:00:00.000000' AND social_framework_events.finish > '2016-09-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1751], ["schedule_id", 653]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1751], ["schedule_id", 653], ["confirmed", "t"]]  (112.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2352]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 653 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 653 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 23:00:00.000000' AND social_framework_events.finish > '2016-12-15 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2352], ["schedule_id", 653]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2352], ["schedule_id", 653], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 653 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 653 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 178], ["schedule_id", 653]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 178], ["schedule_id", 653], ["confirmed", "t"]]  (122.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 838]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 653 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 653 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 12:00:00.000000' AND social_framework_events.finish > '2016-03-05 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 838], ["schedule_id", 653]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 838], ["schedule_id", 653], ["confirmed", "t"]]  (121.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 654]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1578]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 654 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 654], ["created_at", "2016-04-29 16:19:56.792007"], ["updated_at", "2016-04-29 16:19:56.792007"]]  (170.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 654 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 08:00:00.000000' AND social_framework_events.finish > '2016-04-08 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1578], ["schedule_id", 654]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1578], ["schedule_id", 654], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2301]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 654 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 654 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-03 03:00:00.000000' AND social_framework_events.finish > '2016-03-03 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2301], ["schedule_id", 654]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2301], ["schedule_id", 654], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2491]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 654 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 654 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 14:00:00.000000' AND social_framework_events.finish > '2016-08-15 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2491], ["schedule_id", 654]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2491], ["schedule_id", 654], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 784]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 654 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 654 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-11 20:00:00.000000' AND social_framework_events.finish > '2016-04-11 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 784], ["schedule_id", 654]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 784], ["schedule_id", 654], ["confirmed", "t"]]  (134.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2340]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 654 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 654 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-06 07:00:00.000000' AND social_framework_events.finish > '2016-05-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2340], ["schedule_id", 654]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2340], ["schedule_id", 654], ["confirmed", "t"]]  (312.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 655]] SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1838]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 655 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 655], ["created_at", "2016-04-29 16:19:57.852413"], ["updated_at", "2016-04-29 16:19:57.852413"]]  (158.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 655 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 10:00:00.000000' AND social_framework_events.finish > '2016-07-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1838], ["schedule_id", 655]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1838], ["schedule_id", 655], ["confirmed", "t"]]  (94.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1346]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 655 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 655 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 13:00:00.000000' AND social_framework_events.finish > '2016-02-10 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1346], ["schedule_id", 655]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1346], ["schedule_id", 655], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 655 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 655 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 79], ["schedule_id", 655]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 79], ["schedule_id", 655], ["confirmed", "t"]]  (257.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1169]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 655 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 655 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1169], ["schedule_id", 655]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1169], ["schedule_id", 655], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 392]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 655 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 655 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 00:00:00.000000' AND social_framework_events.finish > '2016-04-22 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 392], ["schedule_id", 655]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 392], ["schedule_id", 655], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 656]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1275]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 656 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 656], ["created_at", "2016-04-29 16:19:58.814741"], ["updated_at", "2016-04-29 16:19:58.814741"]]  (182.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 656 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-09 21:00:00.000000' AND social_framework_events.finish > '2016-06-09 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1275], ["schedule_id", 656]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1275], ["schedule_id", 656], ["confirmed", "t"]]  (181.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2078]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 656 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 656 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 11:00:00.000000' AND social_framework_events.finish > '2016-07-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2078], ["schedule_id", 656]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2078], ["schedule_id", 656], ["confirmed", "t"]]  (213.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 709]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 656 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 656 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 16:00:00.000000' AND social_framework_events.finish > '2016-10-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 709], ["schedule_id", 656]]  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 709], ["schedule_id", 656], ["confirmed", "t"]]  (170.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2286]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 656 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 656 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 20:00:00.000000' AND social_framework_events.finish > '2016-12-23 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2286], ["schedule_id", 656]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2286], ["schedule_id", 656], ["confirmed", "t"]]  (335.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2352]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 656 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 656 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 23:00:00.000000' AND social_framework_events.finish > '2016-12-15 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2352], ["schedule_id", 656]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2352], ["schedule_id", 656], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 657]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 651]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 657 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 657], ["created_at", "2016-04-29 16:20:00.073332"], ["updated_at", "2016-04-29 16:20:00.073332"]]  (235.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 657 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 14:00:00.000000' AND social_framework_events.finish > '2016-01-20 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 651], ["schedule_id", 657]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 651], ["schedule_id", 657], ["confirmed", "t"]]  (104.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 679]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 657 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 657 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 11:00:00.000000' AND social_framework_events.finish > '2016-07-12 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 679], ["schedule_id", 657]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 679], ["schedule_id", 657], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1662]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 657 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 657 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 14:00:00.000000' AND social_framework_events.finish > '2016-10-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1662], ["schedule_id", 657]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1662], ["schedule_id", 657], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 858]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 657 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 657 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-07 18:00:00.000000' AND social_framework_events.finish > '2016-01-07 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 858], ["schedule_id", 657]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 858], ["schedule_id", 657], ["confirmed", "t"]]  (90.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1913]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 657 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 657 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-24 20:00:00.000000' AND social_framework_events.finish > '2016-09-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1913], ["schedule_id", 657]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1913], ["schedule_id", 657], ["confirmed", "t"]]  (90.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 658]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1209]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 658 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 658], ["created_at", "2016-04-29 16:20:00.884886"], ["updated_at", "2016-04-29 16:20:00.884886"]]  (126.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 658 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 10:00:00.000000' AND social_framework_events.finish > '2016-03-25 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1209], ["schedule_id", 658]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1209], ["schedule_id", 658], ["confirmed", "t"]]  (203.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1554]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 658 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 658 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 18:00:00.000000' AND social_framework_events.finish > '2016-05-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1554], ["schedule_id", 658]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1554], ["schedule_id", 658], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 658 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 658 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-06 17:00:00.000000' AND social_framework_events.finish > '2016-05-06 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 360], ["schedule_id", 658]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 360], ["schedule_id", 658], ["confirmed", "t"]]  (201.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2363]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 658 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 658 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 11:00:00.000000' AND social_framework_events.finish > '2016-02-11 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2363], ["schedule_id", 658]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2363], ["schedule_id", 658], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 675]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 658 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 658 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 21:00:00.000000' AND social_framework_events.finish > '2016-05-10 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 675], ["schedule_id", 658]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 675], ["schedule_id", 658], ["confirmed", "t"]]  (202.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 659]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1886]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 659 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 659], ["created_at", "2016-04-29 16:20:01.973365"], ["updated_at", "2016-04-29 16:20:01.973365"]]  (149.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 659 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-06 03:00:00.000000' AND social_framework_events.finish > '2016-02-06 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1886], ["schedule_id", 659]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1886], ["schedule_id", 659], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2272]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 659 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 659 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 00:00:00.000000' AND social_framework_events.finish > '2016-03-13 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2272], ["schedule_id", 659]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2272], ["schedule_id", 659], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2437]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 659 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 659 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 22:00:00.000000' AND social_framework_events.finish > '2016-01-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2437], ["schedule_id", 659]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2437], ["schedule_id", 659], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 659 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 659 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 22:00:00.000000' AND social_framework_events.finish > '2016-06-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 281], ["schedule_id", 659]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 281], ["schedule_id", 659], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 659 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 659 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 13:00:00.000000' AND social_framework_events.finish > '2016-04-24 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 162], ["schedule_id", 659]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 162], ["schedule_id", 659], ["confirmed", "t"]]  (146.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 660]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2160]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 660 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 660], ["created_at", "2016-04-29 16:20:02.808415"], ["updated_at", "2016-04-29 16:20:02.808415"]]  (182.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 660 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 22:00:00.000000' AND social_framework_events.finish > '2016-02-08 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2160], ["schedule_id", 660]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2160], ["schedule_id", 660], ["confirmed", "t"]]  (82.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 892]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 660 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 660 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-23 10:00:00.000000' AND social_framework_events.finish > '2016-01-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 892], ["schedule_id", 660]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 892], ["schedule_id", 660], ["confirmed", "t"]]  (201.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 956]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 660 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 660 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 05:00:00.000000' AND social_framework_events.finish > '2016-05-09 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 956], ["schedule_id", 660]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 956], ["schedule_id", 660], ["confirmed", "t"]]  (214.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 790]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 660 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 660 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 10:00:00.000000' AND social_framework_events.finish > '2016-11-11 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 790], ["schedule_id", 660]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 790], ["schedule_id", 660], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1028]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 660 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 660 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 07:00:00.000000' AND social_framework_events.finish > '2016-05-24 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1028], ["schedule_id", 660]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1028], ["schedule_id", 660], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 661]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1142]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 661 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 661], ["created_at", "2016-04-29 16:20:03.787058"], ["updated_at", "2016-04-29 16:20:03.787058"]]  (115.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 661 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 09:00:00.000000' AND social_framework_events.finish > '2016-04-06 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1142], ["schedule_id", 661]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1142], ["schedule_id", 661], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1635]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 661 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 661 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 16:00:00.000000' AND social_framework_events.finish > '2016-01-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1635], ["schedule_id", 661]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1635], ["schedule_id", 661], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1284]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 661 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 661 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 11:00:00.000000' AND social_framework_events.finish > '2016-07-18 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1284], ["schedule_id", 661]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1284], ["schedule_id", 661], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1315]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 661 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 661 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 03:00:00.000000' AND social_framework_events.finish > '2016-01-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1315], ["schedule_id", 661]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1315], ["schedule_id", 661], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2493]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 661 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 661 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 15:00:00.000000' AND social_framework_events.finish > '2016-01-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2493], ["schedule_id", 661]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2493], ["schedule_id", 661], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 662]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1873]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 662 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 662], ["created_at", "2016-04-29 16:20:04.567164"], ["updated_at", "2016-04-29 16:20:04.567164"]]  (126.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 662 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 14:00:00.000000' AND social_framework_events.finish > '2016-02-10 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1873], ["schedule_id", 662]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1873], ["schedule_id", 662], ["confirmed", "t"]]  (138.1ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 499]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 662 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 662 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 04:00:00.000000' AND social_framework_events.finish > '2016-10-21 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 499], ["schedule_id", 662]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 499], ["schedule_id", 662], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1243]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 662 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 662 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-23 18:00:00.000000' AND social_framework_events.finish > '2016-07-23 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1243], ["schedule_id", 662]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1243], ["schedule_id", 662], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 662 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 662 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 19:00:00.000000' AND social_framework_events.finish > '2016-05-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 7], ["schedule_id", 662]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 7], ["schedule_id", 662], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1323]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 662 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 662 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 15:00:00.000000' AND social_framework_events.finish > '2016-06-20 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1323], ["schedule_id", 662]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1323], ["schedule_id", 662], ["confirmed", "t"]]  (112.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 663]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 866]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 663 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 663], ["created_at", "2016-04-29 16:20:05.390566"], ["updated_at", "2016-04-29 16:20:05.390566"]]  (115.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 663 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 06:00:00.000000' AND social_framework_events.finish > '2016-06-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 866], ["schedule_id", 663]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 866], ["schedule_id", 663], ["confirmed", "t"]]  (115.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 351]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 663 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 663 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 06:00:00.000000' AND social_framework_events.finish > '2016-12-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 351], ["schedule_id", 663]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 351], ["schedule_id", 663], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 976]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 663 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 663 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 20:00:00.000000' AND social_framework_events.finish > '2016-08-09 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 976], ["schedule_id", 663]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 976], ["schedule_id", 663], ["confirmed", "t"]]  (122.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 325]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 663 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 663 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-08 20:00:00.000000' AND social_framework_events.finish > '2016-08-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 325], ["schedule_id", 663]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 325], ["schedule_id", 663], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 929]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 663 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 663 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-14 07:00:00.000000' AND social_framework_events.finish > '2016-09-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 929], ["schedule_id", 663]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 929], ["schedule_id", 663], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 664]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 967]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 664 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 664], ["created_at", "2016-04-29 16:20:06.224772"], ["updated_at", "2016-04-29 16:20:06.224772"]]  (193.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 664 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 02:00:00.000000' AND social_framework_events.finish > '2016-01-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 967], ["schedule_id", 664]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 967], ["schedule_id", 664], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1557]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 664 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 664 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 14:00:00.000000' AND social_framework_events.finish > '2016-10-27 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1557], ["schedule_id", 664]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1557], ["schedule_id", 664], ["confirmed", "t"]]  (204.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1051]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 664 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 664 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 13:00:00.000000' AND social_framework_events.finish > '2016-06-11 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1051], ["schedule_id", 664]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1051], ["schedule_id", 664], ["confirmed", "t"]]  (158.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2246]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 664 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 664 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 07:00:00.000000' AND social_framework_events.finish > '2016-09-13 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2246], ["schedule_id", 664]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2246], ["schedule_id", 664], ["confirmed", "t"]]  (180.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1087]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 664 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 664 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-10 20:00:00.000000' AND social_framework_events.finish > '2016-08-10 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1087], ["schedule_id", 664]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1087], ["schedule_id", 664], ["confirmed", "t"]]  (168.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 665]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1036]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 665 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 665], ["created_at", "2016-04-29 16:20:07.293696"], ["updated_at", "2016-04-29 16:20:07.293696"]]  (170.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 665 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 08:00:00.000000' AND social_framework_events.finish > '2016-11-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1036], ["schedule_id", 665]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1036], ["schedule_id", 665], ["confirmed", "t"]]  (236.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 232]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 665 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 665 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 22:00:00.000000' AND social_framework_events.finish > '2016-10-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 232], ["schedule_id", 665]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 232], ["schedule_id", 665], ["confirmed", "t"]]  (135.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 665 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 665 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 00:00:00.000000' AND social_framework_events.finish > '2016-01-18 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 515], ["schedule_id", 665]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 515], ["schedule_id", 665], ["confirmed", "t"]]  (279.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1799]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 665 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 665 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-27 23:00:00.000000' AND social_framework_events.finish > '2016-04-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1799], ["schedule_id", 665]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1799], ["schedule_id", 665], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1646]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 665 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 665 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 17:00:00.000000' AND social_framework_events.finish > '2016-05-23 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1646], ["schedule_id", 665]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1646], ["schedule_id", 665], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 666]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1088]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 666 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 666], ["created_at", "2016-04-29 16:20:08.459717"], ["updated_at", "2016-04-29 16:20:08.459717"]]  (171.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 666 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 22:00:00.000000' AND social_framework_events.finish > '2016-01-17 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1088], ["schedule_id", 666]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1088], ["schedule_id", 666], ["confirmed", "t"]]  (104.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 656]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 666 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 666 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 02:00:00.000000' AND social_framework_events.finish > '2016-11-02 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 656], ["schedule_id", 666]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 656], ["schedule_id", 666], ["confirmed", "t"]]  (235.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1283]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 666 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 666 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 16:00:00.000000' AND social_framework_events.finish > '2016-07-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1283], ["schedule_id", 666]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1283], ["schedule_id", 666], ["confirmed", "t"]]  (157.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1944]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 666 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 666 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 13:00:00.000000' AND social_framework_events.finish > '2016-05-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1944], ["schedule_id", 666]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1944], ["schedule_id", 666], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2203]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 666 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 666 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 19:00:00.000000' AND social_framework_events.finish > '2016-01-08 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2203], ["schedule_id", 666]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2203], ["schedule_id", 666], ["confirmed", "t"]]  (96.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 667]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 336]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 667 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 667], ["created_at", "2016-04-29 16:20:09.394931"], ["updated_at", "2016-04-29 16:20:09.394931"]]  (105.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 667 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 09:00:00.000000' AND social_framework_events.finish > '2016-05-26 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 336], ["schedule_id", 667]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 336], ["schedule_id", 667], ["confirmed", "t"]]  (137.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 991]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 667 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 667 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-13 10:00:00.000000' AND social_framework_events.finish > '2016-10-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 991], ["schedule_id", 667]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 991], ["schedule_id", 667], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 618]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 667 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 667 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 13:00:00.000000' AND social_framework_events.finish > '2016-06-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 618], ["schedule_id", 667]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 618], ["schedule_id", 667], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1930]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 667 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 667 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 03:00:00.000000' AND social_framework_events.finish > '2016-07-26 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1930], ["schedule_id", 667]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1930], ["schedule_id", 667], ["confirmed", "t"]]  (136.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1170]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 667 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 667 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 15:00:00.000000' AND social_framework_events.finish > '2016-12-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1170], ["schedule_id", 667]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1170], ["schedule_id", 667], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 668]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 498]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 668 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 668], ["created_at", "2016-04-29 16:20:10.263497"], ["updated_at", "2016-04-29 16:20:10.263497"]]  (138.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 668 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 23:00:00.000000' AND social_framework_events.finish > '2016-10-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 498], ["schedule_id", 668]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 498], ["schedule_id", 668], ["confirmed", "t"]]  (148.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1581]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 668 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 668 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 05:00:00.000000' AND social_framework_events.finish > '2016-07-18 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1581], ["schedule_id", 668]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1581], ["schedule_id", 668], ["confirmed", "t"]]  (123.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 234]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 668 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 668 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 20:00:00.000000' AND social_framework_events.finish > '2016-02-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 234], ["schedule_id", 668]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 234], ["schedule_id", 668], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 375]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 668 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 668 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-12 20:00:00.000000' AND social_framework_events.finish > '2016-04-12 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 375], ["schedule_id", 668]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 375], ["schedule_id", 668], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 668 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 668 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 10:00:00.000000' AND social_framework_events.finish > '2016-12-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 73], ["schedule_id", 668]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 73], ["schedule_id", 668], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 669]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1548]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 669 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 669], ["created_at", "2016-04-29 16:20:11.064555"], ["updated_at", "2016-04-29 16:20:11.064555"]]  (104.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 669 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 09:00:00.000000' AND social_framework_events.finish > '2016-01-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1548], ["schedule_id", 669]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1548], ["schedule_id", 669], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1850]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 669 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 669 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 03:00:00.000000' AND social_framework_events.finish > '2016-12-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1850], ["schedule_id", 669]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1850], ["schedule_id", 669], ["confirmed", "t"]]  (181.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1122]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 669 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 669 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 23:00:00.000000' AND social_framework_events.finish > '2016-09-09 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1122], ["schedule_id", 669]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1122], ["schedule_id", 669], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1908]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 669 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 669 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 09:00:00.000000' AND social_framework_events.finish > '2016-01-17 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1908], ["schedule_id", 669]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1908], ["schedule_id", 669], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1377]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 669 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 669 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 22:00:00.000000' AND social_framework_events.finish > '2016-07-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1377], ["schedule_id", 669]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1377], ["schedule_id", 669], ["confirmed", "t"]]  (279.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 670]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 670 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 670], ["created_at", "2016-04-29 16:20:12.121562"], ["updated_at", "2016-04-29 16:20:12.121562"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 670 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 08:00:00.000000' AND social_framework_events.finish > '2016-06-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 543], ["schedule_id", 670]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 543], ["schedule_id", 670], ["confirmed", "t"]]  (114.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 426]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 670 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 670 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 16:00:00.000000' AND social_framework_events.finish > '2016-09-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 426], ["schedule_id", 670]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 426], ["schedule_id", 670], ["confirmed", "t"]]  (134.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 670 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 670 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 13:00:00.000000' AND social_framework_events.finish > '2016-04-24 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 162], ["schedule_id", 670]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 162], ["schedule_id", 670], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 670 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 670 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 06:00:00.000000' AND social_framework_events.finish > '2016-05-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 192], ["schedule_id", 670]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 192], ["schedule_id", 670], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1788]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 670 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 670 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 17:00:00.000000' AND social_framework_events.finish > '2016-12-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1788], ["schedule_id", 670]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1788], ["schedule_id", 670], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 671]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1466]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 671 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 671], ["created_at", "2016-04-29 16:20:12.900412"], ["updated_at", "2016-04-29 16:20:12.900412"]]  (115.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 671 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1466], ["schedule_id", 671]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1466], ["schedule_id", 671], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 207]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 671 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 671 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 05:00:00.000000' AND social_framework_events.finish > '2016-12-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 207], ["schedule_id", 671]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 207], ["schedule_id", 671], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2224]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 671 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 671 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-24 04:00:00.000000' AND social_framework_events.finish > '2016-07-24 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2224], ["schedule_id", 671]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2224], ["schedule_id", 671], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 671 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 671 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 10:00:00.000000' AND social_framework_events.finish > '2016-12-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 73], ["schedule_id", 671]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 73], ["schedule_id", 671], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1212]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 671 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 671 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 18:00:00.000000' AND social_framework_events.finish > '2016-11-02 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1212], ["schedule_id", 671]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1212], ["schedule_id", 671], ["confirmed", "t"]]  (245.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 672]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 672 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 672], ["created_at", "2016-04-29 16:20:13.780035"], ["updated_at", "2016-04-29 16:20:13.780035"]]  (171.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 672 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 11:00:00.000000' AND social_framework_events.finish > '2016-06-04 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 64], ["schedule_id", 672]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 64], ["schedule_id", 672], ["confirmed", "t"]]  (181.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 280]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 672 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 672 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 22:00:00.000000' AND social_framework_events.finish > '2016-04-14 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 280], ["schedule_id", 672]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 280], ["schedule_id", 672], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 877]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 672 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 672 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 02:00:00.000000' AND social_framework_events.finish > '2016-04-27 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 877], ["schedule_id", 672]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 877], ["schedule_id", 672], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 462]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 672 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 672 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 462], ["schedule_id", 672]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 462], ["schedule_id", 672], ["confirmed", "t"]]  (125.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1717]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 672 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 672 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 09:00:00.000000' AND social_framework_events.finish > '2016-10-27 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1717], ["schedule_id", 672]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1717], ["schedule_id", 672], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 673]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 825]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 673 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 673], ["created_at", "2016-04-29 16:20:14.692403"], ["updated_at", "2016-04-29 16:20:14.692403"]]  (116.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 673 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 20:00:00.000000' AND social_framework_events.finish > '2016-09-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 825], ["schedule_id", 673]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 825], ["schedule_id", 673], ["confirmed", "t"]]  (215.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2165]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 673 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 673 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 14:00:00.000000' AND social_framework_events.finish > '2016-11-10 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2165], ["schedule_id", 673]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2165], ["schedule_id", 673], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 341]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 673 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 673 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-01 05:00:00.000000' AND social_framework_events.finish > '2016-09-01 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 341], ["schedule_id", 673]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 341], ["schedule_id", 673], ["confirmed", "t"]]  (202.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2178]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 673 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 673 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 11:00:00.000000' AND social_framework_events.finish > '2016-05-24 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2178], ["schedule_id", 673]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2178], ["schedule_id", 673], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 356]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 673 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 673 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 13:00:00.000000' AND social_framework_events.finish > '2016-07-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 356], ["schedule_id", 673]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 356], ["schedule_id", 673], ["confirmed", "t"]]  (269.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 674]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 370]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 674 LIMIT 1  (0.1ms) begin transaction SQL (34.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 674], ["created_at", "2016-04-29 16:20:15.815033"], ["updated_at", "2016-04-29 16:20:15.815033"]]  (170.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 674 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 12:00:00.000000' AND social_framework_events.finish > '2016-09-26 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 370], ["schedule_id", 674]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 370], ["schedule_id", 674], ["confirmed", "t"]]  (104.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1814]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 674 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 674 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 15:00:00.000000' AND social_framework_events.finish > '2016-12-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1814], ["schedule_id", 674]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1814], ["schedule_id", 674], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 728]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 674 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 674 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 04:00:00.000000' AND social_framework_events.finish > '2016-12-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 728], ["schedule_id", 674]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 728], ["schedule_id", 674], ["confirmed", "t"]]  (269.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1903]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 674 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 674 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 04:00:00.000000' AND social_framework_events.finish > '2016-05-09 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1903], ["schedule_id", 674]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1903], ["schedule_id", 674], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2444]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 674 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 674 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 18:00:00.000000' AND social_framework_events.finish > '2016-01-18 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2444], ["schedule_id", 674]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2444], ["schedule_id", 674], ["confirmed", "t"]]  (180.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 675]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1844]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 675 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 675], ["created_at", "2016-04-29 16:20:16.905328"], ["updated_at", "2016-04-29 16:20:16.905328"]]  (116.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 675 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 04:00:00.000000' AND social_framework_events.finish > '2016-12-28 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1844], ["schedule_id", 675]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1844], ["schedule_id", 675], ["confirmed", "t"]]  (281.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 781]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 675 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 675 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 14:00:00.000000' AND social_framework_events.finish > '2016-04-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 781], ["schedule_id", 675]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 781], ["schedule_id", 675], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 267]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 675 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 675 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-05 13:00:00.000000' AND social_framework_events.finish > '2016-04-05 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 267], ["schedule_id", 675]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 267], ["schedule_id", 675], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2381]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 675 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 675 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 05:00:00.000000' AND social_framework_events.finish > '2016-01-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2381], ["schedule_id", 675]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2381], ["schedule_id", 675], ["confirmed", "t"]]  (246.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 674]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 675 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 675 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 07:00:00.000000' AND social_framework_events.finish > '2016-08-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 674], ["schedule_id", 675]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 674], ["schedule_id", 675], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 676]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1599]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 676 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 676], ["created_at", "2016-04-29 16:20:17.995387"], ["updated_at", "2016-04-29 16:20:17.995387"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 676 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 07:00:00.000000' AND social_framework_events.finish > '2016-06-11 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1599], ["schedule_id", 676]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1599], ["schedule_id", 676], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2071]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 676 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 676 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 12:00:00.000000' AND social_framework_events.finish > '2016-05-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2071], ["schedule_id", 676]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2071], ["schedule_id", 676], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 899]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 676 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 676 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 08:00:00.000000' AND social_framework_events.finish > '2016-12-22 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 899], ["schedule_id", 676]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 899], ["schedule_id", 676], ["confirmed", "t"]]  (109.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1189]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 676 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 676 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-01 18:00:00.000000' AND social_framework_events.finish > '2016-08-01 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1189], ["schedule_id", 676]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1189], ["schedule_id", 676], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 287]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 676 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 676 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 22:00:00.000000' AND social_framework_events.finish > '2016-12-05 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 287], ["schedule_id", 676]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 287], ["schedule_id", 676], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 677]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1971]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 677 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 677], ["created_at", "2016-04-29 16:20:18.786139"], ["updated_at", "2016-04-29 16:20:18.786139"]]  (116.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 677 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 19:00:00.000000' AND social_framework_events.finish > '2016-12-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1971], ["schedule_id", 677]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1971], ["schedule_id", 677], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1083]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 677 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 677 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 18:00:00.000000' AND social_framework_events.finish > '2016-04-08 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1083], ["schedule_id", 677]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1083], ["schedule_id", 677], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2192]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 677 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 677 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 04:00:00.000000' AND social_framework_events.finish > '2016-05-19 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2192], ["schedule_id", 677]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2192], ["schedule_id", 677], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1759]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 677 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 677 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 13:00:00.000000' AND social_framework_events.finish > '2016-12-21 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1759], ["schedule_id", 677]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1759], ["schedule_id", 677], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 284]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 677 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 677 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 18:00:00.000000' AND social_framework_events.finish > '2016-06-08 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 284], ["schedule_id", 677]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 284], ["schedule_id", 677], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 678]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2096]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 678 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 678], ["created_at", "2016-04-29 16:20:19.543319"], ["updated_at", "2016-04-29 16:20:19.543319"]]  (82.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 678 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 14:00:00.000000' AND social_framework_events.finish > '2016-08-28 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2096], ["schedule_id", 678]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2096], ["schedule_id", 678], ["confirmed", "t"]]  (104.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2428]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 678 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 678 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 07:00:00.000000' AND social_framework_events.finish > '2016-12-22 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2428], ["schedule_id", 678]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2428], ["schedule_id", 678], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 314]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 678 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 678 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 03:00:00.000000' AND social_framework_events.finish > '2016-03-05 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 314], ["schedule_id", 678]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 314], ["schedule_id", 678], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1862]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 678 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 678 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 03:00:00.000000' AND social_framework_events.finish > '2016-02-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1862], ["schedule_id", 678]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1862], ["schedule_id", 678], ["confirmed", "t"]]  (101.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 695]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 678 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 678 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 05:00:00.000000' AND social_framework_events.finish > '2016-03-17 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 695], ["schedule_id", 678]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 695], ["schedule_id", 678], ["confirmed", "t"]]  (155.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 679]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 268]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 679 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 679], ["created_at", "2016-04-29 16:20:20.244713"], ["updated_at", "2016-04-29 16:20:20.244713"]]  (116.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 679 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 17:00:00.000000' AND social_framework_events.finish > '2016-12-09 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 268], ["schedule_id", 679]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 268], ["schedule_id", 679], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 438]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 679 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 679 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 11:00:00.000000' AND social_framework_events.finish > '2016-05-15 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 438], ["schedule_id", 679]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 438], ["schedule_id", 679], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 679 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 679 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 05:00:00.000000' AND social_framework_events.finish > '2016-01-22 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 545], ["schedule_id", 679]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 545], ["schedule_id", 679], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 258]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 679 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 679 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 22:00:00.000000' AND social_framework_events.finish > '2016-07-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 258], ["schedule_id", 679]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 258], ["schedule_id", 679], ["confirmed", "t"]]  (122.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2324]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 679 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 679 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 15:00:00.000000' AND social_framework_events.finish > '2016-02-10 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2324], ["schedule_id", 679]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2324], ["schedule_id", 679], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 680]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1490]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 680 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 680], ["created_at", "2016-04-29 16:20:21.046801"], ["updated_at", "2016-04-29 16:20:21.046801"]]  (116.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 680 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 04:00:00.000000' AND social_framework_events.finish > '2016-12-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1490], ["schedule_id", 680]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1490], ["schedule_id", 680], ["confirmed", "t"]]  (126.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2439]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 680 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 680 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 03:00:00.000000' AND social_framework_events.finish > '2016-10-02 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2439], ["schedule_id", 680]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2439], ["schedule_id", 680], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 680 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 680 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 18:00:00.000000' AND social_framework_events.finish > '2016-10-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1505], ["schedule_id", 680]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1505], ["schedule_id", 680], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 445]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 680 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 680 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-11 17:00:00.000000' AND social_framework_events.finish > '2016-01-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 445], ["schedule_id", 680]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 445], ["schedule_id", 680], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 680 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 680 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 04:00:00.000000' AND social_framework_events.finish > '2016-09-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 123], ["schedule_id", 680]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 123], ["schedule_id", 680], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 681]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 681 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 681], ["created_at", "2016-04-29 16:20:21.770068"], ["updated_at", "2016-04-29 16:20:21.770068"]]  (104.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 681 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-01 05:00:00.000000' AND social_framework_events.finish > '2016-05-01 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 522], ["schedule_id", 681]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 522], ["schedule_id", 681], ["confirmed", "t"]]  (103.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 681 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 681 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 19:00:00.000000' AND social_framework_events.finish > '2016-02-03 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 586], ["schedule_id", 681]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 586], ["schedule_id", 681], ["confirmed", "t"]]  (97.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 323]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 681 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 681 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-28 18:00:00.000000' AND social_framework_events.finish > '2016-10-28 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 323], ["schedule_id", 681]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 323], ["schedule_id", 681], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2333]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 681 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 681 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 15:00:00.000000' AND social_framework_events.finish > '2016-06-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2333], ["schedule_id", 681]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2333], ["schedule_id", 681], ["confirmed", "t"]]  (136.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1531]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 681 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 681 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 04:00:00.000000' AND social_framework_events.finish > '2016-04-07 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1531], ["schedule_id", 681]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1531], ["schedule_id", 681], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 682]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 614]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 682 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 682], ["created_at", "2016-04-29 16:20:22.526867"], ["updated_at", "2016-04-29 16:20:22.526867"]]  (149.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 682 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 00:00:00.000000' AND social_framework_events.finish > '2016-10-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 614], ["schedule_id", 682]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 614], ["schedule_id", 682], ["confirmed", "t"]]  (170.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 921]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 682 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 682 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 18:00:00.000000' AND social_framework_events.finish > '2016-09-27 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 921], ["schedule_id", 682]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 921], ["schedule_id", 682], ["confirmed", "t"]]  (138.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1811]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 682 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 682 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 01:00:00.000000' AND social_framework_events.finish > '2016-03-03 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1811], ["schedule_id", 682]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1811], ["schedule_id", 682], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1777]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 682 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 682 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-09 10:00:00.000000' AND social_framework_events.finish > '2016-10-09 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1777], ["schedule_id", 682]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1777], ["schedule_id", 682], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 386]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 682 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 682 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 12:00:00.000000' AND social_framework_events.finish > '2016-10-20 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 386], ["schedule_id", 682]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 386], ["schedule_id", 682], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 683]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 683 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 683], ["created_at", "2016-04-29 16:20:23.451259"], ["updated_at", "2016-04-29 16:20:23.451259"]]  (159.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 683 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-27 14:00:00.000000' AND social_framework_events.finish > '2016-06-27 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 902], ["schedule_id", 683]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 902], ["schedule_id", 683], ["confirmed", "t"]]  (193.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 133]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 683 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 683 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-10 22:00:00.000000' AND social_framework_events.finish > '2016-08-10 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 133], ["schedule_id", 683]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 133], ["schedule_id", 683], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1259]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 683 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 683 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 11:00:00.000000' AND social_framework_events.finish > '2016-11-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1259], ["schedule_id", 683]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1259], ["schedule_id", 683], ["confirmed", "t"]]  (188.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1157]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 683 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 683 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 12:00:00.000000' AND social_framework_events.finish > '2016-01-25 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1157], ["schedule_id", 683]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1157], ["schedule_id", 683], ["confirmed", "t"]]  (111.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1995]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 683 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 683 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-27 00:00:00.000000' AND social_framework_events.finish > '2016-12-26 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1995], ["schedule_id", 683]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1995], ["schedule_id", 683], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 684]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1075]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 684 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 684], ["created_at", "2016-04-29 16:20:24.452006"], ["updated_at", "2016-04-29 16:20:24.452006"]]  (171.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 684 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 10:00:00.000000' AND social_framework_events.finish > '2016-09-07 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1075], ["schedule_id", 684]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1075], ["schedule_id", 684], ["confirmed", "t"]]  (203.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2326]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 684 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 684 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 02:00:00.000000' AND social_framework_events.finish > '2016-03-16 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2326], ["schedule_id", 684]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2326], ["schedule_id", 684], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1338]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 684 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 684 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-24 00:00:00.000000' AND social_framework_events.finish > '2016-09-23 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1338], ["schedule_id", 684]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1338], ["schedule_id", 684], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2044]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 684 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 684 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-16 22:00:00.000000' AND social_framework_events.finish > '2016-07-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2044], ["schedule_id", 684]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2044], ["schedule_id", 684], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1516]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 684 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 684 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 19:00:00.000000' AND social_framework_events.finish > '2016-07-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1516], ["schedule_id", 684]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1516], ["schedule_id", 684], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 685]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1605]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 685 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 685], ["created_at", "2016-04-29 16:20:25.364563"], ["updated_at", "2016-04-29 16:20:25.364563"]]  (116.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 685 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 06:00:00.000000' AND social_framework_events.finish > '2016-12-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1605], ["schedule_id", 685]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1605], ["schedule_id", 685], ["confirmed", "t"]]  (104.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1513]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 685 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 685 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 23:00:00.000000' AND social_framework_events.finish > '2016-09-18 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1513], ["schedule_id", 685]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1513], ["schedule_id", 685], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 187]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 685 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 685 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-19 10:00:00.000000' AND social_framework_events.finish > '2016-12-19 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 187], ["schedule_id", 685]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 187], ["schedule_id", 685], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 685 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 685 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 05:00:00.000000' AND social_framework_events.finish > '2016-01-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 90], ["schedule_id", 685]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 90], ["schedule_id", 685], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1696]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 685 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 685 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-24 17:00:00.000000' AND social_framework_events.finish > '2016-07-24 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1696], ["schedule_id", 685]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1696], ["schedule_id", 685], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 686]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1496]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 686 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 686], ["created_at", "2016-04-29 16:20:26.210396"], ["updated_at", "2016-04-29 16:20:26.210396"]]  (104.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 686 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 00:00:00.000000' AND social_framework_events.finish > '2016-09-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1496], ["schedule_id", 686]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1496], ["schedule_id", 686], ["confirmed", "t"]]  (137.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2089]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 686 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 686 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 04:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2089], ["schedule_id", 686]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2089], ["schedule_id", 686], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2394]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 686 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 686 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-13 16:00:00.000000' AND social_framework_events.finish > '2016-11-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2394], ["schedule_id", 686]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2394], ["schedule_id", 686], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1477]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 686 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 686 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 15:00:00.000000' AND social_framework_events.finish > '2016-10-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1477], ["schedule_id", 686]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1477], ["schedule_id", 686], ["confirmed", "t"]]  (233.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2233]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 686 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 686 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 16:00:00.000000' AND social_framework_events.finish > '2016-02-21 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2233], ["schedule_id", 686]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2233], ["schedule_id", 686], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 687]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2421]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 687 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 687], ["created_at", "2016-04-29 16:20:27.156411"], ["updated_at", "2016-04-29 16:20:27.156411"]]  (114.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 687 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-14 23:00:00.000000' AND social_framework_events.finish > '2016-08-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2421], ["schedule_id", 687]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2421], ["schedule_id", 687], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 200]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 687 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 687 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 18:00:00.000000' AND social_framework_events.finish > '2016-08-02 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 200], ["schedule_id", 687]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 200], ["schedule_id", 687], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2024]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 687 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 687 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 22:00:00.000000' AND social_framework_events.finish > '2016-09-22 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2024], ["schedule_id", 687]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2024], ["schedule_id", 687], ["confirmed", "t"]]  (235.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 221]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 687 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 687 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 07:00:00.000000' AND social_framework_events.finish > '2016-07-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 221], ["schedule_id", 687]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 221], ["schedule_id", 687], ["confirmed", "t"]]  (204.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1985]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 687 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 687 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 01:00:00.000000' AND social_framework_events.finish > '2016-07-08 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1985], ["schedule_id", 687]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1985], ["schedule_id", 687], ["confirmed", "t"]]  (224.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 688]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 688 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 688], ["created_at", "2016-04-29 16:20:28.234481"], ["updated_at", "2016-04-29 16:20:28.234481"]]  (104.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 688 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 02:00:00.000000' AND social_framework_events.finish > '2016-01-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 579], ["schedule_id", 688]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 579], ["schedule_id", 688], ["confirmed", "t"]]  (160.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2113]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 688 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 688 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 09:00:00.000000' AND social_framework_events.finish > '2016-06-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2113], ["schedule_id", 688]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2113], ["schedule_id", 688], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1391]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 688 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 688 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 09:00:00.000000' AND social_framework_events.finish > '2016-06-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1391], ["schedule_id", 688]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1391], ["schedule_id", 688], ["confirmed", "t"]]  (158.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 858]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 688 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 688 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-07 18:00:00.000000' AND social_framework_events.finish > '2016-01-07 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 858], ["schedule_id", 688]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 858], ["schedule_id", 688], ["confirmed", "t"]]  (111.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 320]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 688 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 688 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 17:00:00.000000' AND social_framework_events.finish > '2016-10-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 320], ["schedule_id", 688]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 320], ["schedule_id", 688], ["confirmed", "t"]]  (225.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 689]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2278]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 689], ["created_at", "2016-04-29 16:20:29.235344"], ["updated_at", "2016-04-29 16:20:29.235344"]]  (214.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 20:00:00.000000' AND social_framework_events.finish > '2016-05-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2278], ["schedule_id", 689]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2278], ["schedule_id", 689], ["confirmed", "t"]]  (282.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2099]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 17:00:00.000000' AND social_framework_events.finish > '2016-01-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2099], ["schedule_id", 689]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2099], ["schedule_id", 689], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1604]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 20:00:00.000000' AND social_framework_events.finish > '2016-03-11 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1604], ["schedule_id", 689]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1604], ["schedule_id", 689], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1429]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-02 03:00:00.000000' AND social_framework_events.finish > '2016-03-02 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1429], ["schedule_id", 689]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1429], ["schedule_id", 689], ["confirmed", "t"]]  (157.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2278]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 20:00:00.000000' AND social_framework_events.finish > '2016-05-19 17:00:00.000000') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 689 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 689 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-05 18:00:00.000000' AND social_framework_events.finish > '2016-01-05 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 511], ["schedule_id", 689]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 511], ["schedule_id", 689], ["confirmed", "t"]]  (160.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 690]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 873]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 690 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 690], ["created_at", "2016-04-29 16:20:30.357857"], ["updated_at", "2016-04-29 16:20:30.357857"]]  (105.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 690 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 03:00:00.000000' AND social_framework_events.finish > '2016-05-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 873], ["schedule_id", 690]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 873], ["schedule_id", 690], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 924]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 690 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 690 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 12:00:00.000000' AND social_framework_events.finish > '2016-06-23 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 924], ["schedule_id", 690]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 924], ["schedule_id", 690], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 733]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 690 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 690 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 12:00:00.000000' AND social_framework_events.finish > '2016-10-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 733], ["schedule_id", 690]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 733], ["schedule_id", 690], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 690 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 690 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 14:00:00.000000' AND social_framework_events.finish > '2016-07-26 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 569], ["schedule_id", 690]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 569], ["schedule_id", 690], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 115]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 690 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 690 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 09:00:00.000000' AND social_framework_events.finish > '2016-01-13 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 115], ["schedule_id", 690]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 115], ["schedule_id", 690], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 691]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1112]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 691 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 691], ["created_at", "2016-04-29 16:20:31.148417"], ["updated_at", "2016-04-29 16:20:31.148417"]]  (116.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 691 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 08:00:00.000000' AND social_framework_events.finish > '2016-12-16 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1112], ["schedule_id", 691]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1112], ["schedule_id", 691], ["confirmed", "t"]]  (137.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1029]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 691 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 691 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 14:00:00.000000' AND social_framework_events.finish > '2016-06-04 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1029], ["schedule_id", 691]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1029], ["schedule_id", 691], ["confirmed", "t"]]  (147.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 755]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 691 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 691 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 22:00:00.000000' AND social_framework_events.finish > '2016-05-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 755], ["schedule_id", 691]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 755], ["schedule_id", 691], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1120]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 691 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 691 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 20:00:00.000000' AND social_framework_events.finish > '2016-10-15 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1120], ["schedule_id", 691]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1120], ["schedule_id", 691], ["confirmed", "t"]]  (123.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 691 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 691 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 05:00:00.000000' AND social_framework_events.finish > '2016-11-11 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1409], ["schedule_id", 691]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1409], ["schedule_id", 691], ["confirmed", "t"]]  (180.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 692]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 871]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 692 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 692], ["created_at", "2016-04-29 16:20:32.005704"], ["updated_at", "2016-04-29 16:20:32.005704"]]  (203.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 692 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 23:00:00.000000' AND social_framework_events.finish > '2016-10-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 871], ["schedule_id", 692]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 871], ["schedule_id", 692], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 692 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 692 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 21:00:00.000000' AND social_framework_events.finish > '2016-06-02 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 554], ["schedule_id", 692]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 554], ["schedule_id", 692], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2187]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 692 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 692 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 18:00:00.000000' AND social_framework_events.finish > '2016-06-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2187], ["schedule_id", 692]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2187], ["schedule_id", 692], ["confirmed", "t"]]  (208.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1251]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 692 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 692 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 12:00:00.000000' AND social_framework_events.finish > '2016-07-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1251], ["schedule_id", 692]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1251], ["schedule_id", 692], ["confirmed", "t"]]  (134.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1772]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 692 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 692 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 04:00:00.000000' AND social_framework_events.finish > '2016-01-15 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1772], ["schedule_id", 692]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1772], ["schedule_id", 692], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 693]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1376]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 693 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 693], ["created_at", "2016-04-29 16:20:32.973470"], ["updated_at", "2016-04-29 16:20:32.973470"]]  (127.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 693 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 00:00:00.000000' AND social_framework_events.finish > '2016-03-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1376], ["schedule_id", 693]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1376], ["schedule_id", 693], ["confirmed", "t"]]  (148.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1881]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 693 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 693 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 03:00:00.000000' AND social_framework_events.finish > '2016-12-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1881], ["schedule_id", 693]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1881], ["schedule_id", 693], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2377]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 693 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 693 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-28 21:00:00.000000' AND social_framework_events.finish > '2016-07-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2377], ["schedule_id", 693]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2377], ["schedule_id", 693], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2113]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 693 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 693 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 09:00:00.000000' AND social_framework_events.finish > '2016-06-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2113], ["schedule_id", 693]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2113], ["schedule_id", 693], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 688]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 693 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 693 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 13:00:00.000000' AND social_framework_events.finish > '2016-08-21 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 688], ["schedule_id", 693]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 688], ["schedule_id", 693], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 694]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1061]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 694 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 694], ["created_at", "2016-04-29 16:20:33.807859"], ["updated_at", "2016-04-29 16:20:33.807859"]]  (93.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 694 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-01 18:00:00.000000' AND social_framework_events.finish > '2016-08-01 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1061], ["schedule_id", 694]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1061], ["schedule_id", 694], ["confirmed", "t"]]  (104.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1989]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 694 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 694 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 22:00:00.000000' AND social_framework_events.finish > '2016-07-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1989], ["schedule_id", 694]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1989], ["schedule_id", 694], ["confirmed", "t"]]  (158.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 783]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 694 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 694 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 00:00:00.000000' AND social_framework_events.finish > '2016-09-27 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 783], ["schedule_id", 694]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 783], ["schedule_id", 694], ["confirmed", "t"]]  (213.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1249]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 694 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 694 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 01:00:00.000000' AND social_framework_events.finish > '2016-05-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1249], ["schedule_id", 694]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1249], ["schedule_id", 694], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2421]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 694 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 694 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-14 23:00:00.000000' AND social_framework_events.finish > '2016-08-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2421], ["schedule_id", 694]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2421], ["schedule_id", 694], ["confirmed", "t"]]  (91.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 695]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 813]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 695 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 695], ["created_at", "2016-04-29 16:20:34.620234"], ["updated_at", "2016-04-29 16:20:34.620234"]]  (104.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 695 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 20:00:00.000000' AND social_framework_events.finish > '2016-06-16 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 813], ["schedule_id", 695]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 813], ["schedule_id", 695], ["confirmed", "t"]]  (137.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2446]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 695 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 695 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2446], ["schedule_id", 695]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2446], ["schedule_id", 695], ["confirmed", "t"]]  (245.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 695 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 695 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 10:00:00.000000' AND social_framework_events.finish > '2016-01-16 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 8], ["schedule_id", 695]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 8], ["schedule_id", 695], ["confirmed", "t"]]  (136.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1427]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 695 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 695 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 13:00:00.000000' AND social_framework_events.finish > '2016-06-19 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1427], ["schedule_id", 695]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1427], ["schedule_id", 695], ["confirmed", "t"]]  (160.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1448]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 695 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 695 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-05 16:00:00.000000' AND social_framework_events.finish > '2016-01-05 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1448], ["schedule_id", 695]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1448], ["schedule_id", 695], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 696]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2191]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 696 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 696], ["created_at", "2016-04-29 16:20:35.654722"], ["updated_at", "2016-04-29 16:20:35.654722"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 696 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 04:00:00.000000' AND social_framework_events.finish > '2016-12-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2191], ["schedule_id", 696]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2191], ["schedule_id", 696], ["confirmed", "t"]]  (204.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1881]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 696 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 696 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 03:00:00.000000' AND social_framework_events.finish > '2016-12-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1881], ["schedule_id", 696]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1881], ["schedule_id", 696], ["confirmed", "t"]]  (158.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 868]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 696 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 696 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 07:00:00.000000' AND social_framework_events.finish > '2016-02-17 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 868], ["schedule_id", 696]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 868], ["schedule_id", 696], ["confirmed", "t"]]  (100.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1119]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 696 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 696 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 12:00:00.000000' AND social_framework_events.finish > '2016-06-20 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1119], ["schedule_id", 696]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1119], ["schedule_id", 696], ["confirmed", "t"]]  (102.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1534]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 696 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 696 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 19:00:00.000000' AND social_framework_events.finish > '2016-05-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1534], ["schedule_id", 696]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1534], ["schedule_id", 696], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 697]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1595]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 697 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 697], ["created_at", "2016-04-29 16:20:36.511573"], ["updated_at", "2016-04-29 16:20:36.511573"]]  (115.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 697 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 02:00:00.000000' AND social_framework_events.finish > '2016-06-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1595], ["schedule_id", 697]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1595], ["schedule_id", 697], ["confirmed", "t"]]  (171.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 697 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 697 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 06:00:00.000000' AND social_framework_events.finish > '2016-12-05 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 149], ["schedule_id", 697]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 149], ["schedule_id", 697], ["confirmed", "t"]]  (136.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2442]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 697 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 697 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 03:00:00.000000' AND social_framework_events.finish > '2016-07-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2442], ["schedule_id", 697]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2442], ["schedule_id", 697], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 643]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 697 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 697 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 04:00:00.000000' AND social_framework_events.finish > '2016-07-07 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 643], ["schedule_id", 697]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 643], ["schedule_id", 697], ["confirmed", "t"]]  (180.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2073]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 697 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 697 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 06:00:00.000000' AND social_framework_events.finish > '2016-06-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2073], ["schedule_id", 697]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2073], ["schedule_id", 697], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 698]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 154]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 698 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 698], ["created_at", "2016-04-29 16:20:37.434523"], ["updated_at", "2016-04-29 16:20:37.434523"]]  (139.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 698 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-10 13:00:00.000000' AND social_framework_events.finish > '2016-10-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 154], ["schedule_id", 698]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 154], ["schedule_id", 698], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1605]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 698 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 698 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 06:00:00.000000' AND social_framework_events.finish > '2016-12-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1605], ["schedule_id", 698]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1605], ["schedule_id", 698], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1303]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 698 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 698 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 04:00:00.000000' AND social_framework_events.finish > '2016-10-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1303], ["schedule_id", 698]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1303], ["schedule_id", 698], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 152]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 698 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 698 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 07:00:00.000000' AND social_framework_events.finish > '2016-09-18 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 152], ["schedule_id", 698]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 152], ["schedule_id", 698], ["confirmed", "t"]]  (147.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 134]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 698 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 698 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 14:00:00.000000' AND social_framework_events.finish > '2016-10-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 134], ["schedule_id", 698]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 134], ["schedule_id", 698], ["confirmed", "t"]]  (121.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 699]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 864]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 699 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 699], ["created_at", "2016-04-29 16:20:38.303776"], ["updated_at", "2016-04-29 16:20:38.303776"]]  (114.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 699 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-02 19:00:00.000000' AND social_framework_events.finish > '2016-03-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 864], ["schedule_id", 699]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 864], ["schedule_id", 699], ["confirmed", "t"]]  (93.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2329]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 699 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 699 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 13:00:00.000000' AND social_framework_events.finish > '2016-05-17 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2329], ["schedule_id", 699]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2329], ["schedule_id", 699], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1055]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 699 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 699 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1055], ["schedule_id", 699]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1055], ["schedule_id", 699], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1378]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 699 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 699 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 05:00:00.000000' AND social_framework_events.finish > '2016-10-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1378], ["schedule_id", 699]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1378], ["schedule_id", 699], ["confirmed", "t"]]  (91.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1094]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 699 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 699 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-19 17:00:00.000000' AND social_framework_events.finish > '2016-12-19 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1094], ["schedule_id", 699]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1094], ["schedule_id", 699], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 700]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 307]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 700 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 700], ["created_at", "2016-04-29 16:20:39.049390"], ["updated_at", "2016-04-29 16:20:39.049390"]]  (104.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 700 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 01:00:00.000000' AND social_framework_events.finish > '2016-10-19 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 307], ["schedule_id", 700]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 307], ["schedule_id", 700], ["confirmed", "t"]]  (104.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 700 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 700 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 14:00:00.000000' AND social_framework_events.finish > '2016-09-27 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 45], ["schedule_id", 700]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 45], ["schedule_id", 700], ["confirmed", "t"]]  (135.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1499]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 700 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 700 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 19:00:00.000000' AND social_framework_events.finish > '2016-09-22 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1499], ["schedule_id", 700]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1499], ["schedule_id", 700], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1198]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 700 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 700 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 05:00:00.000000' AND social_framework_events.finish > '2016-08-04 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1198], ["schedule_id", 700]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1198], ["schedule_id", 700], ["confirmed", "t"]]  (182.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 700 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 700 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-26 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1149], ["schedule_id", 700]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1149], ["schedule_id", 700], ["confirmed", "t"]]  (136.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 701]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1570]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 701 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 701], ["created_at", "2016-04-29 16:20:39.874378"], ["updated_at", "2016-04-29 16:20:39.874378"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 701 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 12:00:00.000000' AND social_framework_events.finish > '2016-07-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1570], ["schedule_id", 701]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1570], ["schedule_id", 701], ["confirmed", "t"]]  (193.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 241]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 701 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 701 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 17:00:00.000000' AND social_framework_events.finish > '2016-08-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 241], ["schedule_id", 701]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 241], ["schedule_id", 701], ["confirmed", "t"]]  (201.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 371]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 701 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 701 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 18:00:00.000000' AND social_framework_events.finish > '2016-08-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 371], ["schedule_id", 701]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 371], ["schedule_id", 701], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2487]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 701 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 701 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-27 07:00:00.000000' AND social_framework_events.finish > '2016-07-27 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2487], ["schedule_id", 701]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2487], ["schedule_id", 701], ["confirmed", "t"]]  (158.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2254]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 701 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 701 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 10:00:00.000000' AND social_framework_events.finish > '2016-03-12 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2254], ["schedule_id", 701]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2254], ["schedule_id", 701], ["confirmed", "t"]]  (91.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 702]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1530]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 702 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 702], ["created_at", "2016-04-29 16:20:40.830206"], ["updated_at", "2016-04-29 16:20:40.830206"]]  (193.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 702 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 12:00:00.000000' AND social_framework_events.finish > '2016-12-21 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1530], ["schedule_id", 702]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1530], ["schedule_id", 702], ["confirmed", "t"]]  (181.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 359]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 702 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 702 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-07 22:00:00.000000' AND social_framework_events.finish > '2016-01-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 359], ["schedule_id", 702]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 359], ["schedule_id", 702], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 298]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 702 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 702 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 04:00:00.000000' AND social_framework_events.finish > '2016-03-06 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 298], ["schedule_id", 702]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 298], ["schedule_id", 702], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 214]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 702 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 702 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 09:00:00.000000' AND social_framework_events.finish > '2016-01-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 214], ["schedule_id", 702]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 214], ["schedule_id", 702], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 254]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 702 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 702 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-20 19:00:00.000000' AND social_framework_events.finish > '2016-09-20 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 254], ["schedule_id", 702]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 254], ["schedule_id", 702], ["confirmed", "t"]]  (365.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 703]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2130]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 703 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 703], ["created_at", "2016-04-29 16:20:42.052276"], ["updated_at", "2016-04-29 16:20:42.052276"]]  (127.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 703 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 15:00:00.000000' AND social_framework_events.finish > '2016-07-13 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2130], ["schedule_id", 703]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2130], ["schedule_id", 703], ["confirmed", "t"]]  (182.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 497]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 703 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 703 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 12:00:00.000000' AND social_framework_events.finish > '2016-04-18 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 497], ["schedule_id", 703]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 497], ["schedule_id", 703], ["confirmed", "t"]]  (178.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 267]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 703 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 703 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-05 13:00:00.000000' AND social_framework_events.finish > '2016-04-05 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 267], ["schedule_id", 703]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 267], ["schedule_id", 703], ["confirmed", "t"]]  (167.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1533]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 703 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 703 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 23:00:00.000000' AND social_framework_events.finish > '2016-02-19 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1533], ["schedule_id", 703]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1533], ["schedule_id", 703], ["confirmed", "t"]]  (246.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 926]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 703 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 703 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-23 15:00:00.000000' AND social_framework_events.finish > '2016-08-23 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 926], ["schedule_id", 703]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 926], ["schedule_id", 703], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 704]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2193]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 704 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 704], ["created_at", "2016-04-29 16:20:43.142218"], ["updated_at", "2016-04-29 16:20:43.142218"]]  (105.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 704 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 03:00:00.000000' AND social_framework_events.finish > '2016-11-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2193], ["schedule_id", 704]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2193], ["schedule_id", 704], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1916]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 704 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 704 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-07 18:00:00.000000' AND social_framework_events.finish > '2016-08-07 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1916], ["schedule_id", 704]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1916], ["schedule_id", 704], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 885]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 704 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 704 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 18:00:00.000000' AND social_framework_events.finish > '2016-08-05 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 885], ["schedule_id", 704]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 885], ["schedule_id", 704], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 199]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 704 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 704 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 02:00:00.000000' AND social_framework_events.finish > '2016-07-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 199], ["schedule_id", 704]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 199], ["schedule_id", 704], ["confirmed", "t"]]  (189.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2007]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 704 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 704 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 07:00:00.000000' AND social_framework_events.finish > '2016-12-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2007], ["schedule_id", 704]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2007], ["schedule_id", 704], ["confirmed", "t"]]  (155.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 705]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 755]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 705 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 705], ["created_at", "2016-04-29 16:20:44.043422"], ["updated_at", "2016-04-29 16:20:44.043422"]]  (171.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 705 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 22:00:00.000000' AND social_framework_events.finish > '2016-05-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 755], ["schedule_id", 705]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 755], ["schedule_id", 705], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2412]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 705 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 705 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 13:00:00.000000' AND social_framework_events.finish > '2016-09-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2412], ["schedule_id", 705]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2412], ["schedule_id", 705], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2477]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 705 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 705 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 08:00:00.000000' AND social_framework_events.finish > '2016-08-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2477], ["schedule_id", 705]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2477], ["schedule_id", 705], ["confirmed", "t"]]  (168.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2275]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 705 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 705 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 22:00:00.000000' AND social_framework_events.finish > '2016-11-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2275], ["schedule_id", 705]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2275], ["schedule_id", 705], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 349]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 705 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 705 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 03:00:00.000000' AND social_framework_events.finish > '2016-11-01 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 349], ["schedule_id", 705]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 349], ["schedule_id", 705], ["confirmed", "t"]]  (136.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 706]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 706 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 706], ["created_at", "2016-04-29 16:20:45.044700"], ["updated_at", "2016-04-29 16:20:45.044700"]]  (138.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 706 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 56], ["schedule_id", 706]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 56], ["schedule_id", 706], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 861]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 706 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 706 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 00:00:00.000000' AND social_framework_events.finish > '2016-06-15 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 861], ["schedule_id", 706]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 861], ["schedule_id", 706], ["confirmed", "t"]]  (91.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1165]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 706 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 706 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-16 10:00:00.000000' AND social_framework_events.finish > '2016-11-16 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1165], ["schedule_id", 706]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1165], ["schedule_id", 706], ["confirmed", "t"]]  (112.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 706 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 706 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 20:00:00.000000' AND social_framework_events.finish > '2016-10-03 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2281], ["schedule_id", 706]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2281], ["schedule_id", 706], ["confirmed", "t"]]  (168.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 448]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 706 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 706 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 18:00:00.000000' AND social_framework_events.finish > '2016-01-17 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 448], ["schedule_id", 706]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 448], ["schedule_id", 706], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 707]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1765]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 707 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 707], ["created_at", "2016-04-29 16:20:45.882036"], ["updated_at", "2016-04-29 16:20:45.882036"]]  (180.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 707 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 22:00:00.000000' AND social_framework_events.finish > '2016-05-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1765], ["schedule_id", 707]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1765], ["schedule_id", 707], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 471]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 707 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 707 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 10:00:00.000000' AND social_framework_events.finish > '2016-10-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 471], ["schedule_id", 707]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 471], ["schedule_id", 707], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1149]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 707 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 707 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-26 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1149], ["schedule_id", 707]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1149], ["schedule_id", 707], ["confirmed", "t"]]  (180.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1142]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 707 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 707 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 09:00:00.000000' AND social_framework_events.finish > '2016-04-06 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1142], ["schedule_id", 707]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1142], ["schedule_id", 707], ["confirmed", "t"]]  (183.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1684]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 707 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 707 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-09 11:00:00.000000' AND social_framework_events.finish > '2016-06-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1684], ["schedule_id", 707]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1684], ["schedule_id", 707], ["confirmed", "t"]]  (111.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 708]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1425]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 708 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 708], ["created_at", "2016-04-29 16:20:46.836334"], ["updated_at", "2016-04-29 16:20:46.836334"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 708 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-27 04:00:00.000000' AND social_framework_events.finish > '2016-07-27 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1425], ["schedule_id", 708]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1425], ["schedule_id", 708], ["confirmed", "t"]]  (104.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1641]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 708 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 708 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 11:00:00.000000' AND social_framework_events.finish > '2016-06-01 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1641], ["schedule_id", 708]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1641], ["schedule_id", 708], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2064]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 708 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 708 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 16:00:00.000000' AND social_framework_events.finish > '2016-07-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2064], ["schedule_id", 708]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2064], ["schedule_id", 708], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1105]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 708 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 708 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 11:00:00.000000' AND social_framework_events.finish > '2016-07-10 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1105], ["schedule_id", 708]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1105], ["schedule_id", 708], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1596]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 708 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 708 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-06 16:00:00.000000' AND social_framework_events.finish > '2016-02-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1596], ["schedule_id", 708]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1596], ["schedule_id", 708], ["confirmed", "t"]]  (180.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 709]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 668]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 709 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 709], ["created_at", "2016-04-29 16:20:47.650001"], ["updated_at", "2016-04-29 16:20:47.650001"]]  (237.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 709 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 19:00:00.000000' AND social_framework_events.finish > '2016-01-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 668], ["schedule_id", 709]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 668], ["schedule_id", 709], ["confirmed", "t"]]  (148.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2269]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 709 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 709 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-28 03:00:00.000000' AND social_framework_events.finish > '2016-05-27 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2269], ["schedule_id", 709]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2269], ["schedule_id", 709], ["confirmed", "t"]]  (112.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 709 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 709 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 178], ["schedule_id", 709]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 178], ["schedule_id", 709], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1611]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 709 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 709 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 12:00:00.000000' AND social_framework_events.finish > '2016-08-11 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1611], ["schedule_id", 709]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1611], ["schedule_id", 709], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2066]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 709 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 709 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 02:00:00.000000' AND social_framework_events.finish > '2016-12-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2066], ["schedule_id", 709]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2066], ["schedule_id", 709], ["confirmed", "t"]]  (113.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 710]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 241]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 710 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 710], ["created_at", "2016-04-29 16:20:48.550704"], ["updated_at", "2016-04-29 16:20:48.550704"]]  (115.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 710 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 17:00:00.000000' AND social_framework_events.finish > '2016-08-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 241], ["schedule_id", 710]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 241], ["schedule_id", 710], ["confirmed", "t"]]  (120.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2468]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 710 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 710 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-09 10:00:00.000000' AND social_framework_events.finish > '2016-06-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2468], ["schedule_id", 710]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2468], ["schedule_id", 710], ["confirmed", "t"]]  (157.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 194]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 710 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 710 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 15:00:00.000000' AND social_framework_events.finish > '2016-11-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 194], ["schedule_id", 710]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 194], ["schedule_id", 710], ["confirmed", "t"]]  (133.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1336]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 710 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 710 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 05:00:00.000000' AND social_framework_events.finish > '2016-08-09 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1336], ["schedule_id", 710]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1336], ["schedule_id", 710], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1455]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 710 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 710 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 23:00:00.000000' AND social_framework_events.finish > '2016-06-19 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1455], ["schedule_id", 710]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1455], ["schedule_id", 710], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 711]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1740]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 711 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 711], ["created_at", "2016-04-29 16:20:49.396184"], ["updated_at", "2016-04-29 16:20:49.396184"]]  (105.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 711 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 15:00:00.000000' AND social_framework_events.finish > '2016-01-18 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1740], ["schedule_id", 711]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1740], ["schedule_id", 711], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 754]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 711 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 711 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 09:00:00.000000' AND social_framework_events.finish > '2016-11-26 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 754], ["schedule_id", 711]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 754], ["schedule_id", 711], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 494]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 711 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 711 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-14 07:00:00.000000' AND social_framework_events.finish > '2016-05-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 494], ["schedule_id", 711]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 494], ["schedule_id", 711], ["confirmed", "t"]]  (188.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1340]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 711 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 711 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 08:00:00.000000' AND social_framework_events.finish > '2016-11-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1340], ["schedule_id", 711]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1340], ["schedule_id", 711], ["confirmed", "t"]]  (112.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 643]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 711 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 711 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 04:00:00.000000' AND social_framework_events.finish > '2016-07-07 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 643], ["schedule_id", 711]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 643], ["schedule_id", 711], ["confirmed", "t"]]  (324.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 712]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2470]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 712 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 712], ["created_at", "2016-04-29 16:20:50.430680"], ["updated_at", "2016-04-29 16:20:50.430680"]]  (115.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 712 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 14:00:00.000000' AND social_framework_events.finish > '2016-09-18 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2470], ["schedule_id", 712]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2470], ["schedule_id", 712], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1565]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 712 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 712 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-12 02:00:00.000000' AND social_framework_events.finish > '2016-06-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1565], ["schedule_id", 712]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1565], ["schedule_id", 712], ["confirmed", "t"]]  (112.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 712 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 712 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 16:00:00.000000' AND social_framework_events.finish > '2016-12-06 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 563], ["schedule_id", 712]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 563], ["schedule_id", 712], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2370]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 712 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 712 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 23:00:00.000000' AND social_framework_events.finish > '2016-05-05 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2370], ["schedule_id", 712]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2370], ["schedule_id", 712], ["confirmed", "t"]]  (101.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 893]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 712 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 712 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-25 03:00:00.000000' AND social_framework_events.finish > '2016-04-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 893], ["schedule_id", 712]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 893], ["schedule_id", 712], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 713]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1739]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 713 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 713], ["created_at", "2016-04-29 16:20:51.153943"], ["updated_at", "2016-04-29 16:20:51.153943"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 713 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 12:00:00.000000' AND social_framework_events.finish > '2016-12-13 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1739], ["schedule_id", 713]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1739], ["schedule_id", 713], ["confirmed", "t"]]  (202.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 713 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 713 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 11:00:00.000000' AND social_framework_events.finish > '2016-12-06 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 9], ["schedule_id", 713]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 9], ["schedule_id", 713], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 873]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 713 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 713 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 03:00:00.000000' AND social_framework_events.finish > '2016-05-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 873], ["schedule_id", 713]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 873], ["schedule_id", 713], ["confirmed", "t"]]  (301.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 111]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 713 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 713 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 22:00:00.000000' AND social_framework_events.finish > '2016-08-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 111], ["schedule_id", 713]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 111], ["schedule_id", 713], ["confirmed", "t"]]  (192.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1213]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 713 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 713 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-24 05:00:00.000000' AND social_framework_events.finish > '2016-03-24 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1213], ["schedule_id", 713]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1213], ["schedule_id", 713], ["confirmed", "t"]]  (224.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 714]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 941]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 714 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 714], ["created_at", "2016-04-29 16:20:52.366165"], ["updated_at", "2016-04-29 16:20:52.366165"]]  (127.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 714 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 14:00:00.000000' AND social_framework_events.finish > '2016-09-05 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 941], ["schedule_id", 714]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 941], ["schedule_id", 714], ["confirmed", "t"]]  (104.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1889]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 714 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 714 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 06:00:00.000000' AND social_framework_events.finish > '2016-04-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1889], ["schedule_id", 714]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1889], ["schedule_id", 714], ["confirmed", "t"]]  (179.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1063]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 714 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 714 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-10 12:00:00.000000' AND social_framework_events.finish > '2016-12-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1063], ["schedule_id", 714]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1063], ["schedule_id", 714], ["confirmed", "t"]]  (136.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1404]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 714 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 714 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 10:00:00.000000' AND social_framework_events.finish > '2016-01-16 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1404], ["schedule_id", 714]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1404], ["schedule_id", 714], ["confirmed", "t"]]  (136.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2065]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 714 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 714 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 15:00:00.000000' AND social_framework_events.finish > '2016-02-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2065], ["schedule_id", 714]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2065], ["schedule_id", 714], ["confirmed", "t"]]  (224.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 715]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1116]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 715 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 715], ["created_at", "2016-04-29 16:20:53.323118"], ["updated_at", "2016-04-29 16:20:53.323118"]]  (115.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 715 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 19:00:00.000000' AND social_framework_events.finish > '2016-12-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1116], ["schedule_id", 715]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1116], ["schedule_id", 715], ["confirmed", "t"]]  (159.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1840]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 715 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 715 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-02 05:00:00.000000' AND social_framework_events.finish > '2016-02-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1840], ["schedule_id", 715]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1840], ["schedule_id", 715], ["confirmed", "t"]]  (179.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 715 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 715 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 15:00:00.000000' AND social_framework_events.finish > '2016-10-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 91], ["schedule_id", 715]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 91], ["schedule_id", 715], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1032]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 715 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 715 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 18:00:00.000000' AND social_framework_events.finish > '2016-02-04 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1032], ["schedule_id", 715]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1032], ["schedule_id", 715], ["confirmed", "t"]]  (133.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 715 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 715 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 22:00:00.000000' AND social_framework_events.finish > '2016-08-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 19], ["schedule_id", 715]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 19], ["schedule_id", 715], ["confirmed", "t"]]  (201.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 716]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 716 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 716], ["created_at", "2016-04-29 16:20:54.334234"], ["updated_at", "2016-04-29 16:20:54.334234"]]  (106.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 716 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 15:00:00.000000' AND social_framework_events.finish > '2016-03-18 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 529], ["schedule_id", 716]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 529], ["schedule_id", 716], ["confirmed", "t"]]  (126.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2089]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 716 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 716 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 04:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2089], ["schedule_id", 716]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2089], ["schedule_id", 716], ["confirmed", "t"]]  (200.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 892]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 716 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 716 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-23 10:00:00.000000' AND social_framework_events.finish > '2016-01-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 892], ["schedule_id", 716]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 892], ["schedule_id", 716], ["confirmed", "t"]]  (91.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 806]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 716 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 716 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 22:00:00.000000' AND social_framework_events.finish > '2016-10-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 806], ["schedule_id", 716]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 806], ["schedule_id", 716], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1140]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 716 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 716 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 13:00:00.000000' AND social_framework_events.finish > '2016-05-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1140], ["schedule_id", 716]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1140], ["schedule_id", 716], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 717]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1481]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 717 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 717], ["created_at", "2016-04-29 16:20:55.170581"], ["updated_at", "2016-04-29 16:20:55.170581"]]  (115.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 717 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-27 17:00:00.000000' AND social_framework_events.finish > '2016-04-27 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1481], ["schedule_id", 717]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1481], ["schedule_id", 717], ["confirmed", "t"]]  (105.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2233]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 717 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 717 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 16:00:00.000000' AND social_framework_events.finish > '2016-02-21 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2233], ["schedule_id", 717]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2233], ["schedule_id", 717], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1345]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 717 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 717 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 18:00:00.000000' AND social_framework_events.finish > '2016-10-22 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1345], ["schedule_id", 717]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1345], ["schedule_id", 717], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1636]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 717 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 717 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 05:00:00.000000' AND social_framework_events.finish > '2016-02-28 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1636], ["schedule_id", 717]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1636], ["schedule_id", 717], ["confirmed", "t"]]  (113.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 909]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 717 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 717 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 909], ["schedule_id", 717]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 909], ["schedule_id", 717], ["confirmed", "t"]]  (100.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 718]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1639]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 718 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 718], ["created_at", "2016-04-29 16:20:55.882489"], ["updated_at", "2016-04-29 16:20:55.882489"]]  (105.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 718 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-21 05:00:00.000000' AND social_framework_events.finish > '2016-04-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1639], ["schedule_id", 718]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1639], ["schedule_id", 718], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 438]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 718 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 718 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 11:00:00.000000' AND social_framework_events.finish > '2016-05-15 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 438], ["schedule_id", 718]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 438], ["schedule_id", 718], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1790]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 718 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 718 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 08:00:00.000000' AND social_framework_events.finish > '2016-07-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1790], ["schedule_id", 718]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1790], ["schedule_id", 718], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2311]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 718 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 718 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 15:00:00.000000' AND social_framework_events.finish > '2016-03-05 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2311], ["schedule_id", 718]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2311], ["schedule_id", 718], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2025]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 718 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 718 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-24 15:00:00.000000' AND social_framework_events.finish > '2016-10-24 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2025], ["schedule_id", 718]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2025], ["schedule_id", 718], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 719]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 225]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 719 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 719], ["created_at", "2016-04-29 16:20:56.640500"], ["updated_at", "2016-04-29 16:20:56.640500"]]  (149.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 719 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 20:00:00.000000' AND social_framework_events.finish > '2016-01-03 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 225], ["schedule_id", 719]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 225], ["schedule_id", 719], ["confirmed", "t"]]  (258.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1699]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 719 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 719 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 09:00:00.000000' AND social_framework_events.finish > '2016-02-16 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1699], ["schedule_id", 719]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1699], ["schedule_id", 719], ["confirmed", "t"]]  (190.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2154]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 719 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 719 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 14:00:00.000000' AND social_framework_events.finish > '2016-05-02 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2154], ["schedule_id", 719]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2154], ["schedule_id", 719], ["confirmed", "t"]]  (181.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 302]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 719 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 719 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 04:00:00.000000' AND social_framework_events.finish > '2016-06-23 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 302], ["schedule_id", 719]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 302], ["schedule_id", 719], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 273]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 719 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 719 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-23 08:00:00.000000' AND social_framework_events.finish > '2016-09-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 273], ["schedule_id", 719]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 273], ["schedule_id", 719], ["confirmed", "t"]]  (168.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 720]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2306]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 720 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 720], ["created_at", "2016-04-29 16:20:57.784762"], ["updated_at", "2016-04-29 16:20:57.784762"]]  (194.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 720 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 06:00:00.000000' AND social_framework_events.finish > '2016-08-20 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2306], ["schedule_id", 720]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2306], ["schedule_id", 720], ["confirmed", "t"]]  (148.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 219]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 720 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 720 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 22:00:00.000000' AND social_framework_events.finish > '2016-09-25 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 219], ["schedule_id", 720]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 219], ["schedule_id", 720], ["confirmed", "t"]]  (136.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1839]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 720 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 720 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 09:00:00.000000' AND social_framework_events.finish > '2016-11-10 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1839], ["schedule_id", 720]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1839], ["schedule_id", 720], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 231]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 720 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 720 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 16:00:00.000000' AND social_framework_events.finish > '2016-06-23 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 231], ["schedule_id", 720]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 231], ["schedule_id", 720], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1468]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 720 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 720 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-24 10:00:00.000000' AND social_framework_events.finish > '2016-02-24 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1468], ["schedule_id", 720]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1468], ["schedule_id", 720], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 721]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2355]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 721 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 721], ["created_at", "2016-04-29 16:20:58.674314"], ["updated_at", "2016-04-29 16:20:58.674314"]]  (105.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 721 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-04 15:00:00.000000' AND social_framework_events.finish > '2016-05-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2355], ["schedule_id", 721]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2355], ["schedule_id", 721], ["confirmed", "t"]]  (103.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2380]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 721 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 721 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 17:00:00.000000' AND social_framework_events.finish > '2016-12-07 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2380], ["schedule_id", 721]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2380], ["schedule_id", 721], ["confirmed", "t"]]  (148.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 466]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 721 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 721 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 01:00:00.000000' AND social_framework_events.finish > '2016-11-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 466], ["schedule_id", 721]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 466], ["schedule_id", 721], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 224]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 721 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 721 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-04 16:00:00.000000' AND social_framework_events.finish > '2016-09-04 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 224], ["schedule_id", 721]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 224], ["schedule_id", 721], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2169]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 721 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 721 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 09:00:00.000000' AND social_framework_events.finish > '2016-06-25 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2169], ["schedule_id", 721]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2169], ["schedule_id", 721], ["confirmed", "t"]]  (122.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 722]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1781]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 722 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 722], ["created_at", "2016-04-29 16:20:59.510107"], ["updated_at", "2016-04-29 16:20:59.510107"]]  (168.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 722 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 15:00:00.000000' AND social_framework_events.finish > '2016-06-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1781], ["schedule_id", 722]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1781], ["schedule_id", 722], ["confirmed", "t"]]  (363.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1922]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 722 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 722 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-08 13:00:00.000000' AND social_framework_events.finish > '2016-10-08 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1922], ["schedule_id", 722]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1922], ["schedule_id", 722], ["confirmed", "t"]]  (290.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2435]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 722 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 722 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 22:00:00.000000' AND social_framework_events.finish > '2016-08-25 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2435], ["schedule_id", 722]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2435], ["schedule_id", 722], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1071]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 722 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 722 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 08:00:00.000000' AND social_framework_events.finish > '2016-04-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1071], ["schedule_id", 722]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1071], ["schedule_id", 722], ["confirmed", "t"]]  (136.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2124]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 722 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 722 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 01:00:00.000000' AND social_framework_events.finish > '2016-03-26 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2124], ["schedule_id", 722]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2124], ["schedule_id", 722], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 723]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2044]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 723 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 723], ["created_at", "2016-04-29 16:21:00.788968"], ["updated_at", "2016-04-29 16:21:00.788968"]]  (259.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 723 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-16 22:00:00.000000' AND social_framework_events.finish > '2016-07-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2044], ["schedule_id", 723]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2044], ["schedule_id", 723], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 928]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 723 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 723 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 06:00:00.000000' AND social_framework_events.finish > '2016-11-21 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 928], ["schedule_id", 723]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 928], ["schedule_id", 723], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2484]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 723 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 723 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 02:00:00.000000' AND social_framework_events.finish > '2016-07-09 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2484], ["schedule_id", 723]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2484], ["schedule_id", 723], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1780]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 723 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 723 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 13:00:00.000000' AND social_framework_events.finish > '2016-12-05 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1780], ["schedule_id", 723]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1780], ["schedule_id", 723], ["confirmed", "t"]]  (103.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1469]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 723 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 723 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-18 03:00:00.000000' AND social_framework_events.finish > '2016-11-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1469], ["schedule_id", 723]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1469], ["schedule_id", 723], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 724]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 724 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 724], ["created_at", "2016-04-29 16:21:01.681217"], ["updated_at", "2016-04-29 16:21:01.681217"]]  (147.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 724 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 03:00:00.000000' AND social_framework_events.finish > '2016-06-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 144], ["schedule_id", 724]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 144], ["schedule_id", 724], ["confirmed", "t"]]  (148.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2480]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 724 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 724 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 10:00:00.000000' AND social_framework_events.finish > '2016-02-04 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2480], ["schedule_id", 724]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2480], ["schedule_id", 724], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1862]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 724 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 724 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 03:00:00.000000' AND social_framework_events.finish > '2016-02-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1862], ["schedule_id", 724]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1862], ["schedule_id", 724], ["confirmed", "t"]]  (118.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1915]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 724 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 724 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 15:00:00.000000' AND social_framework_events.finish > '2016-05-07 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1915], ["schedule_id", 724]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1915], ["schedule_id", 724], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 745]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 724 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 724 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 18:00:00.000000' AND social_framework_events.finish > '2016-09-13 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 745], ["schedule_id", 724]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 745], ["schedule_id", 724], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 725]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 725 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 725], ["created_at", "2016-04-29 16:21:02.513407"], ["updated_at", "2016-04-29 16:21:02.513407"]]  (116.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 725 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 16:00:00.000000' AND social_framework_events.finish > '2016-12-17 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 34], ["schedule_id", 725]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 34], ["schedule_id", 725], ["confirmed", "t"]]  (392.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 725 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 725 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 02:00:00.000000' AND social_framework_events.finish > '2016-09-05 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 62], ["schedule_id", 725]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 62], ["schedule_id", 725], ["confirmed", "t"]]  (202.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 657]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 725 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 725 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 14:00:00.000000' AND social_framework_events.finish > '2016-05-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 657], ["schedule_id", 725]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 657], ["schedule_id", 725], ["confirmed", "t"]]  (125.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 725 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 725 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 08:00:00.000000' AND social_framework_events.finish > '2016-02-10 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 550], ["schedule_id", 725]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 550], ["schedule_id", 725], ["confirmed", "t"]]  (91.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 956]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 725 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 725 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 05:00:00.000000' AND social_framework_events.finish > '2016-05-09 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 956], ["schedule_id", 725]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 956], ["schedule_id", 725], ["confirmed", "t"]]  (112.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 726]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2446]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 726 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 726], ["created_at", "2016-04-29 16:21:03.602619"], ["updated_at", "2016-04-29 16:21:03.602619"]]  (105.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 726 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2446], ["schedule_id", 726]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2446], ["schedule_id", 726], ["confirmed", "t"]]  (104.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2327]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 726 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 726 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 11:00:00.000000' AND social_framework_events.finish > '2016-09-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2327], ["schedule_id", 726]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2327], ["schedule_id", 726], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1680]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 726 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 726 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 05:00:00.000000' AND social_framework_events.finish > '2016-04-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1680], ["schedule_id", 726]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1680], ["schedule_id", 726], ["confirmed", "t"]]  (103.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 485]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 726 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 726 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-26 01:00:00.000000' AND social_framework_events.finish > '2016-01-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 485], ["schedule_id", 726]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 485], ["schedule_id", 726], ["confirmed", "t"]]  (136.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1227]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 726 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 726 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-23 23:00:00.000000' AND social_framework_events.finish > '2016-03-23 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1227], ["schedule_id", 726]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1227], ["schedule_id", 726], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 727]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1845]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 727 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 727], ["created_at", "2016-04-29 16:21:04.327221"], ["updated_at", "2016-04-29 16:21:04.327221"]]  (115.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 727 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-02 07:00:00.000000' AND social_framework_events.finish > '2016-02-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1845], ["schedule_id", 727]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1845], ["schedule_id", 727], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1161]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 727 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 727 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 06:00:00.000000' AND social_framework_events.finish > '2016-11-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1161], ["schedule_id", 727]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1161], ["schedule_id", 727], ["confirmed", "t"]]  (167.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 727 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 727 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 02:00:00.000000' AND social_framework_events.finish > '2016-08-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 56], ["schedule_id", 727]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 56], ["schedule_id", 727], ["confirmed", "t"]]  (158.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 630]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 727 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 727 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-01 13:00:00.000000' AND social_framework_events.finish > '2016-10-01 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 630], ["schedule_id", 727]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 630], ["schedule_id", 727], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 213]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 727 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 727 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 18:00:00.000000' AND social_framework_events.finish > '2016-02-18 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 213], ["schedule_id", 727]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 213], ["schedule_id", 727], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 728]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2084]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 728 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 728], ["created_at", "2016-04-29 16:21:05.139256"], ["updated_at", "2016-04-29 16:21:05.139256"]]  (105.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 728 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 06:00:00.000000' AND social_framework_events.finish > '2016-12-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2084], ["schedule_id", 728]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2084], ["schedule_id", 728], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1666]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 728 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 728 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 04:00:00.000000' AND social_framework_events.finish > '2016-03-09 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1666], ["schedule_id", 728]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1666], ["schedule_id", 728], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1111]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 728 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 728 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 04:00:00.000000' AND social_framework_events.finish > '2016-10-15 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1111], ["schedule_id", 728]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1111], ["schedule_id", 728], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 728 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 728 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 19:00:00.000000' AND social_framework_events.finish > '2016-02-03 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 586], ["schedule_id", 728]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 586], ["schedule_id", 728], ["confirmed", "t"]]  (110.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 728 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 728 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 02:00:00.000000' AND social_framework_events.finish > '2016-08-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 596], ["schedule_id", 728]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 596], ["schedule_id", 728], ["confirmed", "t"]]  (235.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 729]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 729 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 729], ["created_at", "2016-04-29 16:21:06.040880"], ["updated_at", "2016-04-29 16:21:06.040880"]]  (161.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 729 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 16:00:00.000000' AND social_framework_events.finish > '2016-12-06 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 563], ["schedule_id", 729]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 563], ["schedule_id", 729], ["confirmed", "t"]]  (93.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1085]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 729 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 729 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 06:00:00.000000' AND social_framework_events.finish > '2016-03-06 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1085], ["schedule_id", 729]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1085], ["schedule_id", 729], ["confirmed", "t"]]  (112.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 729 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 729 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 03:00:00.000000' AND social_framework_events.finish > '2016-09-10 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 18], ["schedule_id", 729]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 18], ["schedule_id", 729], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1579]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 729 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 729 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 18:00:00.000000' AND social_framework_events.finish > '2016-05-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1579], ["schedule_id", 729]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1579], ["schedule_id", 729], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 729 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 729 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 05:00:00.000000' AND social_framework_events.finish > '2016-11-11 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1409], ["schedule_id", 729]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1409], ["schedule_id", 729], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 730]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1924]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 730 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 730], ["created_at", "2016-04-29 16:21:06.899033"], ["updated_at", "2016-04-29 16:21:06.899033"]]  (104.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 730 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 17:00:00.000000' AND social_framework_events.finish > '2016-12-09 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1924], ["schedule_id", 730]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1924], ["schedule_id", 730], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1611]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 730 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 730 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 12:00:00.000000' AND social_framework_events.finish > '2016-08-11 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1611], ["schedule_id", 730]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1611], ["schedule_id", 730], ["confirmed", "t"]]  (125.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 309]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 730 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 730 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 05:00:00.000000' AND social_framework_events.finish > '2016-05-15 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 309], ["schedule_id", 730]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 309], ["schedule_id", 730], ["confirmed", "t"]]  (134.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1296]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 730 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 730 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-28 08:00:00.000000' AND social_framework_events.finish > '2016-03-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1296], ["schedule_id", 730]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1296], ["schedule_id", 730], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1229]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 730 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 730 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 01:00:00.000000' AND social_framework_events.finish > '2016-02-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1229], ["schedule_id", 730]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1229], ["schedule_id", 730], ["confirmed", "t"]]  (121.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 731]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1829]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 731 LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 731], ["created_at", "2016-04-29 16:21:07.711217"], ["updated_at", "2016-04-29 16:21:07.711217"]]  (148.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 731 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-16 01:00:00.000000' AND social_framework_events.finish > '2016-07-15 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1829], ["schedule_id", 731]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1829], ["schedule_id", 731], ["confirmed", "t"]]  (214.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 731 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 731 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 14:00:00.000000' AND social_framework_events.finish > '2016-07-26 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 569], ["schedule_id", 731]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 569], ["schedule_id", 731], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 191]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 731 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 731 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 21:00:00.000000' AND social_framework_events.finish > '2016-01-03 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 191], ["schedule_id", 731]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 191], ["schedule_id", 731], ["confirmed", "t"]]  (224.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1628]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 731 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 731 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 14:00:00.000000' AND social_framework_events.finish > '2016-10-04 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1628], ["schedule_id", 731]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1628], ["schedule_id", 731], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1344]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 731 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 731 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 18:00:00.000000' AND social_framework_events.finish > '2016-06-22 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1344], ["schedule_id", 731]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1344], ["schedule_id", 731], ["confirmed", "t"]]  (210.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 732]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 404]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 732 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 732], ["created_at", "2016-04-29 16:21:08.802104"], ["updated_at", "2016-04-29 16:21:08.802104"]]  (125.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 732 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 18:00:00.000000' AND social_framework_events.finish > '2016-05-23 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 404], ["schedule_id", 732]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 404], ["schedule_id", 732], ["confirmed", "t"]]  (203.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1968]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 732 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 732 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 02:00:00.000000' AND social_framework_events.finish > '2016-02-15 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1968], ["schedule_id", 732]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1968], ["schedule_id", 732], ["confirmed", "t"]]  (179.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 612]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 732 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 732 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-29 02:00:00.000000' AND social_framework_events.finish > '2016-05-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 612], ["schedule_id", 732]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 612], ["schedule_id", 732], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2004]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 732 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 732 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 17:00:00.000000' AND social_framework_events.finish > '2016-11-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2004], ["schedule_id", 732]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2004], ["schedule_id", 732], ["confirmed", "t"]]  (159.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1252]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 732 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 732 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 10:00:00.000000' AND social_framework_events.finish > '2016-03-11 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1252], ["schedule_id", 732]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1252], ["schedule_id", 732], ["confirmed", "t"]]  (235.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 733]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2268]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 733 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 733], ["created_at", "2016-04-29 16:21:09.901961"], ["updated_at", "2016-04-29 16:21:09.901961"]]  (270.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 733 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-18 16:00:00.000000' AND social_framework_events.finish > '2016-06-18 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2268], ["schedule_id", 733]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2268], ["schedule_id", 733], ["confirmed", "t"]]  (147.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 688]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 733 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 733 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 13:00:00.000000' AND social_framework_events.finish > '2016-08-21 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 688], ["schedule_id", 733]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 688], ["schedule_id", 733], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 733 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 733 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 03:00:00.000000' AND social_framework_events.finish > '2016-08-12 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 130], ["schedule_id", 733]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 130], ["schedule_id", 733], ["confirmed", "t"]]  (334.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 988]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 733 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 733 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 23:00:00.000000' AND social_framework_events.finish > '2016-04-08 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 988], ["schedule_id", 733]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 988], ["schedule_id", 733], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 201]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 733 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 733 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 17:00:00.000000' AND social_framework_events.finish > '2016-10-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 201], ["schedule_id", 733]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 201], ["schedule_id", 733], ["confirmed", "t"]]  (180.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 734]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 768]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 734 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 734], ["created_at", "2016-04-29 16:21:11.190284"], ["updated_at", "2016-04-29 16:21:11.190284"]]  (93.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 734 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 05:00:00.000000' AND social_framework_events.finish > '2016-07-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 768], ["schedule_id", 734]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 768], ["schedule_id", 734], ["confirmed", "t"]]  (138.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1788]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 734 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 734 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 17:00:00.000000' AND social_framework_events.finish > '2016-12-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1788], ["schedule_id", 734]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1788], ["schedule_id", 734], ["confirmed", "t"]]  (223.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 734 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 734 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 21:00:00.000000' AND social_framework_events.finish > '2016-09-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1245], ["schedule_id", 734]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1245], ["schedule_id", 734], ["confirmed", "t"]]  (100.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2300]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 734 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 734 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 14:00:00.000000' AND social_framework_events.finish > '2016-11-28 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2300], ["schedule_id", 734]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2300], ["schedule_id", 734], ["confirmed", "t"]]  (167.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 782]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 734 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 734 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-24 14:00:00.000000' AND social_framework_events.finish > '2016-09-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 782], ["schedule_id", 734]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 782], ["schedule_id", 734], ["confirmed", "t"]]  (180.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 735]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1640]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 735 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 735], ["created_at", "2016-04-29 16:21:12.147691"], ["updated_at", "2016-04-29 16:21:12.147691"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 735 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-27 04:00:00.000000' AND social_framework_events.finish > '2016-07-27 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1640], ["schedule_id", 735]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1640], ["schedule_id", 735], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 928]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 735 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 735 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 06:00:00.000000' AND social_framework_events.finish > '2016-11-21 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 928], ["schedule_id", 735]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 928], ["schedule_id", 735], ["confirmed", "t"]]  (158.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2263]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 735 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 735 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 05:00:00.000000' AND social_framework_events.finish > '2016-04-10 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2263], ["schedule_id", 735]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2263], ["schedule_id", 735], ["confirmed", "t"]]  (180.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 841]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 735 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 735 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 19:00:00.000000' AND social_framework_events.finish > '2016-12-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 841], ["schedule_id", 735]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 841], ["schedule_id", 735], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 912]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 735 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 735 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 19:00:00.000000' AND social_framework_events.finish > '2016-02-10 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 912], ["schedule_id", 735]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 912], ["schedule_id", 735], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 736]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 736]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 736 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 736], ["created_at", "2016-04-29 16:21:12.992481"], ["updated_at", "2016-04-29 16:21:12.992481"]]  (115.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 736 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 00:00:00.000000' AND social_framework_events.finish > '2016-12-22 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 736], ["schedule_id", 736]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 736], ["schedule_id", 736], ["confirmed", "t"]]  (115.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 736 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 736 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-15 04:00:00.000000' AND social_framework_events.finish > '2016-03-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 914], ["schedule_id", 736]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 914], ["schedule_id", 736], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1731]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 736 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 736 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 11:00:00.000000' AND social_framework_events.finish > '2016-02-12 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1731], ["schedule_id", 736]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1731], ["schedule_id", 736], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2116]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 736 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 736 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 20:00:00.000000' AND social_framework_events.finish > '2016-04-01 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2116], ["schedule_id", 736]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2116], ["schedule_id", 736], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 968]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 736 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 736 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 09:00:00.000000' AND social_framework_events.finish > '2016-04-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 968], ["schedule_id", 736]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 968], ["schedule_id", 736], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 737]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1040]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 737 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 737], ["created_at", "2016-04-29 16:21:13.817130"], ["updated_at", "2016-04-29 16:21:13.817130"]]  (127.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 737 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-03 20:00:00.000000' AND social_framework_events.finish > '2016-02-03 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1040], ["schedule_id", 737]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1040], ["schedule_id", 737], ["confirmed", "t"]]  (148.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1675]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 737 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 737 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 22:00:00.000000' AND social_framework_events.finish > '2016-05-07 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1675], ["schedule_id", 737]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1675], ["schedule_id", 737], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2351]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 737 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 737 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-08 20:00:00.000000' AND social_framework_events.finish > '2016-12-08 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2351], ["schedule_id", 737]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2351], ["schedule_id", 737], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1170]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 737 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 737 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 15:00:00.000000' AND social_framework_events.finish > '2016-12-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1170], ["schedule_id", 737]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1170], ["schedule_id", 737], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 287]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 737 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 737 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 22:00:00.000000' AND social_framework_events.finish > '2016-12-05 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 287], ["schedule_id", 737]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 287], ["schedule_id", 737], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 738]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2042]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 738 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 738], ["created_at", "2016-04-29 16:21:14.607605"], ["updated_at", "2016-04-29 16:21:14.607605"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 738 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 13:00:00.000000' AND social_framework_events.finish > '2016-05-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2042], ["schedule_id", 738]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2042], ["schedule_id", 738], ["confirmed", "t"]]  (126.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 611]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 738 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 738 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 13:00:00.000000' AND social_framework_events.finish > '2016-12-22 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 611], ["schedule_id", 738]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 611], ["schedule_id", 738], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2478]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 738 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 738 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 17:00:00.000000' AND social_framework_events.finish > '2016-09-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2478], ["schedule_id", 738]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2478], ["schedule_id", 738], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 738 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 738 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 10:00:00.000000' AND social_framework_events.finish > '2016-12-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 73], ["schedule_id", 738]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 73], ["schedule_id", 738], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2100]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 738 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 738 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 10:00:00.000000' AND social_framework_events.finish > '2016-05-03 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2100], ["schedule_id", 738]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2100], ["schedule_id", 738], ["confirmed", "t"]]  (159.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 739]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2238]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 739 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 739], ["created_at", "2016-04-29 16:21:15.452910"], ["updated_at", "2016-04-29 16:21:15.452910"]]  (93.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 739 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 03:00:00.000000' AND social_framework_events.finish > '2016-03-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2238], ["schedule_id", 739]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2238], ["schedule_id", 739], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1509]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 739 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 739 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 05:00:00.000000' AND social_framework_events.finish > '2016-09-11 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1509], ["schedule_id", 739]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1509], ["schedule_id", 739], ["confirmed", "t"]]  (217.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2495]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 739 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 739 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 13:00:00.000000' AND social_framework_events.finish > '2016-02-20 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2495], ["schedule_id", 739]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2495], ["schedule_id", 739], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1419]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 739 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 739 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 14:00:00.000000' AND social_framework_events.finish > '2016-08-21 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1419], ["schedule_id", 739]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1419], ["schedule_id", 739], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1170]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 739 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 739 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 15:00:00.000000' AND social_framework_events.finish > '2016-12-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1170], ["schedule_id", 739]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1170], ["schedule_id", 739], ["confirmed", "t"]]  (112.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 740]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2317]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 740 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 740], ["created_at", "2016-04-29 16:21:16.299250"], ["updated_at", "2016-04-29 16:21:16.299250"]]  (138.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 740 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 19:00:00.000000' AND social_framework_events.finish > '2016-09-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2317], ["schedule_id", 740]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2317], ["schedule_id", 740], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1592]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 740 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 740 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-07 08:00:00.000000' AND social_framework_events.finish > '2016-08-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1592], ["schedule_id", 740]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1592], ["schedule_id", 740], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 285]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 740 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 740 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-10 01:00:00.000000' AND social_framework_events.finish > '2016-10-10 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 285], ["schedule_id", 740]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 285], ["schedule_id", 740], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1598]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 740 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 740 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 11:00:00.000000' AND social_framework_events.finish > '2016-07-14 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1598], ["schedule_id", 740]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1598], ["schedule_id", 740], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 740 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 740 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 15:00:00.000000' AND social_framework_events.finish > '2016-01-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 572], ["schedule_id", 740]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 572], ["schedule_id", 740], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 741]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 696]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 741 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 741], ["created_at", "2016-04-29 16:21:17.089730"], ["updated_at", "2016-04-29 16:21:17.089730"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 741 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-17 13:00:00.000000' AND social_framework_events.finish > '2016-04-17 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 696], ["schedule_id", 741]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 696], ["schedule_id", 741], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 158]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 741 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 741 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-25 20:00:00.000000' AND social_framework_events.finish > '2016-04-25 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 158], ["schedule_id", 741]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 158], ["schedule_id", 741], ["confirmed", "t"]]  (147.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1814]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 741 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 741 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 15:00:00.000000' AND social_framework_events.finish > '2016-12-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1814], ["schedule_id", 741]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1814], ["schedule_id", 741], ["confirmed", "t"]]  (172.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2022]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 741 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 741 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 12:00:00.000000' AND social_framework_events.finish > '2016-04-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2022], ["schedule_id", 741]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2022], ["schedule_id", 741], ["confirmed", "t"]]  (395.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 415]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 741 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 741 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-23 15:00:00.000000' AND social_framework_events.finish > '2016-11-23 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 415], ["schedule_id", 741]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 415], ["schedule_id", 741], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 742]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 662]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 742 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 742], ["created_at", "2016-04-29 16:21:18.212867"], ["updated_at", "2016-04-29 16:21:18.212867"]]  (116.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 742 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 14:00:00.000000' AND social_framework_events.finish > '2016-02-25 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 662], ["schedule_id", 742]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 662], ["schedule_id", 742], ["confirmed", "t"]]  (159.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1511]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 742 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 742 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 22:00:00.000000' AND social_framework_events.finish > '2016-06-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1511], ["schedule_id", 742]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1511], ["schedule_id", 742], ["confirmed", "t"]]  (181.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 389]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 742 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 742 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 21:00:00.000000' AND social_framework_events.finish > '2016-11-14 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 389], ["schedule_id", 742]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 389], ["schedule_id", 742], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 783]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 742 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 742 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 00:00:00.000000' AND social_framework_events.finish > '2016-09-27 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 783], ["schedule_id", 742]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 783], ["schedule_id", 742], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 742 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 742 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 03:00:00.000000' AND social_framework_events.finish > '2016-11-01 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2149], ["schedule_id", 742]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2149], ["schedule_id", 742], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 743]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2345]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 743 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 743], ["created_at", "2016-04-29 16:21:19.103582"], ["updated_at", "2016-04-29 16:21:19.103582"]]  (115.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 743 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 04:00:00.000000' AND social_framework_events.finish > '2016-08-21 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2345], ["schedule_id", 743]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2345], ["schedule_id", 743], ["confirmed", "t"]]  (93.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 743 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 743 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 20:00:00.000000' AND social_framework_events.finish > '2016-10-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 582], ["schedule_id", 743]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 582], ["schedule_id", 743], ["confirmed", "t"]]  (201.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1809]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 743 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 743 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 15:00:00.000000' AND social_framework_events.finish > '2016-11-22 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1809], ["schedule_id", 743]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1809], ["schedule_id", 743], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1128]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 743 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 743 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 04:00:00.000000' AND social_framework_events.finish > '2016-06-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1128], ["schedule_id", 743]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1128], ["schedule_id", 743], ["confirmed", "t"]]  (123.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 423]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 743 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 743 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-25 10:00:00.000000' AND social_framework_events.finish > '2016-07-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 423], ["schedule_id", 743]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 423], ["schedule_id", 743], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 744]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 744 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 744], ["created_at", "2016-04-29 16:21:19.970820"], ["updated_at", "2016-04-29 16:21:19.970820"]]  (104.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 744 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-08 06:00:00.000000' AND social_framework_events.finish > '2016-04-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 39], ["schedule_id", 744]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 39], ["schedule_id", 744], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2174]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 744 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 744 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 18:00:00.000000' AND social_framework_events.finish > '2016-05-02 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2174], ["schedule_id", 744]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2174], ["schedule_id", 744], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1695]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 744 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 744 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 04:00:00.000000' AND social_framework_events.finish > '2016-03-18 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1695], ["schedule_id", 744]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1695], ["schedule_id", 744], ["confirmed", "t"]]  (103.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1192]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 744 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 744 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 09:00:00.000000' AND social_framework_events.finish > '2016-01-08 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1192], ["schedule_id", 744]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1192], ["schedule_id", 744], ["confirmed", "t"]]  (118.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 744 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 744 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-20 07:00:00.000000' AND social_framework_events.finish > '2016-09-20 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 594], ["schedule_id", 744]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 594], ["schedule_id", 744], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 745]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1397]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 745 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 745], ["created_at", "2016-04-29 16:21:20.698635"], ["updated_at", "2016-04-29 16:21:20.698635"]]  (160.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 745 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 22:00:00.000000' AND social_framework_events.finish > '2016-08-20 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1397], ["schedule_id", 745]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1397], ["schedule_id", 745], ["confirmed", "t"]]  (126.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 745 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 745 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 11:00:00.000000' AND social_framework_events.finish > '2016-08-24 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 564], ["schedule_id", 745]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 564], ["schedule_id", 745], ["confirmed", "t"]]  (168.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1625]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 745 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 745 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-14 09:00:00.000000' AND social_framework_events.finish > '2016-05-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1625], ["schedule_id", 745]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1625], ["schedule_id", 745], ["confirmed", "t"]]  (134.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1877]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 745 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 745 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 21:00:00.000000' AND social_framework_events.finish > '2016-10-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1877], ["schedule_id", 745]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1877], ["schedule_id", 745], ["confirmed", "t"]]  (113.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1668]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 745 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 745 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 08:00:00.000000' AND social_framework_events.finish > '2016-01-13 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1668], ["schedule_id", 745]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1668], ["schedule_id", 745], ["confirmed", "t"]]  (91.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 746]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1607]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 746 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 746], ["created_at", "2016-04-29 16:21:21.544055"], ["updated_at", "2016-04-29 16:21:21.544055"]]  (105.4ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 746 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 21:00:00.000000' AND social_framework_events.finish > '2016-12-16 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1607], ["schedule_id", 746]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1607], ["schedule_id", 746], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 742]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 746 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 746 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 09:00:00.000000' AND social_framework_events.finish > '2016-09-25 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 742], ["schedule_id", 746]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 742], ["schedule_id", 746], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1738]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 746 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 746 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 09:00:00.000000' AND social_framework_events.finish > '2016-02-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1738], ["schedule_id", 746]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1738], ["schedule_id", 746], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1682]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 746 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 746 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 09:00:00.000000' AND social_framework_events.finish > '2016-08-06 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1682], ["schedule_id", 746]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1682], ["schedule_id", 746], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 437]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 746 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 746 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-06 20:00:00.000000' AND social_framework_events.finish > '2016-07-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 437], ["schedule_id", 746]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 437], ["schedule_id", 746], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 747]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 747 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 747], ["created_at", "2016-04-29 16:21:22.270421"], ["updated_at", "2016-04-29 16:21:22.270421"]]  (114.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 747 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 14:00:00.000000' AND social_framework_events.finish > '2016-08-20 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2245], ["schedule_id", 747]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2245], ["schedule_id", 747], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 898]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 747 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 747 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 08:00:00.000000' AND social_framework_events.finish > '2016-01-20 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 898], ["schedule_id", 747]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 898], ["schedule_id", 747], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1690]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 747 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 747 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 04:00:00.000000' AND social_framework_events.finish > '2016-11-08 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1690], ["schedule_id", 747]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1690], ["schedule_id", 747], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1531]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 747 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 747 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 04:00:00.000000' AND social_framework_events.finish > '2016-04-07 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1531], ["schedule_id", 747]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1531], ["schedule_id", 747], ["confirmed", "t"]]  (132.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1078]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 747 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 747 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 21:00:00.000000' AND social_framework_events.finish > '2016-06-05 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1078], ["schedule_id", 747]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1078], ["schedule_id", 747], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 748]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1793]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 748 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 748], ["created_at", "2016-04-29 16:21:23.071093"], ["updated_at", "2016-04-29 16:21:23.071093"]]  (93.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 748 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 00:00:00.000000' AND social_framework_events.finish > '2016-01-18 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1793], ["schedule_id", 748]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1793], ["schedule_id", 748], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2243]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 748 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 748 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 17:00:00.000000' AND social_framework_events.finish > '2016-02-15 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2243], ["schedule_id", 748]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2243], ["schedule_id", 748], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1550]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 748 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 748 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-14 13:00:00.000000' AND social_framework_events.finish > '2016-09-14 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1550], ["schedule_id", 748]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1550], ["schedule_id", 748], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1328]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 748 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 748 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-24 12:00:00.000000' AND social_framework_events.finish > '2016-06-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1328], ["schedule_id", 748]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1328], ["schedule_id", 748], ["confirmed", "t"]]  (102.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 418]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 748 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 748 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-17 19:00:00.000000' AND social_framework_events.finish > '2016-11-17 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 418], ["schedule_id", 748]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 418], ["schedule_id", 748], ["confirmed", "t"]]  (223.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 749]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1130]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 749 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 749], ["created_at", "2016-04-29 16:21:23.982783"], ["updated_at", "2016-04-29 16:21:23.982783"]]  (160.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 749 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 19:00:00.000000' AND social_framework_events.finish > '2016-12-07 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1130], ["schedule_id", 749]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1130], ["schedule_id", 749], ["confirmed", "t"]]  (137.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 947]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 749 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 749 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 03:00:00.000000' AND social_framework_events.finish > '2016-07-01 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 947], ["schedule_id", 749]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 947], ["schedule_id", 749], ["confirmed", "t"]]  (137.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1718]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 749 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 749 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 11:00:00.000000' AND social_framework_events.finish > '2016-07-15 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1718], ["schedule_id", 749]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1718], ["schedule_id", 749], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 497]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 749 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 749 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 12:00:00.000000' AND social_framework_events.finish > '2016-04-18 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 497], ["schedule_id", 749]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 497], ["schedule_id", 749], ["confirmed", "t"]]  (246.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1043]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 749 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 749 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-21 15:00:00.000000' AND social_framework_events.finish > '2016-06-21 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1043], ["schedule_id", 749]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1043], ["schedule_id", 749], ["confirmed", "t"]]  (158.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 750]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1170]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 750 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 750], ["created_at", "2016-04-29 16:21:25.030207"], ["updated_at", "2016-04-29 16:21:25.030207"]]  (93.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 750 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 15:00:00.000000' AND social_framework_events.finish > '2016-12-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1170], ["schedule_id", 750]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1170], ["schedule_id", 750], ["confirmed", "t"]]  (160.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2339]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 750 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 750 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 16:00:00.000000' AND social_framework_events.finish > '2016-09-25 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2339], ["schedule_id", 750]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2339], ["schedule_id", 750], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 750 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 750 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 08:00:00.000000' AND social_framework_events.finish > '2016-06-05 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 568], ["schedule_id", 750]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 568], ["schedule_id", 750], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 750 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 750 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 21:00:00.000000' AND social_framework_events.finish > '2016-05-07 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2409], ["schedule_id", 750]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2409], ["schedule_id", 750], ["confirmed", "t"]]  (224.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1376]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 750 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 750 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 00:00:00.000000' AND social_framework_events.finish > '2016-03-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1376], ["schedule_id", 750]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1376], ["schedule_id", 750], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 751]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 751 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 751], ["created_at", "2016-04-29 16:21:25.986523"], ["updated_at", "2016-04-29 16:21:25.986523"]]  (149.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 751 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 05:00:00.000000' AND social_framework_events.finish > '2016-11-11 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1409], ["schedule_id", 751]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1409], ["schedule_id", 751], ["confirmed", "t"]]  (248.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2446]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 751 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 751 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2446], ["schedule_id", 751]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2446], ["schedule_id", 751], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2005]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 751 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 751 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-08 18:00:00.000000' AND social_framework_events.finish > '2016-07-08 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2005], ["schedule_id", 751]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2005], ["schedule_id", 751], ["confirmed", "t"]]  (170.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 809]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 751 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 751 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 21:00:00.000000' AND social_framework_events.finish > '2016-11-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 809], ["schedule_id", 751]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 809], ["schedule_id", 751], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1017]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 751 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 751 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-12 14:00:00.000000' AND social_framework_events.finish > '2016-04-12 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1017], ["schedule_id", 751]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1017], ["schedule_id", 751], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 752]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1681]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 752 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 752], ["created_at", "2016-04-29 16:21:27.066169"], ["updated_at", "2016-04-29 16:21:27.066169"]]  (160.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 752 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 05:00:00.000000' AND social_framework_events.finish > '2016-04-10 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1681], ["schedule_id", 752]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1681], ["schedule_id", 752], ["confirmed", "t"]]  (237.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1135]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 752 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 752 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 20:00:00.000000' AND social_framework_events.finish > '2016-10-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1135], ["schedule_id", 752]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1135], ["schedule_id", 752], ["confirmed", "t"]]  (189.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 475]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 752 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 752 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 03:00:00.000000' AND social_framework_events.finish > '2016-03-18 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 475], ["schedule_id", 752]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 475], ["schedule_id", 752], ["confirmed", "t"]]  (211.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 752 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 752 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-08 04:00:00.000000' AND social_framework_events.finish > '2016-07-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 27], ["schedule_id", 752]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 27], ["schedule_id", 752], ["confirmed", "t"]]  (180.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2097]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 752 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 752 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-23 21:00:00.000000' AND social_framework_events.finish > '2016-03-23 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2097], ["schedule_id", 752]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2097], ["schedule_id", 752], ["confirmed", "t"]]  (191.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 753]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 113]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 753 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 753], ["created_at", "2016-04-29 16:21:28.288743"], ["updated_at", "2016-04-29 16:21:28.288743"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 753 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 13:00:00.000000' AND social_framework_events.finish > '2016-03-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 113], ["schedule_id", 753]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 113], ["schedule_id", 753], ["confirmed", "t"]]  (193.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 753 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 753 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-23 20:00:00.000000' AND social_framework_events.finish > '2016-03-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 589], ["schedule_id", 753]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 589], ["schedule_id", 753], ["confirmed", "t"]]  (209.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 967]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 753 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 753 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 02:00:00.000000' AND social_framework_events.finish > '2016-01-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 967], ["schedule_id", 753]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 967], ["schedule_id", 753], ["confirmed", "t"]]  (136.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2489]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 753 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 753 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 03:00:00.000000' AND social_framework_events.finish > '2016-11-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2489], ["schedule_id", 753]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2489], ["schedule_id", 753], ["confirmed", "t"]]  (180.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1371]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 753 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 753 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 19:00:00.000000' AND social_framework_events.finish > '2016-12-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1371], ["schedule_id", 753]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1371], ["schedule_id", 753], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 754]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2149]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 754 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 754], ["created_at", "2016-04-29 16:21:29.313426"], ["updated_at", "2016-04-29 16:21:29.313426"]]  (216.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 754 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 03:00:00.000000' AND social_framework_events.finish > '2016-11-01 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2149], ["schedule_id", 754]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2149], ["schedule_id", 754], ["confirmed", "t"]]  (182.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1933]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 754 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 754 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 06:00:00.000000' AND social_framework_events.finish > '2016-01-28 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1933], ["schedule_id", 754]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1933], ["schedule_id", 754], ["confirmed", "t"]]  (267.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 754 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 754 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 01:00:00.000000' AND social_framework_events.finish > '2016-05-22 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 63], ["schedule_id", 754]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 63], ["schedule_id", 754], ["confirmed", "t"]]  (136.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2223]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 754 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 754 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 21:00:00.000000' AND social_framework_events.finish > '2016-06-07 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2223], ["schedule_id", 754]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2223], ["schedule_id", 754], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2047]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 754 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 754 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-21 04:00:00.000000' AND social_framework_events.finish > '2016-03-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2047], ["schedule_id", 754]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2047], ["schedule_id", 754], ["confirmed", "t"]]  (167.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 755]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1284]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 755 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 755], ["created_at", "2016-04-29 16:21:30.447740"], ["updated_at", "2016-04-29 16:21:30.447740"]]  (148.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 755 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 11:00:00.000000' AND social_framework_events.finish > '2016-07-18 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1284], ["schedule_id", 755]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1284], ["schedule_id", 755], ["confirmed", "t"]]  (115.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 357]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 755 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 755 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 23:00:00.000000' AND social_framework_events.finish > '2016-06-06 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 357], ["schedule_id", 755]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 357], ["schedule_id", 755], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 287]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 755 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 755 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 22:00:00.000000' AND social_framework_events.finish > '2016-12-05 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 287], ["schedule_id", 755]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 287], ["schedule_id", 755], ["confirmed", "t"]]  (122.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 376]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 755 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 755 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 23:00:00.000000' AND social_framework_events.finish > '2016-02-13 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 376], ["schedule_id", 755]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 376], ["schedule_id", 755], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 667]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 755 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 755 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 09:00:00.000000' AND social_framework_events.finish > '2016-03-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 667], ["schedule_id", 755]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 667], ["schedule_id", 755], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 756]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1830]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 756 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 756], ["created_at", "2016-04-29 16:21:31.261419"], ["updated_at", "2016-04-29 16:21:31.261419"]]  (148.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 756 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 09:00:00.000000' AND social_framework_events.finish > '2016-08-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1830], ["schedule_id", 756]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1830], ["schedule_id", 756], ["confirmed", "t"]]  (226.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1388]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 756 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 756 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 06:00:00.000000' AND social_framework_events.finish > '2016-02-11 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1388], ["schedule_id", 756]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1388], ["schedule_id", 756], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1570]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 756 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 756 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 12:00:00.000000' AND social_framework_events.finish > '2016-07-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1570], ["schedule_id", 756]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1570], ["schedule_id", 756], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1697]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 756 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 756 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 14:00:00.000000' AND social_framework_events.finish > '2016-09-06 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1697], ["schedule_id", 756]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1697], ["schedule_id", 756], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 756 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 756 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-26 16:00:00.000000' AND social_framework_events.finish > '2016-08-26 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 536], ["schedule_id", 756]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 536], ["schedule_id", 756], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 757]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2038]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 757 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 757], ["created_at", "2016-04-29 16:21:32.228672"], ["updated_at", "2016-04-29 16:21:32.228672"]]  (115.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 757 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 16:00:00.000000' AND social_framework_events.finish > '2016-04-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2038], ["schedule_id", 757]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2038], ["schedule_id", 757], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 757 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 757 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 14:00:00.000000' AND social_framework_events.finish > '2016-10-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 409], ["schedule_id", 757]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 409], ["schedule_id", 757], ["confirmed", "t"]]  (157.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1293]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 757 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 757 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 20:00:00.000000' AND social_framework_events.finish > '2016-05-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1293], ["schedule_id", 757]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1293], ["schedule_id", 757], ["confirmed", "t"]]  (122.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 282]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 757 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 757 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 20:00:00.000000' AND social_framework_events.finish > '2016-09-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 282], ["schedule_id", 757]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 282], ["schedule_id", 757], ["confirmed", "t"]]  (123.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1067]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 757 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 757 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 19:00:00.000000' AND social_framework_events.finish > '2016-10-27 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1067], ["schedule_id", 757]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1067], ["schedule_id", 757], ["confirmed", "t"]]  (136.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 758]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 334]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 758 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 758], ["created_at", "2016-04-29 16:21:33.052321"], ["updated_at", "2016-04-29 16:21:33.052321"]]  (115.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 758 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 06:00:00.000000' AND social_framework_events.finish > '2016-05-10 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 334], ["schedule_id", 758]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 334], ["schedule_id", 758], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1776]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 758 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 758 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 19:00:00.000000' AND social_framework_events.finish > '2016-05-22 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1776], ["schedule_id", 758]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1776], ["schedule_id", 758], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1443]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 758 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 758 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-08 00:00:00.000000' AND social_framework_events.finish > '2016-10-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1443], ["schedule_id", 758]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1443], ["schedule_id", 758], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1155]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 758 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 758 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 21:00:00.000000' AND social_framework_events.finish > '2016-12-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1155], ["schedule_id", 758]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1155], ["schedule_id", 758], ["confirmed", "t"]]  (111.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1162]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 758 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 758 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 04:00:00.000000' AND social_framework_events.finish > '2016-06-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1162], ["schedule_id", 758]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1162], ["schedule_id", 758], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 759]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 994]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 759 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 759], ["created_at", "2016-04-29 16:21:33.843799"], ["updated_at", "2016-04-29 16:21:33.843799"]]  (115.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 759 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-24 04:00:00.000000' AND social_framework_events.finish > '2016-07-24 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 994], ["schedule_id", 759]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 994], ["schedule_id", 759], ["confirmed", "t"]]  (127.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 815]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 759 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 759 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 15:00:00.000000' AND social_framework_events.finish > '2016-11-27 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 815], ["schedule_id", 759]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 815], ["schedule_id", 759], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1099]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 759 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 759 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 18:00:00.000000' AND social_framework_events.finish > '2016-12-21 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1099], ["schedule_id", 759]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1099], ["schedule_id", 759], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1056]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 759 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 759 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 15:00:00.000000' AND social_framework_events.finish > '2016-05-21 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1056], ["schedule_id", 759]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1056], ["schedule_id", 759], ["confirmed", "t"]]  (191.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1076]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 759 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 759 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-10 03:00:00.000000' AND social_framework_events.finish > '2016-06-10 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1076], ["schedule_id", 759]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1076], ["schedule_id", 759], ["confirmed", "t"]]  (157.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 760]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1394]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 760 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 760], ["created_at", "2016-04-29 16:21:34.690310"], ["updated_at", "2016-04-29 16:21:34.690310"]]  (170.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 760 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-12 22:00:00.000000' AND social_framework_events.finish > '2016-04-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1394], ["schedule_id", 760]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1394], ["schedule_id", 760], ["confirmed", "t"]]  (192.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2322]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 760 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 760 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 09:00:00.000000' AND social_framework_events.finish > '2016-08-21 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2322], ["schedule_id", 760]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2322], ["schedule_id", 760], ["confirmed", "t"]]  (157.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 749]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 760 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 760 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 00:00:00.000000' AND social_framework_events.finish > '2016-01-09 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 749], ["schedule_id", 760]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 749], ["schedule_id", 760], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 754]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 760 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 760 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 09:00:00.000000' AND social_framework_events.finish > '2016-11-26 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 754], ["schedule_id", 760]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 754], ["schedule_id", 760], ["confirmed", "t"]]  (158.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1427]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 760 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 760 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 13:00:00.000000' AND social_framework_events.finish > '2016-06-19 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1427], ["schedule_id", 760]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1427], ["schedule_id", 760], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 761]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 366]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 761 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 761], ["created_at", "2016-04-29 16:21:35.680203"], ["updated_at", "2016-04-29 16:21:35.680203"]]  (237.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 761 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 366], ["schedule_id", 761]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 366], ["schedule_id", 761], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1654]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 761 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 761 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 05:00:00.000000' AND social_framework_events.finish > '2016-01-04 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1654], ["schedule_id", 761]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1654], ["schedule_id", 761], ["confirmed", "t"]]  (236.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2314]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 761 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 761 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 06:00:00.000000' AND social_framework_events.finish > '2016-08-21 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2314], ["schedule_id", 761]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2314], ["schedule_id", 761], ["confirmed", "t"]]  (147.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 761 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 761 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-14 09:00:00.000000' AND social_framework_events.finish > '2016-06-14 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 49], ["schedule_id", 761]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 49], ["schedule_id", 761], ["confirmed", "t"]]  (324.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1349]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 761 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 761 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 21:00:00.000000' AND social_framework_events.finish > '2016-12-03 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1349], ["schedule_id", 761]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1349], ["schedule_id", 761], ["confirmed", "t"]]  (212.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 762]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1785]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 762 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 762], ["created_at", "2016-04-29 16:21:37.003098"], ["updated_at", "2016-04-29 16:21:37.003098"]]  (215.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 762 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 11:00:00.000000' AND social_framework_events.finish > '2016-08-12 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1785], ["schedule_id", 762]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1785], ["schedule_id", 762], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 750]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 762 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 762 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 00:00:00.000000' AND social_framework_events.finish > '2016-04-09 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 750], ["schedule_id", 762]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 750], ["schedule_id", 762], ["confirmed", "t"]]  (279.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 762 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 762 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 06:00:00.000000' AND social_framework_events.finish > '2016-03-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 558], ["schedule_id", 762]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 558], ["schedule_id", 762], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 290]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 762 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 762 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 12:00:00.000000' AND social_framework_events.finish > '2016-12-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 290], ["schedule_id", 762]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 290], ["schedule_id", 762], ["confirmed", "t"]]  (101.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 637]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 762 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 762 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 17:00:00.000000' AND social_framework_events.finish > '2016-07-18 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 637], ["schedule_id", 762]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 637], ["schedule_id", 762], ["confirmed", "t"]]  (123.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 763]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1592]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 763 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 763], ["created_at", "2016-04-29 16:21:38.014862"], ["updated_at", "2016-04-29 16:21:38.014862"]]  (104.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 763 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-07 08:00:00.000000' AND social_framework_events.finish > '2016-08-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1592], ["schedule_id", 763]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1592], ["schedule_id", 763], ["confirmed", "t"]]  (93.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1224]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 763 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 763 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 04:00:00.000000' AND social_framework_events.finish > '2016-04-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1224], ["schedule_id", 763]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1224], ["schedule_id", 763], ["confirmed", "t"]]  (103.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2203]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 763 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 763 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 19:00:00.000000' AND social_framework_events.finish > '2016-01-08 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2203], ["schedule_id", 763]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2203], ["schedule_id", 763], ["confirmed", "t"]]  (102.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 706]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 763 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 763 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 14:00:00.000000' AND social_framework_events.finish > '2016-12-02 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 706], ["schedule_id", 763]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 706], ["schedule_id", 763], ["confirmed", "t"]]  (101.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 639]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 763 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 763 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 01:00:00.000000' AND social_framework_events.finish > '2016-01-20 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 639], ["schedule_id", 763]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 639], ["schedule_id", 763], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 764]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 366]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 764 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 764], ["created_at", "2016-04-29 16:21:38.695575"], ["updated_at", "2016-04-29 16:21:38.695575"]]  (158.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 764 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 366], ["schedule_id", 764]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 366], ["schedule_id", 764], ["confirmed", "t"]]  (137.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 995]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 764 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 764 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 00:00:00.000000' AND social_framework_events.finish > '2016-11-09 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 995], ["schedule_id", 764]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 995], ["schedule_id", 764], ["confirmed", "t"]]  (159.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 764 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 764 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 10:00:00.000000' AND social_framework_events.finish > '2016-10-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 565], ["schedule_id", 764]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 565], ["schedule_id", 764], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 426]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 764 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 764 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 16:00:00.000000' AND social_framework_events.finish > '2016-09-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 426], ["schedule_id", 764]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 426], ["schedule_id", 764], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2441]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 764 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 764 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-12 04:00:00.000000' AND social_framework_events.finish > '2016-06-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2441], ["schedule_id", 764]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2441], ["schedule_id", 764], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 765]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1138]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 765 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 765], ["created_at", "2016-04-29 16:21:39.596100"], ["updated_at", "2016-04-29 16:21:39.596100"]]  (238.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 765 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 18:00:00.000000' AND social_framework_events.finish > '2016-04-15 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1138], ["schedule_id", 765]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1138], ["schedule_id", 765], ["confirmed", "t"]]  (138.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 765 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 765 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 06:00:00.000000' AND social_framework_events.finish > '2016-03-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 558], ["schedule_id", 765]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 558], ["schedule_id", 765], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1670]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 765 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 765 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-13 07:00:00.000000' AND social_framework_events.finish > '2016-10-13 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1670], ["schedule_id", 765]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1670], ["schedule_id", 765], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 765 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 765 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-12 19:00:00.000000' AND social_framework_events.finish > '2016-06-12 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 541], ["schedule_id", 765]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 541], ["schedule_id", 765], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2023]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 765 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 765 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 03:00:00.000000' AND social_framework_events.finish > '2016-09-26 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2023], ["schedule_id", 765]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2023], ["schedule_id", 765], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 766]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1843]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 766 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 766], ["created_at", "2016-04-29 16:21:40.499404"], ["updated_at", "2016-04-29 16:21:40.499404"]]  (115.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 766 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-06 10:00:00.000000' AND social_framework_events.finish > '2016-07-06 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1843], ["schedule_id", 766]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1843], ["schedule_id", 766], ["confirmed", "t"]]  (93.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1197]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 766 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 766 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 20:00:00.000000' AND social_framework_events.finish > '2016-03-09 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1197], ["schedule_id", 766]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1197], ["schedule_id", 766], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1871]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 766 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 766 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 14:00:00.000000' AND social_framework_events.finish > '2016-03-12 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1871], ["schedule_id", 766]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1871], ["schedule_id", 766], ["confirmed", "t"]]  (132.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 445]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 766 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 766 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-11 17:00:00.000000' AND social_framework_events.finish > '2016-01-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 445], ["schedule_id", 766]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 445], ["schedule_id", 766], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1002]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 766 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 766 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 12:00:00.000000' AND social_framework_events.finish > '2016-12-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1002], ["schedule_id", 766]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1002], ["schedule_id", 766], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 767]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 661]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 767 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 767], ["created_at", "2016-04-29 16:21:41.267085"], ["updated_at", "2016-04-29 16:21:41.267085"]]  (114.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 767 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 11:00:00.000000' AND social_framework_events.finish > '2016-09-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 661], ["schedule_id", 767]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 661], ["schedule_id", 767], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 717]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 767 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 767 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 14:00:00.000000' AND social_framework_events.finish > '2016-09-15 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 717], ["schedule_id", 767]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 717], ["schedule_id", 767], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1326]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 767 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 767 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 03:00:00.000000' AND social_framework_events.finish > '2016-11-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1326], ["schedule_id", 767]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1326], ["schedule_id", 767], ["confirmed", "t"]]  (112.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 131]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 767 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 767 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 17:00:00.000000' AND social_framework_events.finish > '2016-04-09 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 131], ["schedule_id", 767]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 131], ["schedule_id", 767], ["confirmed", "t"]]  (116.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2486]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 767 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 767 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-14 16:00:00.000000' AND social_framework_events.finish > '2016-05-14 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2486], ["schedule_id", 767]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2486], ["schedule_id", 767], ["confirmed", "t"]]  (147.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 768]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 768 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 768], ["created_at", "2016-04-29 16:21:42.057085"], ["updated_at", "2016-04-29 16:21:42.057085"]]  (104.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 768 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 11:00:00.000000' AND social_framework_events.finish > '2016-03-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 139], ["schedule_id", 768]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 139], ["schedule_id", 768], ["confirmed", "t"]]  (148.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2244]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 768 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 768 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 05:00:00.000000' AND social_framework_events.finish > '2016-04-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2244], ["schedule_id", 768]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2244], ["schedule_id", 768], ["confirmed", "t"]]  (192.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 898]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 768 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 768 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 08:00:00.000000' AND social_framework_events.finish > '2016-01-20 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 898], ["schedule_id", 768]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 898], ["schedule_id", 768], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 768 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 768 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-24 01:00:00.000000' AND social_framework_events.finish > '2016-10-23 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 117], ["schedule_id", 768]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 117], ["schedule_id", 768], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2070]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 768 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 768 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 00:00:00.000000' AND social_framework_events.finish > '2016-03-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2070], ["schedule_id", 768]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2070], ["schedule_id", 768], ["confirmed", "t"]]  (147.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 769]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2107]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 769 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 769], ["created_at", "2016-04-29 16:21:42.993294"], ["updated_at", "2016-04-29 16:21:42.993294"]]  (115.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 769 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-10 11:00:00.000000' AND social_framework_events.finish > '2016-12-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2107], ["schedule_id", 769]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2107], ["schedule_id", 769], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1376]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 769 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 769 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 00:00:00.000000' AND social_framework_events.finish > '2016-03-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1376], ["schedule_id", 769]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1376], ["schedule_id", 769], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 317]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 769 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 769 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 23:00:00.000000' AND social_framework_events.finish > '2016-06-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 317], ["schedule_id", 769]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 317], ["schedule_id", 769], ["confirmed", "t"]]  (190.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1896]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 769 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 769 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 18:00:00.000000' AND social_framework_events.finish > '2016-12-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1896], ["schedule_id", 769]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1896], ["schedule_id", 769], ["confirmed", "t"]]  (247.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2094]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 769 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 769 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 08:00:00.000000' AND social_framework_events.finish > '2016-08-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2094], ["schedule_id", 769]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2094], ["schedule_id", 769], ["confirmed", "t"]]  (212.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 770]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2096]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 770 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 770], ["created_at", "2016-04-29 16:21:44.049754"], ["updated_at", "2016-04-29 16:21:44.049754"]]  (148.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 770 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 14:00:00.000000' AND social_framework_events.finish > '2016-08-28 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2096], ["schedule_id", 770]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2096], ["schedule_id", 770], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 770 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 770 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 10:00:00.000000' AND social_framework_events.finish > '2016-12-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 73], ["schedule_id", 770]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 73], ["schedule_id", 770], ["confirmed", "t"]]  (234.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 770 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 770 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 08:00:00.000000' AND social_framework_events.finish > '2016-02-17 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.5ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 174], ["schedule_id", 770]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 174], ["schedule_id", 770], ["confirmed", "t"]]  (99.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1235]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 770 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 770 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 06:00:00.000000' AND social_framework_events.finish > '2016-02-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1235], ["schedule_id", 770]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1235], ["schedule_id", 770], ["confirmed", "t"]]  (148.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1674]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 770 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 770 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 04:00:00.000000' AND social_framework_events.finish > '2016-03-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1674], ["schedule_id", 770]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1674], ["schedule_id", 770], ["confirmed", "t"]]  (166.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 771]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2212]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 771 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 771], ["created_at", "2016-04-29 16:21:45.028975"], ["updated_at", "2016-04-29 16:21:45.028975"]]  (105.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 771 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-12 10:00:00.000000' AND social_framework_events.finish > '2016-11-12 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2212], ["schedule_id", 771]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2212], ["schedule_id", 771], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1725]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 771 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 771 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 06:00:00.000000' AND social_framework_events.finish > '2016-02-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1725], ["schedule_id", 771]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1725], ["schedule_id", 771], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2380]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 771 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 771 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 17:00:00.000000' AND social_framework_events.finish > '2016-12-07 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2380], ["schedule_id", 771]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2380], ["schedule_id", 771], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1791]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 771 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 771 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 11:00:00.000000' AND social_framework_events.finish > '2016-06-06 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1791], ["schedule_id", 771]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1791], ["schedule_id", 771], ["confirmed", "t"]]  (271.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1666]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 771 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 771 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 04:00:00.000000' AND social_framework_events.finish > '2016-03-09 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1666], ["schedule_id", 771]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1666], ["schedule_id", 771], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 772]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1274]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 772 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 772], ["created_at", "2016-04-29 16:21:45.998841"], ["updated_at", "2016-04-29 16:21:45.998841"]]  (104.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 772 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 19:00:00.000000' AND social_framework_events.finish > '2016-06-28 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1274], ["schedule_id", 772]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1274], ["schedule_id", 772], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1208]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 772 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 772 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 18:00:00.000000' AND social_framework_events.finish > '2016-01-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1208], ["schedule_id", 772]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1208], ["schedule_id", 772], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2059]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 772 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 772 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 12:00:00.000000' AND social_framework_events.finish > '2016-12-26 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2059], ["schedule_id", 772]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2059], ["schedule_id", 772], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2329]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 772 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 772 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 13:00:00.000000' AND social_framework_events.finish > '2016-05-17 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2329], ["schedule_id", 772]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2329], ["schedule_id", 772], ["confirmed", "t"]]  (159.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 830]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 772 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 772 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 12:00:00.000000' AND social_framework_events.finish > '2016-10-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 830], ["schedule_id", 772]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 830], ["schedule_id", 772], ["confirmed", "t"]]  (257.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 773]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 465]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 773 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 773], ["created_at", "2016-04-29 16:21:46.947659"], ["updated_at", "2016-04-29 16:21:46.947659"]]  (126.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 773 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 02:00:00.000000' AND social_framework_events.finish > '2016-07-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 465], ["schedule_id", 773]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 465], ["schedule_id", 773], ["confirmed", "t"]]  (191.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2383]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 773 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 773 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 22:00:00.000000' AND social_framework_events.finish > '2016-07-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2383], ["schedule_id", 773]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2383], ["schedule_id", 773], ["confirmed", "t"]]  (111.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 899]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 773 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 773 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 08:00:00.000000' AND social_framework_events.finish > '2016-12-22 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 899], ["schedule_id", 773]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 899], ["schedule_id", 773], ["confirmed", "t"]]  (91.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2142]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 773 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 773 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 20:00:00.000000' AND social_framework_events.finish > '2016-08-28 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2142], ["schedule_id", 773]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2142], ["schedule_id", 773], ["confirmed", "t"]]  (91.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2162]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 773 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 773 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 13:00:00.000000' AND social_framework_events.finish > '2016-12-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2162], ["schedule_id", 773]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2162], ["schedule_id", 773], ["confirmed", "t"]]  (179.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 774]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2407]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 774 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 774], ["created_at", "2016-04-29 16:21:47.793738"], ["updated_at", "2016-04-29 16:21:47.793738"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 774 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 01:00:00.000000' AND social_framework_events.finish > '2016-12-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2407], ["schedule_id", 774]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2407], ["schedule_id", 774], ["confirmed", "t"]]  (115.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1790]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 774 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 774 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 08:00:00.000000' AND social_framework_events.finish > '2016-07-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1790], ["schedule_id", 774]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1790], ["schedule_id", 774], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2026]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 774 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 774 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 00:00:00.000000' AND social_framework_events.finish > '2016-04-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2026], ["schedule_id", 774]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2026], ["schedule_id", 774], ["confirmed", "t"]]  (103.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2165]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 774 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 774 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 14:00:00.000000' AND social_framework_events.finish > '2016-11-10 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2165], ["schedule_id", 774]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2165], ["schedule_id", 774], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 263]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 774 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 774 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 07:00:00.000000' AND social_framework_events.finish > '2016-04-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 263], ["schedule_id", 774]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 263], ["schedule_id", 774], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 775]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1746]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 775 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 775], ["created_at", "2016-04-29 16:21:48.552150"], ["updated_at", "2016-04-29 16:21:48.552150"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 775 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 18:00:00.000000' AND social_framework_events.finish > '2016-09-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1746], ["schedule_id", 775]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1746], ["schedule_id", 775], ["confirmed", "t"]]  (103.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 726]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 775 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 775 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 04:00:00.000000' AND social_framework_events.finish > '2016-01-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 726], ["schedule_id", 775]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 726], ["schedule_id", 775], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1988]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 775 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 775 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 02:00:00.000000' AND social_framework_events.finish > '2016-11-18 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1988], ["schedule_id", 775]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1988], ["schedule_id", 775], ["confirmed", "t"]]  (113.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1735]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 775 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 775 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 07:00:00.000000' AND social_framework_events.finish > '2016-03-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1735], ["schedule_id", 775]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1735], ["schedule_id", 775], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 321]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 775 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 775 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 22:00:00.000000' AND social_framework_events.finish > '2016-09-15 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 321], ["schedule_id", 775]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 321], ["schedule_id", 775], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 776]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1634]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 776 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 776], ["created_at", "2016-04-29 16:21:49.276429"], ["updated_at", "2016-04-29 16:21:49.276429"]]  (114.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 776 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-06 14:00:00.000000' AND social_framework_events.finish > '2016-02-06 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1634], ["schedule_id", 776]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1634], ["schedule_id", 776], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 687]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 776 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 776 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 04:00:00.000000' AND social_framework_events.finish > '2016-05-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 687], ["schedule_id", 776]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 687], ["schedule_id", 776], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1391]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 776 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 776 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 09:00:00.000000' AND social_framework_events.finish > '2016-06-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1391], ["schedule_id", 776]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1391], ["schedule_id", 776], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1456]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 776 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 776 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 18:00:00.000000' AND social_framework_events.finish > '2016-10-25 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1456], ["schedule_id", 776]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1456], ["schedule_id", 776], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 776 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 776 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 15:00:00.000000' AND social_framework_events.finish > '2016-12-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 98], ["schedule_id", 776]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 98], ["schedule_id", 776], ["confirmed", "t"]]  (111.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 777]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 777 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 777], ["created_at", "2016-04-29 16:21:50.010897"], ["updated_at", "2016-04-29 16:21:50.010897"]]  (93.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 777 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 19:00:00.000000' AND social_framework_events.finish > '2016-09-26 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 520], ["schedule_id", 777]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 520], ["schedule_id", 777], ["confirmed", "t"]]  (150.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 337]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 777 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 777 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 23:00:00.000000' AND social_framework_events.finish > '2016-02-05 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 337], ["schedule_id", 777]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 337], ["schedule_id", 777], ["confirmed", "t"]]  (244.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1429]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 777 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 777 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-02 03:00:00.000000' AND social_framework_events.finish > '2016-03-02 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1429], ["schedule_id", 777]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1429], ["schedule_id", 777], ["confirmed", "t"]]  (180.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2088]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 777 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 777 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 21:00:00.000000' AND social_framework_events.finish > '2016-02-18 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2088], ["schedule_id", 777]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2088], ["schedule_id", 777], ["confirmed", "t"]]  (188.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1387]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 777 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 777 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 18:00:00.000000' AND social_framework_events.finish > '2016-08-13 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1387], ["schedule_id", 777]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1387], ["schedule_id", 777], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 778]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1770]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 778 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 778], ["created_at", "2016-04-29 16:21:51.079204"], ["updated_at", "2016-04-29 16:21:51.079204"]]  (170.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 778 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 03:00:00.000000' AND social_framework_events.finish > '2016-10-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1770], ["schedule_id", 778]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1770], ["schedule_id", 778], ["confirmed", "t"]]  (137.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 121]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 778 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 778 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 19:00:00.000000' AND social_framework_events.finish > '2016-07-10 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 121], ["schedule_id", 778]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 121], ["schedule_id", 778], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 722]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 778 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 778 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 01:00:00.000000' AND social_framework_events.finish > '2016-01-08 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 722], ["schedule_id", 778]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 722], ["schedule_id", 778], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 256]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 778 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 778 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 03:00:00.000000' AND social_framework_events.finish > '2016-02-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 256], ["schedule_id", 778]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 256], ["schedule_id", 778], ["confirmed", "t"]]  (180.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 639]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 778 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 778 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 01:00:00.000000' AND social_framework_events.finish > '2016-01-20 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 639], ["schedule_id", 778]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 639], ["schedule_id", 778], ["confirmed", "t"]]  (301.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 779]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2029]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 779 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 779], ["created_at", "2016-04-29 16:21:52.212460"], ["updated_at", "2016-04-29 16:21:52.212460"]]  (127.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 779 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-04 21:00:00.000000' AND social_framework_events.finish > '2016-07-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2029], ["schedule_id", 779]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2029], ["schedule_id", 779], ["confirmed", "t"]]  (137.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1692]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 779 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 779 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 11:00:00.000000' AND social_framework_events.finish > '2016-05-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1692], ["schedule_id", 779]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1692], ["schedule_id", 779], ["confirmed", "t"]]  (199.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2358]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 779 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 779 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 08:00:00.000000' AND social_framework_events.finish > '2016-03-04 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2358], ["schedule_id", 779]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2358], ["schedule_id", 779], ["confirmed", "t"]]  (284.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 479]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 779 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 779 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 08:00:00.000000' AND social_framework_events.finish > '2016-06-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 479], ["schedule_id", 779]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 479], ["schedule_id", 779], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2240]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 779 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 779 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 15:00:00.000000' AND social_framework_events.finish > '2016-11-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2240], ["schedule_id", 779]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2240], ["schedule_id", 779], ["confirmed", "t"]]  (136.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 780]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2426]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 780 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 780], ["created_at", "2016-04-29 16:21:53.269529"], ["updated_at", "2016-04-29 16:21:53.269529"]]  (171.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 780 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 21:00:00.000000' AND social_framework_events.finish > '2016-12-28 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2426], ["schedule_id", 780]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2426], ["schedule_id", 780], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1501]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 780 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 780 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 08:00:00.000000' AND social_framework_events.finish > '2016-11-24 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1501], ["schedule_id", 780]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1501], ["schedule_id", 780], ["confirmed", "t"]]  (111.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2313]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 780 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 780 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 18:00:00.000000' AND social_framework_events.finish > '2016-02-28 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2313], ["schedule_id", 780]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2313], ["schedule_id", 780], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1879]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 780 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 780 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 08:00:00.000000' AND social_framework_events.finish > '2016-04-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1879], ["schedule_id", 780]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1879], ["schedule_id", 780], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 853]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 780 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 780 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 12:00:00.000000' AND social_framework_events.finish > '2016-09-15 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 853], ["schedule_id", 780]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 853], ["schedule_id", 780], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 781]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1576]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 781 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 781], ["created_at", "2016-04-29 16:21:54.059995"], ["updated_at", "2016-04-29 16:21:54.059995"]]  (127.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 781 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 19:00:00.000000' AND social_framework_events.finish > '2016-08-28 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1576], ["schedule_id", 781]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1576], ["schedule_id", 781], ["confirmed", "t"]]  (93.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2183]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 781 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 781 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 23:00:00.000000' AND social_framework_events.finish > '2016-01-01 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2183], ["schedule_id", 781]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2183], ["schedule_id", 781], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1053]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 781 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 781 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 03:00:00.000000' AND social_framework_events.finish > '2016-10-23 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1053], ["schedule_id", 781]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1053], ["schedule_id", 781], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2430]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 781 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 781 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 20:00:00.000000' AND social_framework_events.finish > '2016-01-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2430], ["schedule_id", 781]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2430], ["schedule_id", 781], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2166]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 781 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 781 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 15:00:00.000000' AND social_framework_events.finish > '2016-07-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2166], ["schedule_id", 781]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2166], ["schedule_id", 781], ["confirmed", "t"]]  (224.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 782]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1255]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 782 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 782], ["created_at", "2016-04-29 16:21:54.939382"], ["updated_at", "2016-04-29 16:21:54.939382"]]  (124.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 782 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 05:00:00.000000' AND social_framework_events.finish > '2016-02-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1255], ["schedule_id", 782]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1255], ["schedule_id", 782], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 782 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 782 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 15:00:00.000000' AND social_framework_events.finish > '2016-01-12 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 591], ["schedule_id", 782]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 591], ["schedule_id", 782], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 126]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 782 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 782 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 12:00:00.000000' AND social_framework_events.finish > '2016-10-15 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 126], ["schedule_id", 782]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 126], ["schedule_id", 782], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1630]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 782 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 782 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 12:00:00.000000' AND social_framework_events.finish > '2016-04-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1630], ["schedule_id", 782]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1630], ["schedule_id", 782], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1484]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 782 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 782 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 06:00:00.000000' AND social_framework_events.finish > '2016-10-27 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1484], ["schedule_id", 782]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1484], ["schedule_id", 782], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 783]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1038]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 783 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 783], ["created_at", "2016-04-29 16:21:55.710082"], ["updated_at", "2016-04-29 16:21:55.710082"]]  (93.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 783 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-26 15:00:00.000000' AND social_framework_events.finish > '2016-08-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1038], ["schedule_id", 783]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1038], ["schedule_id", 783], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 783 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 783 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 21:00:00.000000' AND social_framework_events.finish > '2016-01-21 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 555], ["schedule_id", 783]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 555], ["schedule_id", 783], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 166]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 783 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 783 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-04 18:00:00.000000' AND social_framework_events.finish > '2016-12-04 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 166], ["schedule_id", 783]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 166], ["schedule_id", 783], ["confirmed", "t"]]  (168.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 306]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 783 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 783 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 08:00:00.000000' AND social_framework_events.finish > '2016-01-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 306], ["schedule_id", 783]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 306], ["schedule_id", 783], ["confirmed", "t"]]  (235.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2063]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 783 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 783 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 22:00:00.000000' AND social_framework_events.finish > '2016-10-20 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2063], ["schedule_id", 783]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2063], ["schedule_id", 783], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 784]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2243]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 784 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 784], ["created_at", "2016-04-29 16:21:56.621441"], ["updated_at", "2016-04-29 16:21:56.621441"]]  (239.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 784 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 17:00:00.000000' AND social_framework_events.finish > '2016-02-15 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2243], ["schedule_id", 784]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2243], ["schedule_id", 784], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 693]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 784 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 784 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 06:00:00.000000' AND social_framework_events.finish > '2016-05-27 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 693], ["schedule_id", 784]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 693], ["schedule_id", 784], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2408]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 784 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 784 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 16:00:00.000000' AND social_framework_events.finish > '2016-07-05 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2408], ["schedule_id", 784]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2408], ["schedule_id", 784], ["confirmed", "t"]]  (112.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 393]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 784 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 784 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-01 23:00:00.000000' AND social_framework_events.finish > '2016-10-01 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 393], ["schedule_id", 784]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 393], ["schedule_id", 784], ["confirmed", "t"]]  (158.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1779]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 784 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 784 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 05:00:00.000000' AND social_framework_events.finish > '2016-04-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1779], ["schedule_id", 784]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1779], ["schedule_id", 784], ["confirmed", "t"]]  (192.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 785]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1811]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 785 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 785], ["created_at", "2016-04-29 16:21:57.612881"], ["updated_at", "2016-04-29 16:21:57.612881"]]  (94.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 785 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 01:00:00.000000' AND social_framework_events.finish > '2016-03-03 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1811], ["schedule_id", 785]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1811], ["schedule_id", 785], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 457]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 785 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 785 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 07:00:00.000000' AND social_framework_events.finish > '2016-07-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 457], ["schedule_id", 785]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 457], ["schedule_id", 785], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1467]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 785 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 785 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 13:00:00.000000' AND social_framework_events.finish > '2016-05-17 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1467], ["schedule_id", 785]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1467], ["schedule_id", 785], ["confirmed", "t"]]  (301.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 785 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 785 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 06:00:00.000000' AND social_framework_events.finish > '2016-09-12 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 521], ["schedule_id", 785]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 521], ["schedule_id", 785], ["confirmed", "t"]]  (203.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 842]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 785 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 785 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 08:00:00.000000' AND social_framework_events.finish > '2016-12-23 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 842], ["schedule_id", 785]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 842], ["schedule_id", 785], ["confirmed", "t"]]  (223.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 786]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1646]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 786 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 786], ["created_at", "2016-04-29 16:21:58.790744"], ["updated_at", "2016-04-29 16:21:58.790744"]]  (171.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 786 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 17:00:00.000000' AND social_framework_events.finish > '2016-05-23 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1646], ["schedule_id", 786]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1646], ["schedule_id", 786], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 463]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 786 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 786 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 15:00:00.000000' AND social_framework_events.finish > '2016-03-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 463], ["schedule_id", 786]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 463], ["schedule_id", 786], ["confirmed", "t"]]  (156.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1847]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 786 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 786 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 04:00:00.000000' AND social_framework_events.finish > '2016-09-26 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1847], ["schedule_id", 786]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1847], ["schedule_id", 786], ["confirmed", "t"]]  (423.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1417]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 786 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 786 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 05:00:00.000000' AND social_framework_events.finish > '2016-01-18 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1417], ["schedule_id", 786]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1417], ["schedule_id", 786], ["confirmed", "t"]]  (201.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1838]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 786 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 786 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 10:00:00.000000' AND social_framework_events.finish > '2016-07-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1838], ["schedule_id", 786]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1838], ["schedule_id", 786], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 787]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1746]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 787 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 787], ["created_at", "2016-04-29 16:22:00.114172"], ["updated_at", "2016-04-29 16:22:00.114172"]]  (105.0ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 787 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 18:00:00.000000' AND social_framework_events.finish > '2016-09-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1746], ["schedule_id", 787]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1746], ["schedule_id", 787], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 461]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 787 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 787 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 09:00:00.000000' AND social_framework_events.finish > '2016-03-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 461], ["schedule_id", 787]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 461], ["schedule_id", 787], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 855]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 787 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 787 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 01:00:00.000000' AND social_framework_events.finish > '2016-04-07 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 855], ["schedule_id", 787]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 855], ["schedule_id", 787], ["confirmed", "t"]]  (213.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1434]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 787 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 787 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 02:00:00.000000' AND social_framework_events.finish > '2016-10-25 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1434], ["schedule_id", 787]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1434], ["schedule_id", 787], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1873]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 787 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 787 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 14:00:00.000000' AND social_framework_events.finish > '2016-02-10 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1873], ["schedule_id", 787]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1873], ["schedule_id", 787], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 788]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1759]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 788 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 788], ["created_at", "2016-04-29 16:22:01.003531"], ["updated_at", "2016-04-29 16:22:01.003531"]]  (94.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 788 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 13:00:00.000000' AND social_framework_events.finish > '2016-12-21 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1759], ["schedule_id", 788]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1759], ["schedule_id", 788], ["confirmed", "t"]]  (182.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1606]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 788 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 788 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 22:00:00.000000' AND social_framework_events.finish > '2016-04-26 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1606], ["schedule_id", 788]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1606], ["schedule_id", 788], ["confirmed", "t"]]  (202.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 294]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 788 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 788 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 02:00:00.000000' AND social_framework_events.finish > '2016-07-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 294], ["schedule_id", 788]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 294], ["schedule_id", 788], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2094]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 788 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 788 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 08:00:00.000000' AND social_framework_events.finish > '2016-08-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2094], ["schedule_id", 788]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2094], ["schedule_id", 788], ["confirmed", "t"]]  (290.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2036]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 788 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 788 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 06:00:00.000000' AND social_framework_events.finish > '2016-05-03 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2036], ["schedule_id", 788]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2036], ["schedule_id", 788], ["confirmed", "t"]]  (246.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 789]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 670]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 789 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 789], ["created_at", "2016-04-29 16:22:02.192566"], ["updated_at", "2016-04-29 16:22:02.192566"]]  (193.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 789 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 16:00:00.000000' AND social_framework_events.finish > '2016-10-25 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 670], ["schedule_id", 789]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 670], ["schedule_id", 789], ["confirmed", "t"]]  (248.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2218]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 789 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 789 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 09:00:00.000000' AND social_framework_events.finish > '2016-08-28 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2218], ["schedule_id", 789]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2218], ["schedule_id", 789], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2150]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 789 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 789 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 00:00:00.000000' AND social_framework_events.finish > '2016-04-18 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2150], ["schedule_id", 789]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2150], ["schedule_id", 789], ["confirmed", "t"]]  (189.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2402]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 789 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 789 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 22:00:00.000000' AND social_framework_events.finish > '2016-10-23 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2402], ["schedule_id", 789]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2402], ["schedule_id", 789], ["confirmed", "t"]]  (190.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1305]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 789 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 789 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 05:00:00.000000' AND social_framework_events.finish > '2016-09-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1305], ["schedule_id", 789]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1305], ["schedule_id", 789], ["confirmed", "t"]]  (132.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 790]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 815]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 790 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 790], ["created_at", "2016-04-29 16:22:03.327069"], ["updated_at", "2016-04-29 16:22:03.327069"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 790 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 15:00:00.000000' AND social_framework_events.finish > '2016-11-27 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 815], ["schedule_id", 790]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 815], ["schedule_id", 790], ["confirmed", "t"]]  (148.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2003]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 790 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 790 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 09:00:00.000000' AND social_framework_events.finish > '2016-05-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2003], ["schedule_id", 790]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2003], ["schedule_id", 790], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1809]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 790 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 790 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 15:00:00.000000' AND social_framework_events.finish > '2016-11-22 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1809], ["schedule_id", 790]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1809], ["schedule_id", 790], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2072]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 790 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 790 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 15:00:00.000000' AND social_framework_events.finish > '2016-05-22 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2072], ["schedule_id", 790]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2072], ["schedule_id", 790], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1620]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 790 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 790 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-24 01:00:00.000000' AND social_framework_events.finish > '2016-09-24 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1620], ["schedule_id", 790]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1620], ["schedule_id", 790], ["confirmed", "t"]]  (110.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 791]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1142]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 791 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 791], ["created_at", "2016-04-29 16:22:04.094558"], ["updated_at", "2016-04-29 16:22:04.094558"]]  (105.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 791 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 09:00:00.000000' AND social_framework_events.finish > '2016-04-06 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1142], ["schedule_id", 791]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1142], ["schedule_id", 791], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2020]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 791 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 791 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-02 07:00:00.000000' AND social_framework_events.finish > '2016-04-02 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2020], ["schedule_id", 791]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2020], ["schedule_id", 791], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1360]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 791 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 791 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 15:00:00.000000' AND social_framework_events.finish > '2016-03-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1360], ["schedule_id", 791]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1360], ["schedule_id", 791], ["confirmed", "t"]]  (180.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 165]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 791 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 791 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 11:00:00.000000' AND social_framework_events.finish > '2016-11-27 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 165], ["schedule_id", 791]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 165], ["schedule_id", 791], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 484]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 791 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 791 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 07:00:00.000000' AND social_framework_events.finish > '2016-08-03 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 484], ["schedule_id", 791]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 484], ["schedule_id", 791], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 792]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 792]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 792 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 792], ["created_at", "2016-04-29 16:22:04.961886"], ["updated_at", "2016-04-29 16:22:04.961886"]]  (171.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 792 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 23:00:00.000000' AND social_framework_events.finish > '2016-06-17 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 792], ["schedule_id", 792]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 792], ["schedule_id", 792], ["confirmed", "t"]]  (82.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1717]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 792 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 792 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 09:00:00.000000' AND social_framework_events.finish > '2016-10-27 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1717], ["schedule_id", 792]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1717], ["schedule_id", 792], ["confirmed", "t"]]  (224.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1234]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 792 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 792 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-12 19:00:00.000000' AND social_framework_events.finish > '2016-04-12 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1234], ["schedule_id", 792]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1234], ["schedule_id", 792], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1876]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 792 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 792 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-13 10:00:00.000000' AND social_framework_events.finish > '2016-03-13 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1876], ["schedule_id", 792]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1876], ["schedule_id", 792], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 768]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 792 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 792 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 05:00:00.000000' AND social_framework_events.finish > '2016-07-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 768], ["schedule_id", 792]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 768], ["schedule_id", 792], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 793]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 735]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 793 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 793], ["created_at", "2016-04-29 16:22:05.885363"], ["updated_at", "2016-04-29 16:22:05.885363"]]  (116.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 793 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 07:00:00.000000' AND social_framework_events.finish > '2016-05-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 735], ["schedule_id", 793]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 735], ["schedule_id", 793], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 793 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 793 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-26 15:00:00.000000' AND social_framework_events.finish > '2016-03-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 523], ["schedule_id", 793]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 523], ["schedule_id", 793], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1828]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 793 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 793 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 03:00:00.000000' AND social_framework_events.finish > '2016-01-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1828], ["schedule_id", 793]]  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1828], ["schedule_id", 793], ["confirmed", "t"]]  (110.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 101]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 793 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 793 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-18 13:00:00.000000' AND social_framework_events.finish > '2016-06-18 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 101], ["schedule_id", 793]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 101], ["schedule_id", 793], ["confirmed", "t"]]  (169.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1171]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 793 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 793 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 20:00:00.000000' AND social_framework_events.finish > '2016-11-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1171], ["schedule_id", 793]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1171], ["schedule_id", 793], ["confirmed", "t"]]  (233.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 794]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 842]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 794 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 794], ["created_at", "2016-04-29 16:22:06.819553"], ["updated_at", "2016-04-29 16:22:06.819553"]]  (238.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 794 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 08:00:00.000000' AND social_framework_events.finish > '2016-12-23 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 842], ["schedule_id", 794]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 842], ["schedule_id", 794], ["confirmed", "t"]]  (259.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 965]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 794 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 794 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 23:00:00.000000' AND social_framework_events.finish > '2016-06-06 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 965], ["schedule_id", 794]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 965], ["schedule_id", 794], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1555]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 794 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 794 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 09:00:00.000000' AND social_framework_events.finish > '2016-09-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1555], ["schedule_id", 794]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1555], ["schedule_id", 794], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2122]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 794 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 794 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 16:00:00.000000' AND social_framework_events.finish > '2016-09-28 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2122], ["schedule_id", 794]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2122], ["schedule_id", 794], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1001]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 794 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 794 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 02:00:00.000000' AND social_framework_events.finish > '2016-02-20 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1001], ["schedule_id", 794]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1001], ["schedule_id", 794], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 795]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 795 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 795], ["created_at", "2016-04-29 16:22:07.853118"], ["updated_at", "2016-04-29 16:22:07.853118"]]  (94.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 795 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 06:00:00.000000' AND social_framework_events.finish > '2016-02-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 571], ["schedule_id", 795]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 571], ["schedule_id", 795], ["confirmed", "t"]]  (117.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1988]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 795 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 795 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 02:00:00.000000' AND social_framework_events.finish > '2016-11-18 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1988], ["schedule_id", 795]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1988], ["schedule_id", 795], ["confirmed", "t"]]  (132.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2388]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 795 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 795 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 22:00:00.000000' AND social_framework_events.finish > '2016-09-22 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2388], ["schedule_id", 795]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2388], ["schedule_id", 795], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2092]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 795 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 795 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 22:00:00.000000' AND social_framework_events.finish > '2016-01-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2092], ["schedule_id", 795]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2092], ["schedule_id", 795], ["confirmed", "t"]]  (200.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 795 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 795 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 17:00:00.000000' AND social_framework_events.finish > '2016-07-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 38], ["schedule_id", 795]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 38], ["schedule_id", 795], ["confirmed", "t"]]  (123.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 796]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2284]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 796 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 796], ["created_at", "2016-04-29 16:22:08.722670"], ["updated_at", "2016-04-29 16:22:08.722670"]]  (104.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 796 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 05:00:00.000000' AND social_framework_events.finish > '2016-03-18 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2284], ["schedule_id", 796]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2284], ["schedule_id", 796], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1411]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 796 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 796 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-05 23:00:00.000000' AND social_framework_events.finish > '2016-02-05 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1411], ["schedule_id", 796]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1411], ["schedule_id", 796], ["confirmed", "t"]]  (567.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2263]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 796 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 796 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-10 05:00:00.000000' AND social_framework_events.finish > '2016-04-10 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2263], ["schedule_id", 796]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2263], ["schedule_id", 796], ["confirmed", "t"]]  (742.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1366]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 796 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 796 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 08:00:00.000000' AND social_framework_events.finish > '2016-10-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1366], ["schedule_id", 796]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1366], ["schedule_id", 796], ["confirmed", "t"]]  (309.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 251]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 796 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 796 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 00:00:00.000000' AND social_framework_events.finish > '2016-01-07 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 251], ["schedule_id", 796]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 251], ["schedule_id", 796], ["confirmed", "t"]]  (235.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 797]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 238]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 797 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 797], ["created_at", "2016-04-29 16:22:10.851730"], ["updated_at", "2016-04-29 16:22:10.851730"]]  (127.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 797 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 05:00:00.000000' AND social_framework_events.finish > '2016-10-14 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 238], ["schedule_id", 797]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 238], ["schedule_id", 797], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 749]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 797 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 797 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 00:00:00.000000' AND social_framework_events.finish > '2016-01-09 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 749], ["schedule_id", 797]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 749], ["schedule_id", 797], ["confirmed", "t"]]  (110.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 612]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 797 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 797 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-29 02:00:00.000000' AND social_framework_events.finish > '2016-05-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 612], ["schedule_id", 797]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 612], ["schedule_id", 797], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2023]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 797 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 797 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 03:00:00.000000' AND social_framework_events.finish > '2016-09-26 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2023], ["schedule_id", 797]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2023], ["schedule_id", 797], ["confirmed", "t"]]  (100.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2367]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 797 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 797 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 13:00:00.000000' AND social_framework_events.finish > '2016-02-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2367], ["schedule_id", 797]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2367], ["schedule_id", 797], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 798]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 798 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 798], ["created_at", "2016-04-29 16:22:11.566057"], ["updated_at", "2016-04-29 16:22:11.566057"]]  (104.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 798 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-26 15:00:00.000000' AND social_framework_events.finish > '2016-01-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 556], ["schedule_id", 798]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 556], ["schedule_id", 798], ["confirmed", "t"]]  (112.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2053]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 798 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 798 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 13:00:00.000000' AND social_framework_events.finish > '2016-05-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2053], ["schedule_id", 798]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2053], ["schedule_id", 798], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2211]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 798 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 798 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 20:00:00.000000' AND social_framework_events.finish > '2016-02-12 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2211], ["schedule_id", 798]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2211], ["schedule_id", 798], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 831]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 798 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 798 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-15 07:00:00.000000' AND social_framework_events.finish > '2016-06-15 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 831], ["schedule_id", 798]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 831], ["schedule_id", 798], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 190]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 798 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 798 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 04:00:00.000000' AND social_framework_events.finish > '2016-11-03 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 190], ["schedule_id", 798]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 190], ["schedule_id", 798], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 799]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1989]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 799 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 799], ["created_at", "2016-04-29 16:22:12.277984"], ["updated_at", "2016-04-29 16:22:12.277984"]]  (103.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 799 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 22:00:00.000000' AND social_framework_events.finish > '2016-07-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1989], ["schedule_id", 799]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1989], ["schedule_id", 799], ["confirmed", "t"]]  (116.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1109]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 799 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 799 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1109], ["schedule_id", 799]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1109], ["schedule_id", 799], ["confirmed", "t"]]  (157.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 983]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 799 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 799 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 02:00:00.000000' AND social_framework_events.finish > '2016-05-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 983], ["schedule_id", 799]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 983], ["schedule_id", 799], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2130]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 799 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 799 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 15:00:00.000000' AND social_framework_events.finish > '2016-07-13 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2130], ["schedule_id", 799]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2130], ["schedule_id", 799], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2174]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 799 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 799 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 18:00:00.000000' AND social_framework_events.finish > '2016-05-02 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2174], ["schedule_id", 799]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2174], ["schedule_id", 799], ["confirmed", "t"]]  (134.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 800]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 800 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 800], ["created_at", "2016-04-29 16:22:13.112020"], ["updated_at", "2016-04-29 16:22:13.112020"]]  (259.8ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 800 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 06:00:00.000000' AND social_framework_events.finish > '2016-12-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 59], ["schedule_id", 800]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 59], ["schedule_id", 800], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 800 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 800 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-01 05:00:00.000000' AND social_framework_events.finish > '2016-05-01 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 522], ["schedule_id", 800]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 522], ["schedule_id", 800], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2356]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 800 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 800 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 17:00:00.000000' AND social_framework_events.finish > '2016-06-08 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2356], ["schedule_id", 800]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2356], ["schedule_id", 800], ["confirmed", "t"]]  (137.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 344]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 800 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 800 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 08:00:00.000000' AND social_framework_events.finish > '2016-07-11 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 344], ["schedule_id", 800]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 344], ["schedule_id", 800], ["confirmed", "t"]]  (168.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2195]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 800 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 800 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2195], ["schedule_id", 800]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2195], ["schedule_id", 800], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 801]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1170]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 801 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 801], ["created_at", "2016-04-29 16:22:14.058497"], ["updated_at", "2016-04-29 16:22:14.058497"]]  (130.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 801 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 15:00:00.000000' AND social_framework_events.finish > '2016-12-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1170], ["schedule_id", 801]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1170], ["schedule_id", 801], ["confirmed", "t"]]  (156.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1406]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 801 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 801 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 19:00:00.000000' AND social_framework_events.finish > '2016-12-23 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1406], ["schedule_id", 801]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1406], ["schedule_id", 801], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1024]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 801 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 801 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 07:00:00.000000' AND social_framework_events.finish > '2016-01-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1024], ["schedule_id", 801]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1024], ["schedule_id", 801], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 801 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 801 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 20:00:00.000000' AND social_framework_events.finish > '2016-10-02 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 164], ["schedule_id", 801]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 164], ["schedule_id", 801], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 229]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 801 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 801 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 05:00:00.000000' AND social_framework_events.finish > '2016-03-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 229], ["schedule_id", 801]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 229], ["schedule_id", 801], ["confirmed", "t"]]  (235.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 802]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 399]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 802 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 802], ["created_at", "2016-04-29 16:22:15.059593"], ["updated_at", "2016-04-29 16:22:15.059593"]]  (137.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 802 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 02:00:00.000000' AND social_framework_events.finish > '2016-09-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 399], ["schedule_id", 802]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 399], ["schedule_id", 802], ["confirmed", "t"]]  (192.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2475]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 802 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 802 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 23:00:00.000000' AND social_framework_events.finish > '2016-02-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2475], ["schedule_id", 802]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2475], ["schedule_id", 802], ["confirmed", "t"]]  (368.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 315]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 802 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 802 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 18:00:00.000000' AND social_framework_events.finish > '2016-01-18 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 315], ["schedule_id", 802]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 315], ["schedule_id", 802], ["confirmed", "t"]]  (533.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1191]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 802 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 802 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-16 02:00:00.000000' AND social_framework_events.finish > '2016-08-16 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1191], ["schedule_id", 802]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1191], ["schedule_id", 802], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 802 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 802 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 15:00:00.000000' AND social_framework_events.finish > '2016-10-27 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 52], ["schedule_id", 802]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 52], ["schedule_id", 802], ["confirmed", "t"]]  (112.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 803]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2174]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 803 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 803], ["created_at", "2016-04-29 16:22:16.603052"], ["updated_at", "2016-04-29 16:22:16.603052"]]  (259.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 803 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 18:00:00.000000' AND social_framework_events.finish > '2016-05-02 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2174], ["schedule_id", 803]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2174], ["schedule_id", 803], ["confirmed", "t"]]  (126.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 242]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 803 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 803 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-24 09:00:00.000000' AND social_framework_events.finish > '2016-02-24 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 242], ["schedule_id", 803]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 242], ["schedule_id", 803], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 993]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 803 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 803 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 09:00:00.000000' AND social_framework_events.finish > '2016-07-05 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 993], ["schedule_id", 803]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 993], ["schedule_id", 803], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2465]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 803 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 803 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-13 16:00:00.000000' AND social_framework_events.finish > '2016-11-13 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2465], ["schedule_id", 803]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2465], ["schedule_id", 803], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 897]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 803 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 803 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-14 09:00:00.000000' AND social_framework_events.finish > '2016-02-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 897], ["schedule_id", 803]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 897], ["schedule_id", 803], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 804]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1369]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 804 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 804], ["created_at", "2016-04-29 16:22:17.603521"], ["updated_at", "2016-04-29 16:22:17.603521"]]  (127.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 804 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 12:00:00.000000' AND social_framework_events.finish > '2016-10-23 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1369], ["schedule_id", 804]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1369], ["schedule_id", 804], ["confirmed", "t"]]  (237.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 249]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 804 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 804 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 06:00:00.000000' AND social_framework_events.finish > '2016-09-15 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 249], ["schedule_id", 804]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 249], ["schedule_id", 804], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 773]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 804 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 804 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 01:00:00.000000' AND social_framework_events.finish > '2016-09-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 773], ["schedule_id", 804]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 773], ["schedule_id", 804], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 804 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 804 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 22:00:00.000000' AND social_framework_events.finish > '2016-09-10 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 95], ["schedule_id", 804]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 95], ["schedule_id", 804], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 804 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 804 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 06:00:00.000000' AND social_framework_events.finish > '2016-12-05 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 149], ["schedule_id", 804]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 149], ["schedule_id", 804], ["confirmed", "t"]]  (136.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 805]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 805 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 805], ["created_at", "2016-04-29 16:22:18.560211"], ["updated_at", "2016-04-29 16:22:18.560211"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 805 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 805]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 805], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1677]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 805 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 805 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 15:00:00.000000' AND social_framework_events.finish > '2016-01-12 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1677], ["schedule_id", 805]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1677], ["schedule_id", 805], ["confirmed", "t"]]  (158.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1989]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 805 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 805 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 22:00:00.000000' AND social_framework_events.finish > '2016-07-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1989], ["schedule_id", 805]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1989], ["schedule_id", 805], ["confirmed", "t"]]  (101.7ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 449]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 805 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 805 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 17:00:00.000000' AND social_framework_events.finish > '2016-10-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 449], ["schedule_id", 805]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 449], ["schedule_id", 805], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 195]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 805 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 805 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-27 19:00:00.000000' AND social_framework_events.finish > '2016-08-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 195], ["schedule_id", 805]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 195], ["schedule_id", 805], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 806]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1108]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 806 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 806], ["created_at", "2016-04-29 16:22:19.307082"], ["updated_at", "2016-04-29 16:22:19.307082"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 806 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 22:00:00.000000' AND social_framework_events.finish > '2016-04-09 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1108], ["schedule_id", 806]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1108], ["schedule_id", 806], ["confirmed", "t"]]  (193.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2166]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 806 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 806 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 15:00:00.000000' AND social_framework_events.finish > '2016-07-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2166], ["schedule_id", 806]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2166], ["schedule_id", 806], ["confirmed", "t"]]  (145.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2258]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 806 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 806 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 22:00:00.000000' AND social_framework_events.finish > '2016-09-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2258], ["schedule_id", 806]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2258], ["schedule_id", 806], ["confirmed", "t"]]  (158.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1109]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 806 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 806 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1109], ["schedule_id", 806]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1109], ["schedule_id", 806], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 745]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 806 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 806 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 18:00:00.000000' AND social_framework_events.finish > '2016-09-13 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 745], ["schedule_id", 806]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 745], ["schedule_id", 806], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 807]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 989]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 807 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 807], ["created_at", "2016-04-29 16:22:20.230026"], ["updated_at", "2016-04-29 16:22:20.230026"]]  (115.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 807 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 11:00:00.000000' AND social_framework_events.finish > '2016-12-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 989], ["schedule_id", 807]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 989], ["schedule_id", 807], ["confirmed", "t"]]  (137.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1081]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 807 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 807 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-29 01:00:00.000000' AND social_framework_events.finish > '2016-03-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1081], ["schedule_id", 807]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1081], ["schedule_id", 807], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 807 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 807 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 15:00:00.000000' AND social_framework_events.finish > '2016-01-19 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 382], ["schedule_id", 807]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 382], ["schedule_id", 807], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 807 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 807 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 02:00:00.000000' AND social_framework_events.finish > '2016-08-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 596], ["schedule_id", 807]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 596], ["schedule_id", 807], ["confirmed", "t"]]  (191.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1830]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 807 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 807 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 09:00:00.000000' AND social_framework_events.finish > '2016-08-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1830], ["schedule_id", 807]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1830], ["schedule_id", 807], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 808]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2305]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 808 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 808], ["created_at", "2016-04-29 16:22:21.185530"], ["updated_at", "2016-04-29 16:22:21.185530"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 808 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 21:00:00.000000' AND social_framework_events.finish > '2016-01-19 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2305], ["schedule_id", 808]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2305], ["schedule_id", 808], ["confirmed", "t"]]  (292.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 808 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 808 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 12:00:00.000000' AND social_framework_events.finish > '2016-03-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 155], ["schedule_id", 808]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 155], ["schedule_id", 808], ["confirmed", "t"]]  (203.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 808 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 808 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 18:00:00.000000' AND social_framework_events.finish > '2016-10-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1257], ["schedule_id", 808]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1257], ["schedule_id", 808], ["confirmed", "t"]]  (257.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 808 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 808 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-13 12:00:00.000000' AND social_framework_events.finish > '2016-11-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 600], ["schedule_id", 808]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 600], ["schedule_id", 808], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1990]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 808 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 808 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 19:00:00.000000' AND social_framework_events.finish > '2016-04-28 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1990], ["schedule_id", 808]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1990], ["schedule_id", 808], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 809]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1778]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 809 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 809], ["created_at", "2016-04-29 16:22:22.353387"], ["updated_at", "2016-04-29 16:22:22.353387"]]  (126.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 809 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 21:00:00.000000' AND social_framework_events.finish > '2016-08-17 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1778], ["schedule_id", 809]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1778], ["schedule_id", 809], ["confirmed", "t"]]  (96.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2120]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 809 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 809 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 17:00:00.000000' AND social_framework_events.finish > '2016-10-20 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2120], ["schedule_id", 809]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2120], ["schedule_id", 809], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 820]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 809 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 809 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 16:00:00.000000' AND social_framework_events.finish > '2016-01-16 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 820], ["schedule_id", 809]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 820], ["schedule_id", 809], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1096]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 809 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 809 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 00:00:00.000000' AND social_framework_events.finish > '2016-04-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1096], ["schedule_id", 809]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1096], ["schedule_id", 809], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2465]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 809 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 809 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-13 16:00:00.000000' AND social_framework_events.finish > '2016-11-13 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2465], ["schedule_id", 809]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2465], ["schedule_id", 809], ["confirmed", "t"]]  (123.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 810]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 810 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 810], ["created_at", "2016-04-29 16:22:23.109249"], ["updated_at", "2016-04-29 16:22:23.109249"]]  (271.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 810 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 02:00:00.000000' AND social_framework_events.finish > '2016-06-22 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 71], ["schedule_id", 810]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 71], ["schedule_id", 810], ["confirmed", "t"]]  (148.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 138]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 810 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 810 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 11:00:00.000000' AND social_framework_events.finish > '2016-06-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 138], ["schedule_id", 810]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 138], ["schedule_id", 810], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 234]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 810 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 810 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 20:00:00.000000' AND social_framework_events.finish > '2016-02-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 234], ["schedule_id", 810]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 234], ["schedule_id", 810], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2003]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 810 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 810 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 09:00:00.000000' AND social_framework_events.finish > '2016-05-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2003], ["schedule_id", 810]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2003], ["schedule_id", 810], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1757]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 810 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 810 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 16:00:00.000000' AND social_framework_events.finish > '2016-06-16 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1757], ["schedule_id", 810]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1757], ["schedule_id", 810], ["confirmed", "t"]]  (119.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 811]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1542]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 811 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 811], ["created_at", "2016-04-29 16:22:24.065663"], ["updated_at", "2016-04-29 16:22:24.065663"]]  (137.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 811 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 03:00:00.000000' AND social_framework_events.finish > '2016-04-23 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1542], ["schedule_id", 811]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1542], ["schedule_id", 811], ["confirmed", "t"]]  (137.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1021]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 811 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 811 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 19:00:00.000000' AND social_framework_events.finish > '2016-01-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1021], ["schedule_id", 811]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1021], ["schedule_id", 811], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1622]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 811 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 811 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 01:00:00.000000' AND social_framework_events.finish > '2016-02-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1622], ["schedule_id", 811]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1622], ["schedule_id", 811], ["confirmed", "t"]]  (158.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2090]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 811 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 811 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 15:00:00.000000' AND social_framework_events.finish > '2016-06-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2090], ["schedule_id", 811]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2090], ["schedule_id", 811], ["confirmed", "t"]]  (489.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 735]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 811 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 811 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 07:00:00.000000' AND social_framework_events.finish > '2016-05-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 735], ["schedule_id", 811]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 735], ["schedule_id", 811], ["confirmed", "t"]]  (156.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 812]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1442]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 812 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 812], ["created_at", "2016-04-29 16:22:25.333622"], ["updated_at", "2016-04-29 16:22:25.333622"]]  (192.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 812 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 04:00:00.000000' AND social_framework_events.finish > '2016-10-27 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1442], ["schedule_id", 812]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1442], ["schedule_id", 812], ["confirmed", "t"]]  (215.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2137]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 812 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 812 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-28 11:00:00.000000' AND social_framework_events.finish > '2016-05-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2137], ["schedule_id", 812]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2137], ["schedule_id", 812], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 306]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 812 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 812 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 08:00:00.000000' AND social_framework_events.finish > '2016-01-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 306], ["schedule_id", 812]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 306], ["schedule_id", 812], ["confirmed", "t"]]  (235.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 305]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 812 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 812 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 00:00:00.000000' AND social_framework_events.finish > '2016-05-02 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 305], ["schedule_id", 812]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 305], ["schedule_id", 812], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 647]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 812 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 812 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 23:00:00.000000' AND social_framework_events.finish > '2016-03-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 647], ["schedule_id", 812]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 647], ["schedule_id", 812], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 813]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 813 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 813], ["created_at", "2016-04-29 16:22:26.488108"], ["updated_at", "2016-04-29 16:22:26.488108"]]  (270.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 813 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 19:00:00.000000' AND social_framework_events.finish > '2016-06-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 544], ["schedule_id", 813]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 544], ["schedule_id", 813], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 657]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 813 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 813 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 14:00:00.000000' AND social_framework_events.finish > '2016-05-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 657], ["schedule_id", 813]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 657], ["schedule_id", 813], ["confirmed", "t"]]  (178.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 207]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 813 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 813 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 05:00:00.000000' AND social_framework_events.finish > '2016-12-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 207], ["schedule_id", 813]]  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 207], ["schedule_id", 813], ["confirmed", "t"]]  (143.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 773]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 813 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 813 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 01:00:00.000000' AND social_framework_events.finish > '2016-09-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 773], ["schedule_id", 813]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 773], ["schedule_id", 813], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 692]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 813 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 813 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 16:00:00.000000' AND social_framework_events.finish > '2016-11-22 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 692], ["schedule_id", 813]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 692], ["schedule_id", 813], ["confirmed", "t"]]  (179.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 814]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 814 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 814], ["created_at", "2016-04-29 16:22:27.554508"], ["updated_at", "2016-04-29 16:22:27.554508"]]  (128.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 814 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 23:00:00.000000' AND social_framework_events.finish > '2016-06-04 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 599], ["schedule_id", 814]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 599], ["schedule_id", 814], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1610]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 814 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 814 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-15 07:00:00.000000' AND social_framework_events.finish > '2016-06-15 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1610], ["schedule_id", 814]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1610], ["schedule_id", 814], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 814 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 814 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 08:00:00.000000' AND social_framework_events.finish > '2016-06-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 32], ["schedule_id", 814]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 32], ["schedule_id", 814], ["confirmed", "t"]]  (203.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1270]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 814 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 814 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 10:00:00.000000' AND social_framework_events.finish > '2016-01-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1270], ["schedule_id", 814]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1270], ["schedule_id", 814], ["confirmed", "t"]]  (280.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1904]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 814 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 814 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 06:00:00.000000' AND social_framework_events.finish > '2016-08-15 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1904], ["schedule_id", 814]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1904], ["schedule_id", 814], ["confirmed", "t"]]  (224.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 815]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 916]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 815 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 815], ["created_at", "2016-04-29 16:22:28.666964"], ["updated_at", "2016-04-29 16:22:28.666964"]]  (115.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 815 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 01:00:00.000000' AND social_framework_events.finish > '2016-08-11 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 916], ["schedule_id", 815]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 916], ["schedule_id", 815], ["confirmed", "t"]]  (160.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1342]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 815 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 815 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 07:00:00.000000' AND social_framework_events.finish > '2016-04-26 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1342], ["schedule_id", 815]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1342], ["schedule_id", 815], ["confirmed", "t"]]  (225.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1595]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 815 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 815 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 02:00:00.000000' AND social_framework_events.finish > '2016-06-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1595], ["schedule_id", 815]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1595], ["schedule_id", 815], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1743]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 815 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 815 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 15:00:00.000000' AND social_framework_events.finish > '2016-08-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1743], ["schedule_id", 815]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1743], ["schedule_id", 815], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 815 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 815 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 02:00:00.000000' AND social_framework_events.finish > '2016-01-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 16], ["schedule_id", 815]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 16], ["schedule_id", 815], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 816]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 816 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 816], ["created_at", "2016-04-29 16:22:29.589811"], ["updated_at", "2016-04-29 16:22:29.589811"]]  (116.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 816 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-27 14:00:00.000000' AND social_framework_events.finish > '2016-06-27 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 902], ["schedule_id", 816]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 902], ["schedule_id", 816], ["confirmed", "t"]]  (149.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 801]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 816 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 816 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-03 09:00:00.000000' AND social_framework_events.finish > '2016-09-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 801], ["schedule_id", 816]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 801], ["schedule_id", 816], ["confirmed", "t"]]  (179.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 835]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 816 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 816 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 06:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 835], ["schedule_id", 816]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 835], ["schedule_id", 816], ["confirmed", "t"]]  (170.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1239]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 816 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 816 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 02:00:00.000000' AND social_framework_events.finish > '2016-11-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1239], ["schedule_id", 816]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1239], ["schedule_id", 816], ["confirmed", "t"]]  (257.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 937]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 816 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 816 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 15:00:00.000000' AND social_framework_events.finish > '2016-10-22 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 937], ["schedule_id", 816]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 937], ["schedule_id", 816], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 817]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2419]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 817 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 817], ["created_at", "2016-04-29 16:22:30.682272"], ["updated_at", "2016-04-29 16:22:30.682272"]]  (146.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 817 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 13:00:00.000000' AND social_framework_events.finish > '2016-09-08 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2419], ["schedule_id", 817]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2419], ["schedule_id", 817], ["confirmed", "t"]]  (137.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 817 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 817 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-01 15:00:00.000000' AND social_framework_events.finish > '2016-09-01 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 125], ["schedule_id", 817]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 125], ["schedule_id", 817], ["confirmed", "t"]]  (202.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2017]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 817 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 817 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-10 00:00:00.000000' AND social_framework_events.finish > '2016-02-09 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2017], ["schedule_id", 817]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2017], ["schedule_id", 817], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1287]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 817 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 817 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-08 08:00:00.000000' AND social_framework_events.finish > '2016-08-08 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1287], ["schedule_id", 817]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1287], ["schedule_id", 817], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 424]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 817 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 817 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 23:00:00.000000' AND social_framework_events.finish > '2016-06-19 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 424], ["schedule_id", 817]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 424], ["schedule_id", 817], ["confirmed", "t"]]  (100.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 818]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 743]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 818 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 818], ["created_at", "2016-04-29 16:22:31.559742"], ["updated_at", "2016-04-29 16:22:31.559742"]]  (104.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 818 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 15:00:00.000000' AND social_framework_events.finish > '2016-06-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 743], ["schedule_id", 818]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 743], ["schedule_id", 818], ["confirmed", "t"]]  (224.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2181]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 818 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 818 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 02:00:00.000000' AND social_framework_events.finish > '2016-02-23 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2181], ["schedule_id", 818]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2181], ["schedule_id", 818], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1476]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 818 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 818 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 17:00:00.000000' AND social_framework_events.finish > '2016-04-24 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1476], ["schedule_id", 818]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1476], ["schedule_id", 818], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1838]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 818 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 818 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 10:00:00.000000' AND social_framework_events.finish > '2016-07-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1838], ["schedule_id", 818]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1838], ["schedule_id", 818], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 829]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 818 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 818 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 18:00:00.000000' AND social_framework_events.finish > '2016-09-16 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 829], ["schedule_id", 818]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 829], ["schedule_id", 818], ["confirmed", "t"]]  (113.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 819]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 897]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 819 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 819], ["created_at", "2016-04-29 16:22:32.415368"], ["updated_at", "2016-04-29 16:22:32.415368"]]  (116.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 819 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-14 09:00:00.000000' AND social_framework_events.finish > '2016-02-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 897], ["schedule_id", 819]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 897], ["schedule_id", 819], ["confirmed", "t"]]  (117.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2416]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 819 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 819 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 01:00:00.000000' AND social_framework_events.finish > '2016-01-19 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2416], ["schedule_id", 819]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2416], ["schedule_id", 819], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 294]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 819 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 819 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 02:00:00.000000' AND social_framework_events.finish > '2016-07-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 294], ["schedule_id", 819]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 294], ["schedule_id", 819], ["confirmed", "t"]]  (202.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2023]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 819 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 819 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 03:00:00.000000' AND social_framework_events.finish > '2016-09-26 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2023], ["schedule_id", 819]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2023], ["schedule_id", 819], ["confirmed", "t"]]  (247.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1898]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 819 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 819 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 15:00:00.000000' AND social_framework_events.finish > '2016-01-25 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1898], ["schedule_id", 819]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1898], ["schedule_id", 819], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 820]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1988]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 820 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 820], ["created_at", "2016-04-29 16:22:33.395106"], ["updated_at", "2016-04-29 16:22:33.395106"]]  (104.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 820 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 02:00:00.000000' AND social_framework_events.finish > '2016-11-18 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1988], ["schedule_id", 820]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1988], ["schedule_id", 820], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1182]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 820 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 820 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 13:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1182], ["schedule_id", 820]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1182], ["schedule_id", 820], ["confirmed", "t"]]  (91.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1686]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 820 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 820 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 17:00:00.000000' AND social_framework_events.finish > '2016-02-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1686], ["schedule_id", 820]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1686], ["schedule_id", 820], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2343]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 820 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 820 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 04:00:00.000000' AND social_framework_events.finish > '2016-06-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2343], ["schedule_id", 820]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2343], ["schedule_id", 820], ["confirmed", "t"]]  (92.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2164]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 820 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 820 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 18:00:00.000000' AND social_framework_events.finish > '2016-03-16 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2164], ["schedule_id", 820]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2164], ["schedule_id", 820], ["confirmed", "t"]]  (213.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 821]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 798]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 821 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 821], ["created_at", "2016-04-29 16:22:34.151179"], ["updated_at", "2016-04-29 16:22:34.151179"]]  (138.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 821 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 04:00:00.000000' AND social_framework_events.finish > '2016-07-09 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 798], ["schedule_id", 821]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 798], ["schedule_id", 821], ["confirmed", "t"]]  (137.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 316]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 821 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 821 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 14:00:00.000000' AND social_framework_events.finish > '2016-06-16 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 316], ["schedule_id", 821]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 316], ["schedule_id", 821], ["confirmed", "t"]]  (1209.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1935]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 821 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 821 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 15:00:00.000000' AND social_framework_events.finish > '2016-04-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1935], ["schedule_id", 821]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1935], ["schedule_id", 821], ["confirmed", "t"]]  (291.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1558]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 821 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 821 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 09:00:00.000000' AND social_framework_events.finish > '2016-04-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1558], ["schedule_id", 821]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1558], ["schedule_id", 821], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 915]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 821 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 821 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 03:00:00.000000' AND social_framework_events.finish > '2016-03-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 915], ["schedule_id", 821]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 915], ["schedule_id", 821], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 822]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 229]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 822 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 822], ["created_at", "2016-04-29 16:22:36.225245"], ["updated_at", "2016-04-29 16:22:36.225245"]]  (117.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 822 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 05:00:00.000000' AND social_framework_events.finish > '2016-03-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 229], ["schedule_id", 822]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 229], ["schedule_id", 822], ["confirmed", "t"]]  (115.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 339]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 822 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 822 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 18:00:00.000000' AND social_framework_events.finish > '2016-06-25 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 339], ["schedule_id", 822]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 339], ["schedule_id", 822], ["confirmed", "t"]]  (286.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 822 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 822 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 16:00:00.000000' AND social_framework_events.finish > '2016-04-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 41], ["schedule_id", 822]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 41], ["schedule_id", 822], ["confirmed", "t"]]  (237.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2133]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 822 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 822 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-10 02:00:00.000000' AND social_framework_events.finish > '2016-10-09 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2133], ["schedule_id", 822]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2133], ["schedule_id", 822], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 664]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 822 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 822 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 18:00:00.000000' AND social_framework_events.finish > '2016-05-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 664], ["schedule_id", 822]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 664], ["schedule_id", 822], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 823]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2398]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 823 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 823], ["created_at", "2016-04-29 16:22:37.249350"], ["updated_at", "2016-04-29 16:22:37.249350"]]  (82.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 823 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-22 13:00:00.000000' AND social_framework_events.finish > '2016-02-22 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2398], ["schedule_id", 823]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2398], ["schedule_id", 823], ["confirmed", "t"]]  (81.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1488]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 823 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 823 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 22:00:00.000000' AND social_framework_events.finish > '2016-11-20 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1488], ["schedule_id", 823]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1488], ["schedule_id", 823], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 667]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 823 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 823 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-14 09:00:00.000000' AND social_framework_events.finish > '2016-03-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 667], ["schedule_id", 823]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 667], ["schedule_id", 823], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 141]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 823 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 823 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-14 03:00:00.000000' AND social_framework_events.finish > '2016-08-14 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 141], ["schedule_id", 823]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 141], ["schedule_id", 823], ["confirmed", "t"]]  (125.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1079]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 823 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 823 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 14:00:00.000000' AND social_framework_events.finish > '2016-03-16 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1079], ["schedule_id", 823]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1079], ["schedule_id", 823], ["confirmed", "t"]]  (120.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 824]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 824 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 824], ["created_at", "2016-04-29 16:22:37.905715"], ["updated_at", "2016-04-29 16:22:37.905715"]]  (116.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 824 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 06:00:00.000000' AND social_framework_events.finish > '2016-05-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 192], ["schedule_id", 824]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 192], ["schedule_id", 824], ["confirmed", "t"]]  (127.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1861]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 824 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 824 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 08:00:00.000000' AND social_framework_events.finish > '2016-06-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1861], ["schedule_id", 824]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1861], ["schedule_id", 824], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1953]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 824 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 824 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 15:00:00.000000' AND social_framework_events.finish > '2016-08-12 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1953], ["schedule_id", 824]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1953], ["schedule_id", 824], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1964]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 824 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 824 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 21:00:00.000000' AND social_framework_events.finish > '2016-01-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1964], ["schedule_id", 824]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1964], ["schedule_id", 824], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1955]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 824 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 824 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 16:00:00.000000' AND social_framework_events.finish > '2016-01-16 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1955], ["schedule_id", 824]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1955], ["schedule_id", 824], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 825]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 825 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 825], ["created_at", "2016-04-29 16:22:38.730407"], ["updated_at", "2016-04-29 16:22:38.730407"]]  (104.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 825 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 09:00:00.000000' AND social_framework_events.finish > '2016-01-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 506], ["schedule_id", 825]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 506], ["schedule_id", 825], ["confirmed", "t"]]  (110.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 401]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 825 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 825 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 06:00:00.000000' AND social_framework_events.finish > '2016-12-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 401], ["schedule_id", 825]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 401], ["schedule_id", 825], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2249]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 825 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 825 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 19:00:00.000000' AND social_framework_events.finish > '2016-12-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2249], ["schedule_id", 825]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2249], ["schedule_id", 825], ["confirmed", "t"]]  (101.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1128]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 825 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 825 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 04:00:00.000000' AND social_framework_events.finish > '2016-06-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1128], ["schedule_id", 825]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1128], ["schedule_id", 825], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1181]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 825 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 825 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 22:00:00.000000' AND social_framework_events.finish > '2016-05-15 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1181], ["schedule_id", 825]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1181], ["schedule_id", 825], ["confirmed", "t"]]  (91.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 826]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2399]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 826 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 826], ["created_at", "2016-04-29 16:22:39.420898"], ["updated_at", "2016-04-29 16:22:39.420898"]]  (93.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 826 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 11:00:00.000000' AND social_framework_events.finish > '2016-02-08 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2399], ["schedule_id", 826]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2399], ["schedule_id", 826], ["confirmed", "t"]]  (93.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 826 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 826 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 79], ["schedule_id", 826]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 79], ["schedule_id", 826], ["confirmed", "t"]]  (127.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 303]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 826 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 826 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 04:00:00.000000' AND social_framework_events.finish > '2016-11-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 303], ["schedule_id", 826]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 303], ["schedule_id", 826], ["confirmed", "t"]]  (766.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1938]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 826 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 826 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 01:00:00.000000' AND social_framework_events.finish > '2016-10-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1938], ["schedule_id", 826]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1938], ["schedule_id", 826], ["confirmed", "t"]]  (191.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 629]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 826 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 826 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-12 08:00:00.000000' AND social_framework_events.finish > '2016-08-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 629], ["schedule_id", 826]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 629], ["schedule_id", 826], ["confirmed", "t"]]  (191.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 827]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 706]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 827 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 827], ["created_at", "2016-04-29 16:22:40.930189"], ["updated_at", "2016-04-29 16:22:40.930189"]]  (149.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 827 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 14:00:00.000000' AND social_framework_events.finish > '2016-12-02 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 706], ["schedule_id", 827]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 706], ["schedule_id", 827], ["confirmed", "t"]]  (226.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1641]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 827 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 827 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 11:00:00.000000' AND social_framework_events.finish > '2016-06-01 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1641], ["schedule_id", 827]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1641], ["schedule_id", 827], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 827 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 827 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 03:00:00.000000' AND social_framework_events.finish > '2016-11-01 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2149], ["schedule_id", 827]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2149], ["schedule_id", 827], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 454]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 827 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 827 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 13:00:00.000000' AND social_framework_events.finish > '2016-02-13 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 454], ["schedule_id", 827]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 454], ["schedule_id", 827], ["confirmed", "t"]]  (89.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1116]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 827 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 827 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 19:00:00.000000' AND social_framework_events.finish > '2016-12-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1116], ["schedule_id", 827]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1116], ["schedule_id", 827], ["confirmed", "t"]]  (200.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 828]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 428]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 828 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 828], ["created_at", "2016-04-29 16:22:41.887614"], ["updated_at", "2016-04-29 16:22:41.887614"]]  (138.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 828 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 20:00:00.000000' AND social_framework_events.finish > '2016-08-15 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 428], ["schedule_id", 828]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 428], ["schedule_id", 828], ["confirmed", "t"]]  (82.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 828 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 828 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 09:00:00.000000' AND social_framework_events.finish > '2016-10-12 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 534], ["schedule_id", 828]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 534], ["schedule_id", 828], ["confirmed", "t"]]  (401.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 828 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 828 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 09:00:00.000000' AND social_framework_events.finish > '2016-08-28 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 573], ["schedule_id", 828]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 573], ["schedule_id", 828], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 730]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 828 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 828 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 13:00:00.000000' AND social_framework_events.finish > '2016-11-07 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 730], ["schedule_id", 828]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 730], ["schedule_id", 828], ["confirmed", "t"]]  (112.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1933]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 828 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 828 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 06:00:00.000000' AND social_framework_events.finish > '2016-01-28 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1933], ["schedule_id", 828]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1933], ["schedule_id", 828], ["confirmed", "t"]]  (112.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 829]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 829 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 829], ["created_at", "2016-04-29 16:22:42.899485"], ["updated_at", "2016-04-29 16:22:42.899485"]]  (115.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 829 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-02 11:00:00.000000' AND social_framework_events.finish > '2016-04-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 65], ["schedule_id", 829]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 65], ["schedule_id", 829], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2357]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 829 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 829 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 14:00:00.000000' AND social_framework_events.finish > '2016-08-03 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2357], ["schedule_id", 829]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2357], ["schedule_id", 829], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2283]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 829 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 829 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-06 01:00:00.000000' AND social_framework_events.finish > '2016-01-05 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2283], ["schedule_id", 829]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2283], ["schedule_id", 829], ["confirmed", "t"]]  (290.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 829 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 829 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 829]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 829], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2457]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 829 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 829 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 05:00:00.000000' AND social_framework_events.finish > '2016-05-25 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2457], ["schedule_id", 829]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2457], ["schedule_id", 829], ["confirmed", "t"]]  (323.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 830]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 830 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 830], ["created_at", "2016-04-29 16:22:44.099691"], ["updated_at", "2016-04-29 16:22:44.099691"]]  (105.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 830 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 01:00:00.000000' AND social_framework_events.finish > '2016-07-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 70], ["schedule_id", 830]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 70], ["schedule_id", 830], ["confirmed", "t"]]  (93.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2009]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 830 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 830 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 00:00:00.000000' AND social_framework_events.finish > '2016-09-10 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2009], ["schedule_id", 830]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2009], ["schedule_id", 830], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1124]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 830 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 830 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 00:00:00.000000' AND social_framework_events.finish > '2016-12-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1124], ["schedule_id", 830]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1124], ["schedule_id", 830], ["confirmed", "t"]]  (92.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1247]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 830 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 830 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-23 23:00:00.000000' AND social_framework_events.finish > '2016-09-23 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1247], ["schedule_id", 830]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1247], ["schedule_id", 830], ["confirmed", "t"]]  (92.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 652]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 830 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 830 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-17 08:00:00.000000' AND social_framework_events.finish > '2016-09-17 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 652], ["schedule_id", 830]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 652], ["schedule_id", 830], ["confirmed", "t"]]  (101.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 831]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 138]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 831 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 831], ["created_at", "2016-04-29 16:22:44.746961"], ["updated_at", "2016-04-29 16:22:44.746961"]]  (126.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 831 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 11:00:00.000000' AND social_framework_events.finish > '2016-06-20 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 138], ["schedule_id", 831]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 138], ["schedule_id", 831], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1314]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 831 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 831 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 16:00:00.000000' AND social_framework_events.finish > '2016-03-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1314], ["schedule_id", 831]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1314], ["schedule_id", 831], ["confirmed", "t"]]  (145.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 831 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 831 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 02:00:00.000000' AND social_framework_events.finish > '2016-01-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 579], ["schedule_id", 831]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 579], ["schedule_id", 831], ["confirmed", "t"]]  (279.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2058]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 831 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 831 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 00:00:00.000000' AND social_framework_events.finish > '2016-02-25 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2058], ["schedule_id", 831]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2058], ["schedule_id", 831], ["confirmed", "t"]]  (355.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1182]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 831 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 831 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 13:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1182], ["schedule_id", 831]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1182], ["schedule_id", 831], ["confirmed", "t"]]  (168.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 832]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 832 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 832], ["created_at", "2016-04-29 16:22:46.012716"], ["updated_at", "2016-04-29 16:22:46.012716"]]  (115.8ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 832 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-09 03:00:00.000000' AND social_framework_events.finish > '2016-02-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1382], ["schedule_id", 832]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1382], ["schedule_id", 832], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1364]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 832 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 832 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 15:00:00.000000' AND social_framework_events.finish > '2016-07-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1364], ["schedule_id", 832]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1364], ["schedule_id", 832], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 806]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 832 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 832 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 22:00:00.000000' AND social_framework_events.finish > '2016-10-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 806], ["schedule_id", 832]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 806], ["schedule_id", 832], ["confirmed", "t"]]  (112.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1596]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 832 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 832 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-06 16:00:00.000000' AND social_framework_events.finish > '2016-02-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1596], ["schedule_id", 832]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1596], ["schedule_id", 832], ["confirmed", "t"]]  (169.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1824]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 832 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 832 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-10 11:00:00.000000' AND social_framework_events.finish > '2016-03-10 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1824], ["schedule_id", 832]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1824], ["schedule_id", 832], ["confirmed", "t"]]  (366.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 833]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 342]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 833 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 833], ["created_at", "2016-04-29 16:22:47.058180"], ["updated_at", "2016-04-29 16:22:47.058180"]]  (116.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 833 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 16:00:00.000000' AND social_framework_events.finish > '2016-01-04 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 342], ["schedule_id", 833]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 342], ["schedule_id", 833], ["confirmed", "t"]]  (235.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 897]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 833 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 833 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-14 09:00:00.000000' AND social_framework_events.finish > '2016-02-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 897], ["schedule_id", 833]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 897], ["schedule_id", 833], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1786]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 833 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 833 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 19:00:00.000000' AND social_framework_events.finish > '2016-11-26 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1786], ["schedule_id", 833]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1786], ["schedule_id", 833], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1327]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 833 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 833 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 22:00:00.000000' AND social_framework_events.finish > '2016-09-19 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1327], ["schedule_id", 833]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1327], ["schedule_id", 833], ["confirmed", "t"]]  (225.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1674]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 833 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 833 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 04:00:00.000000' AND social_framework_events.finish > '2016-03-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1674], ["schedule_id", 833]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1674], ["schedule_id", 833], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 834]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 348]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 834 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 834], ["created_at", "2016-04-29 16:22:48.071482"], ["updated_at", "2016-04-29 16:22:48.071482"]]  (124.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 834 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-29 00:00:00.000000' AND social_framework_events.finish > '2016-03-28 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 348], ["schedule_id", 834]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 348], ["schedule_id", 834], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1817]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 834 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 834 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 03:00:00.000000' AND social_framework_events.finish > '2016-02-06 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1817], ["schedule_id", 834]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1817], ["schedule_id", 834], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1181]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 834 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 834 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 22:00:00.000000' AND social_framework_events.finish > '2016-05-15 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1181], ["schedule_id", 834]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1181], ["schedule_id", 834], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2051]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 834 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 834 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 00:00:00.000000' AND social_framework_events.finish > '2016-07-12 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2051], ["schedule_id", 834]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2051], ["schedule_id", 834], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 692]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 834 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 834 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 16:00:00.000000' AND social_framework_events.finish > '2016-11-22 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 692], ["schedule_id", 834]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 692], ["schedule_id", 834], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 835]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2156]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 835 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 835], ["created_at", "2016-04-29 16:22:48.871539"], ["updated_at", "2016-04-29 16:22:48.871539"]]  (104.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 835 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 15:00:00.000000' AND social_framework_events.finish > '2016-03-25 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2156], ["schedule_id", 835]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2156], ["schedule_id", 835], ["confirmed", "t"]]  (158.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 835 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 835 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 05:00:00.000000' AND social_framework_events.finish > '2016-12-17 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 89], ["schedule_id", 835]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 89], ["schedule_id", 835], ["confirmed", "t"]]  (269.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 491]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 835 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 835 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 08:00:00.000000' AND social_framework_events.finish > '2016-12-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 491], ["schedule_id", 835]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 491], ["schedule_id", 835], ["confirmed", "t"]]  (169.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 835 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 835 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 17:00:00.000000' AND social_framework_events.finish > '2016-07-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 581], ["schedule_id", 835]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 581], ["schedule_id", 835], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 381]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 835 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 835 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 04:00:00.000000' AND social_framework_events.finish > '2016-10-04 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 381], ["schedule_id", 835]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 381], ["schedule_id", 835], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 836]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1293]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 836 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 836], ["created_at", "2016-04-29 16:22:49.895104"], ["updated_at", "2016-04-29 16:22:49.895104"]]  (103.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 836 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 20:00:00.000000' AND social_framework_events.finish > '2016-05-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1293], ["schedule_id", 836]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1293], ["schedule_id", 836], ["confirmed", "t"]]  (127.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2108]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 836 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 836 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 19:00:00.000000' AND social_framework_events.finish > '2016-04-01 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2108], ["schedule_id", 836]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2108], ["schedule_id", 836], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 836 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 836 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 01:00:00.000000' AND social_framework_events.finish > '2016-07-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 70], ["schedule_id", 836]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 70], ["schedule_id", 836], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2067]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 836 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 836 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 09:00:00.000000' AND social_framework_events.finish > '2016-06-22 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2067], ["schedule_id", 836]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2067], ["schedule_id", 836], ["confirmed", "t"]]  (169.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1760]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 836 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 836 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 15:00:00.000000' AND social_framework_events.finish > '2016-01-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1760], ["schedule_id", 836]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1760], ["schedule_id", 836], ["confirmed", "t"]]  (190.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 837]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 837 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 837], ["created_at", "2016-04-29 16:22:50.761771"], ["updated_at", "2016-04-29 16:22:50.761771"]]  (138.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 837 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 12:00:00.000000' AND social_framework_events.finish > '2016-03-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 155], ["schedule_id", 837]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 155], ["schedule_id", 837], ["confirmed", "t"]]  (138.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2042]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 837 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 837 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 13:00:00.000000' AND social_framework_events.finish > '2016-05-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2042], ["schedule_id", 837]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2042], ["schedule_id", 837], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 837 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 837 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 07:00:00.000000' AND social_framework_events.finish > '2016-12-20 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1281], ["schedule_id", 837]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1281], ["schedule_id", 837], ["confirmed", "t"]]  (122.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2404]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 837 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 837 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 16:00:00.000000' AND social_framework_events.finish > '2016-01-25 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2404], ["schedule_id", 837]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2404], ["schedule_id", 837], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1388]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 837 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 837 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 06:00:00.000000' AND social_framework_events.finish > '2016-02-11 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1388], ["schedule_id", 837]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1388], ["schedule_id", 837], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 838]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 838 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 838], ["created_at", "2016-04-29 16:22:51.607839"], ["updated_at", "2016-04-29 16:22:51.607839"]]  (139.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 838 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 20:00:00.000000' AND social_framework_events.finish > '2016-10-02 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 164], ["schedule_id", 838]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 164], ["schedule_id", 838], ["confirmed", "t"]]  (149.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 838 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 838 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 06:00:00.000000' AND social_framework_events.finish > '2016-05-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 192], ["schedule_id", 838]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 192], ["schedule_id", 838], ["confirmed", "t"]]  (191.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 838 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 838 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 14:00:00.000000' AND social_framework_events.finish > '2016-07-26 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 569], ["schedule_id", 838]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 569], ["schedule_id", 838], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1869]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 838 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 838 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 21:00:00.000000' AND social_framework_events.finish > '2016-05-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1869], ["schedule_id", 838]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1869], ["schedule_id", 838], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2007]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 838 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 838 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 07:00:00.000000' AND social_framework_events.finish > '2016-12-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2007], ["schedule_id", 838]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2007], ["schedule_id", 838], ["confirmed", "t"]]  (156.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 839]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 839 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 839], ["created_at", "2016-04-29 16:22:52.631357"], ["updated_at", "2016-04-29 16:22:52.631357"]]  (94.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 839 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 06:00:00.000000' AND social_framework_events.finish > '2016-02-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 571], ["schedule_id", 839]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 571], ["schedule_id", 839], ["confirmed", "t"]]  (115.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 849]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 839 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 839 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-18 04:00:00.000000' AND social_framework_events.finish > '2016-12-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 849], ["schedule_id", 839]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 849], ["schedule_id", 839], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 394]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 839 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 839 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 19:00:00.000000' AND social_framework_events.finish > '2016-01-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 394], ["schedule_id", 839]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 394], ["schedule_id", 839], ["confirmed", "t"]]  (130.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 941]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 839 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 839 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-05 14:00:00.000000' AND social_framework_events.finish > '2016-09-05 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 941], ["schedule_id", 839]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 941], ["schedule_id", 839], ["confirmed", "t"]]  (200.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1853]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 839 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 839 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 17:00:00.000000' AND social_framework_events.finish > '2016-03-27 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1853], ["schedule_id", 839]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1853], ["schedule_id", 839], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 840]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 156]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 840 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 840], ["created_at", "2016-04-29 16:22:53.499117"], ["updated_at", "2016-04-29 16:22:53.499117"]]  (104.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 840 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-08 23:00:00.000000' AND social_framework_events.finish > '2016-12-08 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 156], ["schedule_id", 840]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 156], ["schedule_id", 840], ["confirmed", "t"]]  (92.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2045]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 840 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 840 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-01 16:00:00.000000' AND social_framework_events.finish > '2016-01-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2045], ["schedule_id", 840]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2045], ["schedule_id", 840], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1651]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 840 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 840 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 13:00:00.000000' AND social_framework_events.finish > '2016-10-14 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1651], ["schedule_id", 840]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1651], ["schedule_id", 840], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 840 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 840 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 13:00:00.000000' AND social_framework_events.finish > '2016-04-24 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 162], ["schedule_id", 840]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 162], ["schedule_id", 840], ["confirmed", "t"]]  (145.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1277]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 840 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 840 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 02:00:00.000000' AND social_framework_events.finish > '2016-01-16 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1277], ["schedule_id", 840]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1277], ["schedule_id", 840], ["confirmed", "t"]]  (180.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 841]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 714]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 841 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 841], ["created_at", "2016-04-29 16:22:54.323181"], ["updated_at", "2016-04-29 16:22:54.323181"]]  (215.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 841 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 06:00:00.000000' AND social_framework_events.finish > '2016-06-08 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 714], ["schedule_id", 841]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 714], ["schedule_id", 841], ["confirmed", "t"]]  (193.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1109]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 841 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 841 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1109], ["schedule_id", 841]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1109], ["schedule_id", 841], ["confirmed", "t"]]  (236.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 100]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 841 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 841 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 03:00:00.000000' AND social_framework_events.finish > '2016-07-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 100], ["schedule_id", 841]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 100], ["schedule_id", 841], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 841 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 841 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 19:00:00.000000' AND social_framework_events.finish > '2016-06-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 544], ["schedule_id", 841]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 544], ["schedule_id", 841], ["confirmed", "t"]]  (257.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1617]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 841 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 841 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 03:00:00.000000' AND social_framework_events.finish > '2016-09-22 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1617], ["schedule_id", 841]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1617], ["schedule_id", 841], ["confirmed", "t"]]  (181.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 842]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 466]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 842 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 842], ["created_at", "2016-04-29 16:22:55.601328"], ["updated_at", "2016-04-29 16:22:55.601328"]]  (137.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 842 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 01:00:00.000000' AND social_framework_events.finish > '2016-11-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 466], ["schedule_id", 842]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 466], ["schedule_id", 842], ["confirmed", "t"]]  (204.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2439]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 842 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 842 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 03:00:00.000000' AND social_framework_events.finish > '2016-10-02 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2439], ["schedule_id", 842]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2439], ["schedule_id", 842], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 735]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 842 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 842 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-23 07:00:00.000000' AND social_framework_events.finish > '2016-05-23 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 735], ["schedule_id", 842]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 735], ["schedule_id", 842], ["confirmed", "t"]]  (179.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 120]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 842 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 842 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 20:00:00.000000' AND social_framework_events.finish > '2016-05-27 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 120], ["schedule_id", 842]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 120], ["schedule_id", 842], ["confirmed", "t"]]  (211.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1401]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 842 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 842 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-02 22:00:00.000000' AND social_framework_events.finish > '2016-03-02 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1401], ["schedule_id", 842]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1401], ["schedule_id", 842], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 843]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1781]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 843 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 843], ["created_at", "2016-04-29 16:22:56.613667"], ["updated_at", "2016-04-29 16:22:56.613667"]]  (114.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 843 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 15:00:00.000000' AND social_framework_events.finish > '2016-06-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1781], ["schedule_id", 843]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1781], ["schedule_id", 843], ["confirmed", "t"]]  (127.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 721]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 843 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 843 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 07:00:00.000000' AND social_framework_events.finish > '2016-01-09 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 721], ["schedule_id", 843]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 721], ["schedule_id", 843], ["confirmed", "t"]]  (170.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1538]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 843 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 843 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 13:00:00.000000' AND social_framework_events.finish > '2016-12-12 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1538], ["schedule_id", 843]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1538], ["schedule_id", 843], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1375]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 843 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 843 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-23 14:00:00.000000' AND social_framework_events.finish > '2016-09-23 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1375], ["schedule_id", 843]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1375], ["schedule_id", 843], ["confirmed", "t"]]  (99.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2482]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 843 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 843 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 05:00:00.000000' AND social_framework_events.finish > '2016-08-13 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2482], ["schedule_id", 843]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2482], ["schedule_id", 843], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 844]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1046]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 844 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 844], ["created_at", "2016-04-29 16:22:57.448622"], ["updated_at", "2016-04-29 16:22:57.448622"]]  (82.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 844 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-08 08:00:00.000000' AND social_framework_events.finish > '2016-07-08 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1046], ["schedule_id", 844]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1046], ["schedule_id", 844], ["confirmed", "t"]]  (93.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1256]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 844 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 844 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 21:00:00.000000' AND social_framework_events.finish > '2016-09-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1256], ["schedule_id", 844]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1256], ["schedule_id", 844], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 209]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 844 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 844 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 21:00:00.000000' AND social_framework_events.finish > '2016-12-09 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 209], ["schedule_id", 844]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 209], ["schedule_id", 844], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1052]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 844 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 844 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 10:00:00.000000' AND social_framework_events.finish > '2016-12-02 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1052], ["schedule_id", 844]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1052], ["schedule_id", 844], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 167]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 844 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 844 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 21:00:00.000000' AND social_framework_events.finish > '2016-07-02 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 167], ["schedule_id", 844]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 167], ["schedule_id", 844], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 845]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1659]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 845 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 845], ["created_at", "2016-04-29 16:22:58.161329"], ["updated_at", "2016-04-29 16:22:58.161329"]]  (159.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 845 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-04 21:00:00.000000' AND social_framework_events.finish > '2016-11-04 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1659], ["schedule_id", 845]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1659], ["schedule_id", 845], ["confirmed", "t"]]  (182.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 845 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 845 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 08:00:00.000000' AND social_framework_events.finish > '2016-06-20 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 184], ["schedule_id", 845]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 184], ["schedule_id", 845], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1272]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 845 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 845 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 12:00:00.000000' AND social_framework_events.finish > '2016-01-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1272], ["schedule_id", 845]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1272], ["schedule_id", 845], ["confirmed", "t"]]  (224.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 495]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 845 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 845 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 11:00:00.000000' AND social_framework_events.finish > '2016-12-28 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 495], ["schedule_id", 845]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 495], ["schedule_id", 845], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1325]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 845 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 845 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 02:00:00.000000' AND social_framework_events.finish > '2016-07-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1325], ["schedule_id", 845]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1325], ["schedule_id", 845], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 846]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 265]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 846 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 846], ["created_at", "2016-04-29 16:22:59.196029"], ["updated_at", "2016-04-29 16:22:59.196029"]]  (115.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 846 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 17:00:00.000000' AND social_framework_events.finish > '2016-11-19 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 265], ["schedule_id", 846]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 265], ["schedule_id", 846], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 285]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 846 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 846 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-10 01:00:00.000000' AND social_framework_events.finish > '2016-10-10 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 285], ["schedule_id", 846]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 285], ["schedule_id", 846], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 228]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 846 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 846 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 22:00:00.000000' AND social_framework_events.finish > '2016-05-03 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 228], ["schedule_id", 846]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 228], ["schedule_id", 846], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1781]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 846 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 846 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 15:00:00.000000' AND social_framework_events.finish > '2016-06-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1781], ["schedule_id", 846]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1781], ["schedule_id", 846], ["confirmed", "t"]]  (178.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 614]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 846 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 846 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 00:00:00.000000' AND social_framework_events.finish > '2016-10-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 614], ["schedule_id", 846]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 614], ["schedule_id", 846], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 847]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 182]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 847 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 847], ["created_at", "2016-04-29 16:23:00.008899"], ["updated_at", "2016-04-29 16:23:00.008899"]]  (104.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 847 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 16:00:00.000000' AND social_framework_events.finish > '2016-12-16 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 182], ["schedule_id", 847]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 182], ["schedule_id", 847], ["confirmed", "t"]]  (171.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 102]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 847 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 847 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 04:00:00.000000' AND social_framework_events.finish > '2016-12-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 102], ["schedule_id", 847]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 102], ["schedule_id", 847], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1436]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 847 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 847 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 04:00:00.000000' AND social_framework_events.finish > '2016-06-28 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1436], ["schedule_id", 847]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1436], ["schedule_id", 847], ["confirmed", "t"]]  (157.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1718]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 847 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 847 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 11:00:00.000000' AND social_framework_events.finish > '2016-07-15 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1718], ["schedule_id", 847]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1718], ["schedule_id", 847], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1516]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 847 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 847 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 19:00:00.000000' AND social_framework_events.finish > '2016-07-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1516], ["schedule_id", 847]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1516], ["schedule_id", 847], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 848]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1421]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 848 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 848], ["created_at", "2016-04-29 16:23:00.965093"], ["updated_at", "2016-04-29 16:23:00.965093"]]  (169.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 848 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 18:00:00.000000' AND social_framework_events.finish > '2016-03-25 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1421], ["schedule_id", 848]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1421], ["schedule_id", 848], ["confirmed", "t"]]  (148.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 840]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 848 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 848 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-27 01:00:00.000000' AND social_framework_events.finish > '2016-12-26 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 840], ["schedule_id", 848]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 840], ["schedule_id", 848], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 116]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 848 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 848 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-10 13:00:00.000000' AND social_framework_events.finish > '2016-08-10 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 116], ["schedule_id", 848]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 116], ["schedule_id", 848], ["confirmed", "t"]]  (192.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2431]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 848 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 848 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-04 17:00:00.000000' AND social_framework_events.finish > '2016-11-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2431], ["schedule_id", 848]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2431], ["schedule_id", 848], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 688]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 848 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 848 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 13:00:00.000000' AND social_framework_events.finish > '2016-08-21 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 688], ["schedule_id", 848]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 688], ["schedule_id", 848], ["confirmed", "t"]]  (169.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 849]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1768]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 849 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 849], ["created_at", "2016-04-29 16:23:02.009654"], ["updated_at", "2016-04-29 16:23:02.009654"]]  (138.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 849 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 17:00:00.000000' AND social_framework_events.finish > '2016-01-04 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1768], ["schedule_id", 849]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1768], ["schedule_id", 849], ["confirmed", "t"]]  (105.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1964]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 849 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 849 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 21:00:00.000000' AND social_framework_events.finish > '2016-01-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1964], ["schedule_id", 849]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1964], ["schedule_id", 849], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 481]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 849 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 849 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-25 00:00:00.000000' AND social_framework_events.finish > '2016-09-24 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 481], ["schedule_id", 849]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 481], ["schedule_id", 849], ["confirmed", "t"]]  (211.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 622]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 849 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 849 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 10:00:00.000000' AND social_framework_events.finish > '2016-08-09 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 622], ["schedule_id", 849]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 622], ["schedule_id", 849], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1901]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 849 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 849 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-24 15:00:00.000000' AND social_framework_events.finish > '2016-03-24 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1901], ["schedule_id", 849]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1901], ["schedule_id", 849], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 850]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 851]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 850 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 850], ["created_at", "2016-04-29 16:23:02.866449"], ["updated_at", "2016-04-29 16:23:02.866449"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 850 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 14:00:00.000000' AND social_framework_events.finish > '2016-12-07 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 851], ["schedule_id", 850]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 851], ["schedule_id", 850], ["confirmed", "t"]]  (93.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2377]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 850 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 850 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-28 21:00:00.000000' AND social_framework_events.finish > '2016-07-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2377], ["schedule_id", 850]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2377], ["schedule_id", 850], ["confirmed", "t"]]  (213.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 675]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 850 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 850 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 21:00:00.000000' AND social_framework_events.finish > '2016-05-10 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 675], ["schedule_id", 850]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 675], ["schedule_id", 850], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1355]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 850 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 850 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 21:00:00.000000' AND social_framework_events.finish > '2016-10-26 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1355], ["schedule_id", 850]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1355], ["schedule_id", 850], ["confirmed", "t"]]  (169.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2442]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 850 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 850 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 03:00:00.000000' AND social_framework_events.finish > '2016-07-11 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2442], ["schedule_id", 850]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2442], ["schedule_id", 850], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 851]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 172]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 851 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 851], ["created_at", "2016-04-29 16:23:03.855905"], ["updated_at", "2016-04-29 16:23:03.855905"]]  (115.5ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 851 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 23:00:00.000000' AND social_framework_events.finish > '2016-06-11 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 172], ["schedule_id", 851]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 172], ["schedule_id", 851], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1455]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 851 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 851 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 23:00:00.000000' AND social_framework_events.finish > '2016-06-19 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1455], ["schedule_id", 851]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1455], ["schedule_id", 851], ["confirmed", "t"]]  (113.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1696]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 851 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 851 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-24 17:00:00.000000' AND social_framework_events.finish > '2016-07-24 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1696], ["schedule_id", 851]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1696], ["schedule_id", 851], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1525]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 851 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 851 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 07:00:00.000000' AND social_framework_events.finish > '2016-09-08 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1525], ["schedule_id", 851]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1525], ["schedule_id", 851], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 229]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 851 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 851 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 05:00:00.000000' AND social_framework_events.finish > '2016-03-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 229], ["schedule_id", 851]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 229], ["schedule_id", 851], ["confirmed", "t"]]  (203.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 852]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 460]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 852 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 852], ["created_at", "2016-04-29 16:23:04.723719"], ["updated_at", "2016-04-29 16:23:04.723719"]]  (105.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 852 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 02:00:00.000000' AND social_framework_events.finish > '2016-04-21 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 460], ["schedule_id", 852]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 460], ["schedule_id", 852], ["confirmed", "t"]]  (104.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 880]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 852 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 852 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-01 13:00:00.000000' AND social_framework_events.finish > '2016-06-01 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 880], ["schedule_id", 852]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 880], ["schedule_id", 852], ["confirmed", "t"]]  (180.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 390]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 852 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 852 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 20:00:00.000000' AND social_framework_events.finish > '2016-01-13 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 390], ["schedule_id", 852]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 390], ["schedule_id", 852], ["confirmed", "t"]]  (158.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1294]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 852 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 852 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-11 00:00:00.000000' AND social_framework_events.finish > '2016-12-10 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1294], ["schedule_id", 852]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1294], ["schedule_id", 852], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 852 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 852 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 05:00:00.000000' AND social_framework_events.finish > '2016-08-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 48], ["schedule_id", 852]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 48], ["schedule_id", 852], ["confirmed", "t"]]  (180.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 853]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 280]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 853 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 853], ["created_at", "2016-04-29 16:23:05.603270"], ["updated_at", "2016-04-29 16:23:05.603270"]]  (93.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 853 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 22:00:00.000000' AND social_framework_events.finish > '2016-04-14 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 280], ["schedule_id", 853]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 280], ["schedule_id", 853], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1561]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 853 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 853 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 02:00:00.000000' AND social_framework_events.finish > '2016-08-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1561], ["schedule_id", 853]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1561], ["schedule_id", 853], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 853 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 853 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 00:00:00.000000' AND social_framework_events.finish > '2016-06-06 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 533], ["schedule_id", 853]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 533], ["schedule_id", 853], ["confirmed", "t"]]  (224.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 411]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 853 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 853 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-13 12:00:00.000000' AND social_framework_events.finish > '2016-09-13 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 411], ["schedule_id", 853]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 411], ["schedule_id", 853], ["confirmed", "t"]]  (156.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 997]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 853 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 853 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-27 02:00:00.000000' AND social_framework_events.finish > '2016-02-27 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 997], ["schedule_id", 853]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 997], ["schedule_id", 853], ["confirmed", "t"]]  (253.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 854]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1697]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 854 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 854], ["created_at", "2016-04-29 16:23:06.615450"], ["updated_at", "2016-04-29 16:23:06.615450"]]  (182.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 854 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 14:00:00.000000' AND social_framework_events.finish > '2016-09-06 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1697], ["schedule_id", 854]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1697], ["schedule_id", 854], ["confirmed", "t"]]  (182.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 854 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 854 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 11:00:00.000000' AND social_framework_events.finish > '2016-04-06 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 21], ["schedule_id", 854]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 21], ["schedule_id", 854], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2275]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 854 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 854 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 22:00:00.000000' AND social_framework_events.finish > '2016-11-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2275], ["schedule_id", 854]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2275], ["schedule_id", 854], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 424]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 854 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 854 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 23:00:00.000000' AND social_framework_events.finish > '2016-06-19 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 424], ["schedule_id", 854]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 424], ["schedule_id", 854], ["confirmed", "t"]]  (154.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1816]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 854 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 854 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 02:00:00.000000' AND social_framework_events.finish > '2016-02-19 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1816], ["schedule_id", 854]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1816], ["schedule_id", 854], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 855]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 826]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 855 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 855], ["created_at", "2016-04-29 16:23:07.574130"], ["updated_at", "2016-04-29 16:23:07.574130"]]  (124.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 855 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 22:00:00.000000' AND social_framework_events.finish > '2016-02-23 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 826], ["schedule_id", 855]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 826], ["schedule_id", 855], ["confirmed", "t"]]  (94.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 322]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 855 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 855 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 03:00:00.000000' AND social_framework_events.finish > '2016-02-27 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 322], ["schedule_id", 855]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 322], ["schedule_id", 855], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 142]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 855 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 855 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 09:00:00.000000' AND social_framework_events.finish > '2016-08-05 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 142], ["schedule_id", 855]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 142], ["schedule_id", 855], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1964]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 855 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 855 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 21:00:00.000000' AND social_framework_events.finish > '2016-01-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1964], ["schedule_id", 855]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1964], ["schedule_id", 855], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2077]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 855 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 855 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-23 12:00:00.000000' AND social_framework_events.finish > '2016-07-23 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2077], ["schedule_id", 855]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2077], ["schedule_id", 855], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 856]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2249]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 856 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 856], ["created_at", "2016-04-29 16:23:08.374269"], ["updated_at", "2016-04-29 16:23:08.374269"]]  (312.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 856 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 19:00:00.000000' AND social_framework_events.finish > '2016-12-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2249], ["schedule_id", 856]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2249], ["schedule_id", 856], ["confirmed", "t"]]  (159.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1105]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 856 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 856 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 11:00:00.000000' AND social_framework_events.finish > '2016-07-10 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1105], ["schedule_id", 856]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1105], ["schedule_id", 856], ["confirmed", "t"]]  (240.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 264]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 856 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 856 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 08:00:00.000000' AND social_framework_events.finish > '2016-12-21 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 264], ["schedule_id", 856]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 264], ["schedule_id", 856], ["confirmed", "t"]]  (141.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1821]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 856 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 856 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 04:00:00.000000' AND social_framework_events.finish > '2016-03-06 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1821], ["schedule_id", 856]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1821], ["schedule_id", 856], ["confirmed", "t"]]  (312.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 491]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 856 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 856 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 08:00:00.000000' AND social_framework_events.finish > '2016-12-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 491], ["schedule_id", 856]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 491], ["schedule_id", 856], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 857]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1666]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 857 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 857], ["created_at", "2016-04-29 16:23:09.739973"], ["updated_at", "2016-04-29 16:23:09.739973"]]  (216.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 857 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 04:00:00.000000' AND social_framework_events.finish > '2016-03-09 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1666], ["schedule_id", 857]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1666], ["schedule_id", 857], ["confirmed", "t"]]  (115.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 983]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 857 LIMIT 1  (0.7ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 857 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 02:00:00.000000' AND social_framework_events.finish > '2016-05-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 983], ["schedule_id", 857]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 983], ["schedule_id", 857], ["confirmed", "t"]]  (109.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 974]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 857 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 857 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 03:00:00.000000' AND social_framework_events.finish > '2016-05-06 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 974], ["schedule_id", 857]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 974], ["schedule_id", 857], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 857 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 857 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 11:00:00.000000' AND social_framework_events.finish > '2016-08-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 143], ["schedule_id", 857]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 143], ["schedule_id", 857], ["confirmed", "t"]]  (169.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 363]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 857 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 857 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-16 06:00:00.000000' AND social_framework_events.finish > '2016-05-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 363], ["schedule_id", 857]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 363], ["schedule_id", 857], ["confirmed", "t"]]  (191.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 858]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1964]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 858 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 858], ["created_at", "2016-04-29 16:23:10.707646"], ["updated_at", "2016-04-29 16:23:10.707646"]]  (160.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 858 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 21:00:00.000000' AND social_framework_events.finish > '2016-01-09 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1964], ["schedule_id", 858]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1964], ["schedule_id", 858], ["confirmed", "t"]]  (247.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1986]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 858 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 858 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-09 13:00:00.000000' AND social_framework_events.finish > '2016-10-09 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1986], ["schedule_id", 858]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1986], ["schedule_id", 858], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2222]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 858 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 858 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 11:00:00.000000' AND social_framework_events.finish > '2016-05-25 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2222], ["schedule_id", 858]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2222], ["schedule_id", 858], ["confirmed", "t"]]  (123.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 854]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 858 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 858 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 21:00:00.000000' AND social_framework_events.finish > '2016-05-11 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 854], ["schedule_id", 858]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 854], ["schedule_id", 858], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 858 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 858 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 10:00:00.000000' AND social_framework_events.finish > '2016-11-26 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1519], ["schedule_id", 858]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1519], ["schedule_id", 858], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 859]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2178]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 859 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 859], ["created_at", "2016-04-29 16:23:11.630775"], ["updated_at", "2016-04-29 16:23:11.630775"]]  (104.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 859 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 11:00:00.000000' AND social_framework_events.finish > '2016-05-24 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2178], ["schedule_id", 859]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2178], ["schedule_id", 859], ["confirmed", "t"]]  (105.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1879]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 859 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 859 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 08:00:00.000000' AND social_framework_events.finish > '2016-04-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1879], ["schedule_id", 859]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1879], ["schedule_id", 859], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1366]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 859 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 859 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 08:00:00.000000' AND social_framework_events.finish > '2016-10-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1366], ["schedule_id", 859]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1366], ["schedule_id", 859], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 679]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 859 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 859 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 11:00:00.000000' AND social_framework_events.finish > '2016-07-12 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 679], ["schedule_id", 859]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 679], ["schedule_id", 859], ["confirmed", "t"]]  (113.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1529]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 859 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 859 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 08:00:00.000000' AND social_framework_events.finish > '2016-12-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1529], ["schedule_id", 859]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1529], ["schedule_id", 859], ["confirmed", "t"]]  (103.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 860]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1936]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 860 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 860], ["created_at", "2016-04-29 16:23:12.332623"], ["updated_at", "2016-04-29 16:23:12.332623"]]  (104.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 860 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 13:00:00.000000' AND social_framework_events.finish > '2016-11-19 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1936], ["schedule_id", 860]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1936], ["schedule_id", 860], ["confirmed", "t"]]  (104.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1983]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 860 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 860 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 09:00:00.000000' AND social_framework_events.finish > '2016-07-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1983], ["schedule_id", 860]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1983], ["schedule_id", 860], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1376]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 860 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 860 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 00:00:00.000000' AND social_framework_events.finish > '2016-03-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1376], ["schedule_id", 860]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1376], ["schedule_id", 860], ["confirmed", "t"]]  (101.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2215]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 860 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 860 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 14:00:00.000000' AND social_framework_events.finish > '2016-09-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2215], ["schedule_id", 860]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2215], ["schedule_id", 860], ["confirmed", "t"]]  (100.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1931]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 860 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 860 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 21:00:00.000000' AND social_framework_events.finish > '2016-10-06 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1931], ["schedule_id", 860]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1931], ["schedule_id", 860], ["confirmed", "t"]]  (92.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 861]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 919]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 861 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 861], ["created_at", "2016-04-29 16:23:12.989718"], ["updated_at", "2016-04-29 16:23:12.989718"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 861 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 05:00:00.000000' AND social_framework_events.finish > '2016-03-12 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 919], ["schedule_id", 861]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 919], ["schedule_id", 861], ["confirmed", "t"]]  (115.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 247]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 861 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 861 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-19 14:00:00.000000' AND social_framework_events.finish > '2016-07-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 247], ["schedule_id", 861]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 247], ["schedule_id", 861], ["confirmed", "t"]]  (103.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1362]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 861 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 861 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 01:00:00.000000' AND social_framework_events.finish > '2016-03-04 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1362], ["schedule_id", 861]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1362], ["schedule_id", 861], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2182]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 861 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 861 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 00:00:00.000000' AND social_framework_events.finish > '2016-09-27 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2182], ["schedule_id", 861]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2182], ["schedule_id", 861], ["confirmed", "t"]]  (113.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1137]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 861 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 861 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 12:00:00.000000' AND social_framework_events.finish > '2016-05-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1137], ["schedule_id", 861]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1137], ["schedule_id", 861], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 862]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1841]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 862 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 862], ["created_at", "2016-04-29 16:23:13.713730"], ["updated_at", "2016-04-29 16:23:13.713730"]]  (183.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 862 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 12:00:00.000000' AND social_framework_events.finish > '2016-02-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1841], ["schedule_id", 862]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1841], ["schedule_id", 862], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1673]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 862 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 862 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 07:00:00.000000' AND social_framework_events.finish > '2016-05-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1673], ["schedule_id", 862]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1673], ["schedule_id", 862], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 426]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 862 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 862 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 16:00:00.000000' AND social_framework_events.finish > '2016-09-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 426], ["schedule_id", 862]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 426], ["schedule_id", 862], ["confirmed", "t"]]  (145.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1573]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 862 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 862 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 01:00:00.000000' AND social_framework_events.finish > '2016-08-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1573], ["schedule_id", 862]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1573], ["schedule_id", 862], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 655]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 862 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 862 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 15:00:00.000000' AND social_framework_events.finish > '2016-11-09 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 655], ["schedule_id", 862]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 655], ["schedule_id", 862], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 863]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2460]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 863 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 863], ["created_at", "2016-04-29 16:23:14.649053"], ["updated_at", "2016-04-29 16:23:14.649053"]]  (138.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 863 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 23:00:00.000000' AND social_framework_events.finish > '2016-06-17 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2460], ["schedule_id", 863]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2460], ["schedule_id", 863], ["confirmed", "t"]]  (160.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 409]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 863 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 863 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 14:00:00.000000' AND social_framework_events.finish > '2016-10-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 409], ["schedule_id", 863]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 409], ["schedule_id", 863], ["confirmed", "t"]]  (268.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1869]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 863 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 863 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 21:00:00.000000' AND social_framework_events.finish > '2016-05-13 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1869], ["schedule_id", 863]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1869], ["schedule_id", 863], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 863 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 863 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-08 04:00:00.000000' AND social_framework_events.finish > '2016-07-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 27], ["schedule_id", 863]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 27], ["schedule_id", 863], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 863 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 863 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 22:00:00.000000' AND social_framework_events.finish > '2016-04-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 257], ["schedule_id", 863]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 257], ["schedule_id", 863], ["confirmed", "t"]]  (202.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 864]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2101]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 864 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 864], ["created_at", "2016-04-29 16:23:15.760633"], ["updated_at", "2016-04-29 16:23:15.760633"]]  (159.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 864 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-11 08:00:00.000000' AND social_framework_events.finish > '2016-12-11 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2101], ["schedule_id", 864]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2101], ["schedule_id", 864], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 864 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 864 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 09:00:00.000000' AND social_framework_events.finish > '2016-05-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 68], ["schedule_id", 864]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 68], ["schedule_id", 864], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 864 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 864 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 10:00:00.000000' AND social_framework_events.finish > '2016-10-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 565], ["schedule_id", 864]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 565], ["schedule_id", 864], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 766]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 864 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 864 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-09 08:00:00.000000' AND social_framework_events.finish > '2016-10-09 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 766], ["schedule_id", 864]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 766], ["schedule_id", 864], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 247]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 864 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 864 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-19 14:00:00.000000' AND social_framework_events.finish > '2016-07-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 247], ["schedule_id", 864]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 247], ["schedule_id", 864], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 865]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 798]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 865 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 865], ["created_at", "2016-04-29 16:23:16.585733"], ["updated_at", "2016-04-29 16:23:16.585733"]]  (93.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 865 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-09 04:00:00.000000' AND social_framework_events.finish > '2016-07-09 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 798], ["schedule_id", 865]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 798], ["schedule_id", 865], ["confirmed", "t"]]  (93.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 884]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 865 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 865 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-27 13:00:00.000000' AND social_framework_events.finish > '2016-12-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 884], ["schedule_id", 865]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 884], ["schedule_id", 865], ["confirmed", "t"]]  (102.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1390]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 865 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 865 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-01 07:00:00.000000' AND social_framework_events.finish > '2016-10-01 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1390], ["schedule_id", 865]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1390], ["schedule_id", 865], ["confirmed", "t"]]  (102.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 637]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 865 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 865 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 17:00:00.000000' AND social_framework_events.finish > '2016-07-18 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 637], ["schedule_id", 865]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 637], ["schedule_id", 865], ["confirmed", "t"]]  (114.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1741]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 865 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 865 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-23 22:00:00.000000' AND social_framework_events.finish > '2016-07-23 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1741], ["schedule_id", 865]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1741], ["schedule_id", 865], ["confirmed", "t"]]  (91.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 866]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1133]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 866 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 866], ["created_at", "2016-04-29 16:23:17.230424"], ["updated_at", "2016-04-29 16:23:17.230424"]]  (105.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 866 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 00:00:00.000000' AND social_framework_events.finish > '2016-10-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1133], ["schedule_id", 866]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1133], ["schedule_id", 866], ["confirmed", "t"]]  (215.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2361]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 866 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 866 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 22:00:00.000000' AND social_framework_events.finish > '2016-05-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2361], ["schedule_id", 866]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2361], ["schedule_id", 866], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 171]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 866 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 866 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-27 10:00:00.000000' AND social_framework_events.finish > '2016-06-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 171], ["schedule_id", 866]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 171], ["schedule_id", 866], ["confirmed", "t"]]  (382.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 876]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 866 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 866 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-21 05:00:00.000000' AND social_framework_events.finish > '2016-09-21 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 876], ["schedule_id", 866]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 876], ["schedule_id", 866], ["confirmed", "t"]]  (322.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1858]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 866 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 866 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 16:00:00.000000' AND social_framework_events.finish > '2016-06-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1858], ["schedule_id", 866]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1858], ["schedule_id", 866], ["confirmed", "t"]]  (103.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 867]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1466]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 867 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 867], ["created_at", "2016-04-29 16:23:18.553997"], ["updated_at", "2016-04-29 16:23:18.553997"]]  (115.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 867 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1466], ["schedule_id", 867]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1466], ["schedule_id", 867], ["confirmed", "t"]]  (135.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1823]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 867 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 867 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 12:00:00.000000' AND social_framework_events.finish > '2016-03-06 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1823], ["schedule_id", 867]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1823], ["schedule_id", 867], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1486]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 867 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 867 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-19 11:00:00.000000' AND social_framework_events.finish > '2016-08-19 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1486], ["schedule_id", 867]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1486], ["schedule_id", 867], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2022]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 867 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 867 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 12:00:00.000000' AND social_framework_events.finish > '2016-04-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2022], ["schedule_id", 867]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2022], ["schedule_id", 867], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 440]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 867 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 867 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 07:00:00.000000' AND social_framework_events.finish > '2016-12-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 440], ["schedule_id", 867]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 440], ["schedule_id", 867], ["confirmed", "t"]]  (136.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 868]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 972]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 868 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 868], ["created_at", "2016-04-29 16:23:19.388293"], ["updated_at", "2016-04-29 16:23:19.388293"]]  (93.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 868 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-24 11:00:00.000000' AND social_framework_events.finish > '2016-03-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 972], ["schedule_id", 868]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 972], ["schedule_id", 868], ["confirmed", "t"]]  (144.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1169]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 868 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 868 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1169], ["schedule_id", 868]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1169], ["schedule_id", 868], ["confirmed", "t"]]  (191.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 868 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 868 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 03:00:00.000000' AND social_framework_events.finish > '2016-10-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 540], ["schedule_id", 868]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 540], ["schedule_id", 868], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2177]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 868 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 868 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 18:00:00.000000' AND social_framework_events.finish > '2016-01-04 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2177], ["schedule_id", 868]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2177], ["schedule_id", 868], ["confirmed", "t"]]  (236.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2334]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 868 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 868 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 15:00:00.000000' AND social_framework_events.finish > '2016-12-25 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2334], ["schedule_id", 868]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2334], ["schedule_id", 868], ["confirmed", "t"]]  (91.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 869]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 920]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 869 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 869], ["created_at", "2016-04-29 16:23:20.289106"], ["updated_at", "2016-04-29 16:23:20.289106"]]  (93.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 869 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 02:00:00.000000' AND social_framework_events.finish > '2016-11-20 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 920], ["schedule_id", 869]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 920], ["schedule_id", 869], ["confirmed", "t"]]  (158.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2447]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 869 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 869 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 22:00:00.000000' AND social_framework_events.finish > '2016-10-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2447], ["schedule_id", 869]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2447], ["schedule_id", 869], ["confirmed", "t"]]  (144.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1106]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 869 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 869 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-15 20:00:00.000000' AND social_framework_events.finish > '2016-06-15 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1106], ["schedule_id", 869]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1106], ["schedule_id", 869], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2280]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 869 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 869 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 20:00:00.000000' AND social_framework_events.finish > '2016-10-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2280], ["schedule_id", 869]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2280], ["schedule_id", 869], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1724]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 869 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 869 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 11:00:00.000000' AND social_framework_events.finish > '2016-03-17 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1724], ["schedule_id", 869]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1724], ["schedule_id", 869], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 870]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 870 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 870], ["created_at", "2016-04-29 16:23:21.079567"], ["updated_at", "2016-04-29 16:23:21.079567"]]  (115.5ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 870 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 10:00:00.000000' AND social_framework_events.finish > '2016-10-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 565], ["schedule_id", 870]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 565], ["schedule_id", 870], ["confirmed", "t"]]  (94.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 699]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 870 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 870 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-04 01:00:00.000000' AND social_framework_events.finish > '2016-11-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 699], ["schedule_id", 870]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 699], ["schedule_id", 870], ["confirmed", "t"]]  (147.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 460]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 870 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 870 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 02:00:00.000000' AND social_framework_events.finish > '2016-04-21 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 460], ["schedule_id", 870]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 460], ["schedule_id", 870], ["confirmed", "t"]]  (231.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2065]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 870 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 870 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 15:00:00.000000' AND social_framework_events.finish > '2016-02-21 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2065], ["schedule_id", 870]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2065], ["schedule_id", 870], ["confirmed", "t"]]  (129.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2458]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 870 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 870 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 11:00:00.000000' AND social_framework_events.finish > '2016-04-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2458], ["schedule_id", 870]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2458], ["schedule_id", 870], ["confirmed", "t"]]  (235.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 871]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 733]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 871 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 871], ["created_at", "2016-04-29 16:23:22.080377"], ["updated_at", "2016-04-29 16:23:22.080377"]]  (126.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 871 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-07 12:00:00.000000' AND social_framework_events.finish > '2016-10-07 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 733], ["schedule_id", 871]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 733], ["schedule_id", 871], ["confirmed", "t"]]  (215.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2304]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 871 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 871 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 17:00:00.000000' AND social_framework_events.finish > '2016-02-26 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2304], ["schedule_id", 871]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2304], ["schedule_id", 871], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2299]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 871 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 871 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 22:00:00.000000' AND social_framework_events.finish > '2016-05-10 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2299], ["schedule_id", 871]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2299], ["schedule_id", 871], ["confirmed", "t"]]  (99.9ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 304]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 871 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 871 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 304], ["schedule_id", 871]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 304], ["schedule_id", 871], ["confirmed", "t"]]  (123.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 835]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 871 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 871 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 06:00:00.000000' AND social_framework_events.finish > '2016-10-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 835], ["schedule_id", 871]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 835], ["schedule_id", 871], ["confirmed", "t"]]  (102.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 872]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 949]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 872 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 872], ["created_at", "2016-04-29 16:23:22.924950"], ["updated_at", "2016-04-29 16:23:22.924950"]]  (126.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 872 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 09:00:00.000000' AND social_framework_events.finish > '2016-12-13 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 949], ["schedule_id", 872]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 949], ["schedule_id", 872], ["confirmed", "t"]]  (105.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1151]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 872 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 872 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 04:00:00.000000' AND social_framework_events.finish > '2016-10-14 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1151], ["schedule_id", 872]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1151], ["schedule_id", 872], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1081]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 872 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 872 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-29 01:00:00.000000' AND social_framework_events.finish > '2016-03-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1081], ["schedule_id", 872]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1081], ["schedule_id", 872], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2364]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 872 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 872 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-21 12:00:00.000000' AND social_framework_events.finish > '2016-06-21 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2364], ["schedule_id", 872]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2364], ["schedule_id", 872], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1343]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 872 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 872 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-19 23:00:00.000000' AND social_framework_events.finish > '2016-07-19 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1343], ["schedule_id", 872]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1343], ["schedule_id", 872], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 873]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1821]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 873 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 873], ["created_at", "2016-04-29 16:23:23.682486"], ["updated_at", "2016-04-29 16:23:23.682486"]]  (105.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 873 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 04:00:00.000000' AND social_framework_events.finish > '2016-03-06 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1821], ["schedule_id", 873]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1821], ["schedule_id", 873], ["confirmed", "t"]]  (92.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 355]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 873 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 873 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 11:00:00.000000' AND social_framework_events.finish > '2016-02-18 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 355], ["schedule_id", 873]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 355], ["schedule_id", 873], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1912]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 873 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 873 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 19:00:00.000000' AND social_framework_events.finish > '2016-12-25 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1912], ["schedule_id", 873]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1912], ["schedule_id", 873], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1136]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 873 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 873 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 14:00:00.000000' AND social_framework_events.finish > '2016-12-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1136], ["schedule_id", 873]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1136], ["schedule_id", 873], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 873 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 873 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-01 15:00:00.000000' AND social_framework_events.finish > '2016-09-01 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 125], ["schedule_id", 873]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 125], ["schedule_id", 873], ["confirmed", "t"]]  (191.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 874]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2419]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 874 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 874], ["created_at", "2016-04-29 16:23:24.505382"], ["updated_at", "2016-04-29 16:23:24.505382"]]  (127.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 874 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 13:00:00.000000' AND social_framework_events.finish > '2016-09-08 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2419], ["schedule_id", 874]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2419], ["schedule_id", 874], ["confirmed", "t"]]  (204.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1739]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 874 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 874 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 12:00:00.000000' AND social_framework_events.finish > '2016-12-13 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1739], ["schedule_id", 874]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1739], ["schedule_id", 874], ["confirmed", "t"]]  (225.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 874 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 874 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 15:00:00.000000' AND social_framework_events.finish > '2016-03-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1360], ["schedule_id", 874]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1360], ["schedule_id", 874], ["confirmed", "t"]]  (178.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 874 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 874 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 19:00:00.000000' AND social_framework_events.finish > '2016-05-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1534], ["schedule_id", 874]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1534], ["schedule_id", 874], ["confirmed", "t"]]  (144.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 874 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 874 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 12:00:00.000000' AND social_framework_events.finish > '2016-11-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 603], ["schedule_id", 874]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 603], ["schedule_id", 874], ["confirmed", "t"]]  (224.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 875]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 833]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 875 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 875], ["created_at", "2016-04-29 16:23:25.661868"], ["updated_at", "2016-04-29 16:23:25.661868"]]  (137.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 875 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 04:00:00.000000' AND social_framework_events.finish > '2016-03-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 833], ["schedule_id", 875]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 833], ["schedule_id", 875], ["confirmed", "t"]]  (115.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1604]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 875 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 875 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 20:00:00.000000' AND social_framework_events.finish > '2016-03-11 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1604], ["schedule_id", 875]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1604], ["schedule_id", 875], ["confirmed", "t"]]  (170.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 875 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 875 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-22 04:00:00.000000' AND social_framework_events.finish > '2016-02-22 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 92], ["schedule_id", 875]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 92], ["schedule_id", 875], ["confirmed", "t"]]  (247.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1466]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 875 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 875 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 09:00:00.000000' AND social_framework_events.finish > '2016-05-09 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1466], ["schedule_id", 875]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1466], ["schedule_id", 875], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 875 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 875 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-06 17:00:00.000000' AND social_framework_events.finish > '2016-05-06 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 360], ["schedule_id", 875]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 360], ["schedule_id", 875], ["confirmed", "t"]]  (213.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 876]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 876 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 876], ["created_at", "2016-04-29 16:23:26.718685"], ["updated_at", "2016-04-29 16:23:26.718685"]]  (104.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 876 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 04:00:00.000000' AND social_framework_events.finish > '2016-09-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 123], ["schedule_id", 876]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 123], ["schedule_id", 876], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1055]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 876 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 876 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 07:00:00.000000' AND social_framework_events.finish > '2016-08-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1055], ["schedule_id", 876]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1055], ["schedule_id", 876], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 852]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 876 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 876 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 06:00:00.000000' AND social_framework_events.finish > '2016-11-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 852], ["schedule_id", 876]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 852], ["schedule_id", 876], ["confirmed", "t"]]  (123.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1507]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 876 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 876 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 03:00:00.000000' AND social_framework_events.finish > '2016-03-15 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1507], ["schedule_id", 876]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1507], ["schedule_id", 876], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2239]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 876 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 876 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 21:00:00.000000' AND social_framework_events.finish > '2016-02-13 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2239], ["schedule_id", 876]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2239], ["schedule_id", 876], ["confirmed", "t"]]  (290.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 877]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 877 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 877], ["created_at", "2016-04-29 16:23:27.641671"], ["updated_at", "2016-04-29 16:23:27.641671"]]  (137.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 877 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 21:00:00.000000' AND social_framework_events.finish > '2016-01-21 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 555], ["schedule_id", 877]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 555], ["schedule_id", 877], ["confirmed", "t"]]  (214.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1603]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 877 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 877 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-14 01:00:00.000000' AND social_framework_events.finish > '2016-02-14 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1603], ["schedule_id", 877]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1603], ["schedule_id", 877], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1081]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 877 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 877 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-29 01:00:00.000000' AND social_framework_events.finish > '2016-03-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1081], ["schedule_id", 877]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1081], ["schedule_id", 877], ["confirmed", "t"]]  (147.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1319]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 877 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 877 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 16:00:00.000000' AND social_framework_events.finish > '2016-11-10 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1319], ["schedule_id", 877]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1319], ["schedule_id", 877], ["confirmed", "t"]]  (158.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 906]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 877 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 877 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 11:00:00.000000' AND social_framework_events.finish > '2016-09-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 906], ["schedule_id", 877]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 906], ["schedule_id", 877], ["confirmed", "t"]]  (125.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 878]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 109]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 878 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 878], ["created_at", "2016-04-29 16:23:28.599139"], ["updated_at", "2016-04-29 16:23:28.599139"]]  (82.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 878 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-03 06:00:00.000000' AND social_framework_events.finish > '2016-12-03 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 109], ["schedule_id", 878]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 109], ["schedule_id", 878], ["confirmed", "t"]]  (115.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 878 LIMIT 1  (0.7ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 878 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-29 02:00:00.000000' AND social_framework_events.finish > '2016-12-28 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 72], ["schedule_id", 878]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 72], ["schedule_id", 878], ["confirmed", "t"]]  (120.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 785]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 878 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 878 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-26 22:00:00.000000' AND social_framework_events.finish > '2016-07-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 785], ["schedule_id", 878]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 785], ["schedule_id", 878], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 340]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 878 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 878 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 02:00:00.000000' AND social_framework_events.finish > '2016-01-20 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 340], ["schedule_id", 878]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 340], ["schedule_id", 878], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1571]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 878 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 878 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 17:00:00.000000' AND social_framework_events.finish > '2016-11-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1571], ["schedule_id", 878]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1571], ["schedule_id", 878], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 879]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 907]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 879 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 879], ["created_at", "2016-04-29 16:23:29.400625"], ["updated_at", "2016-04-29 16:23:29.400625"]]  (138.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 879 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 08:00:00.000000' AND social_framework_events.finish > '2016-11-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 907], ["schedule_id", 879]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 907], ["schedule_id", 879], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1904]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 879 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 879 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 06:00:00.000000' AND social_framework_events.finish > '2016-08-15 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1904], ["schedule_id", 879]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1904], ["schedule_id", 879], ["confirmed", "t"]]  (168.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2387]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 879 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 879 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 13:00:00.000000' AND social_framework_events.finish > '2016-02-17 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2387], ["schedule_id", 879]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2387], ["schedule_id", 879], ["confirmed", "t"]]  (168.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2129]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 879 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 879 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 17:00:00.000000' AND social_framework_events.finish > '2016-08-22 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2129], ["schedule_id", 879]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2129], ["schedule_id", 879], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1161]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 879 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 879 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 06:00:00.000000' AND social_framework_events.finish > '2016-11-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1161], ["schedule_id", 879]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1161], ["schedule_id", 879], ["confirmed", "t"]]  (145.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 880]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 479]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 880 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 880], ["created_at", "2016-04-29 16:23:30.335861"], ["updated_at", "2016-04-29 16:23:30.335861"]]  (137.5ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 880 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 08:00:00.000000' AND social_framework_events.finish > '2016-06-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 479], ["schedule_id", 880]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 479], ["schedule_id", 880], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1266]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 880 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 880 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 02:00:00.000000' AND social_framework_events.finish > '2016-02-23 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1266], ["schedule_id", 880]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1266], ["schedule_id", 880], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1066]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 880 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 880 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 22:00:00.000000' AND social_framework_events.finish > '2016-03-17 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1066], ["schedule_id", 880]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1066], ["schedule_id", 880], ["confirmed", "t"]]  (302.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 672]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 880 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 880 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 05:00:00.000000' AND social_framework_events.finish > '2016-03-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 672], ["schedule_id", 880]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 672], ["schedule_id", 880], ["confirmed", "t"]]  (111.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2019]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 880 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 880 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 04:00:00.000000' AND social_framework_events.finish > '2016-07-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2019], ["schedule_id", 880]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2019], ["schedule_id", 880], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 881]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1662]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 881 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 881], ["created_at", "2016-04-29 16:23:31.370663"], ["updated_at", "2016-04-29 16:23:31.370663"]]  (170.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 881 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 14:00:00.000000' AND social_framework_events.finish > '2016-10-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1662], ["schedule_id", 881]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1662], ["schedule_id", 881], ["confirmed", "t"]]  (105.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2265]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 881 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 881 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 04:00:00.000000' AND social_framework_events.finish > '2016-12-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2265], ["schedule_id", 881]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2265], ["schedule_id", 881], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 235]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 881 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 881 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-26 15:00:00.000000' AND social_framework_events.finish > '2016-04-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 235], ["schedule_id", 881]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 235], ["schedule_id", 881], ["confirmed", "t"]]  (165.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1905]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 881 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 881 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-27 11:00:00.000000' AND social_framework_events.finish > '2016-02-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1905], ["schedule_id", 881]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1905], ["schedule_id", 881], ["confirmed", "t"]]  (169.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1508]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 881 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 881 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 13:00:00.000000' AND social_framework_events.finish > '2016-07-05 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1508], ["schedule_id", 881]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1508], ["schedule_id", 881], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 882]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2446]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 882 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 882], ["created_at", "2016-04-29 16:23:32.248086"], ["updated_at", "2016-04-29 16:23:32.248086"]]  (105.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 882 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2446], ["schedule_id", 882]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2446], ["schedule_id", 882], ["confirmed", "t"]]  (203.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1808]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 882 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 882 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 16:00:00.000000' AND social_framework_events.finish > '2016-04-18 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1808], ["schedule_id", 882]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1808], ["schedule_id", 882], ["confirmed", "t"]]  (212.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 922]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 882 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 882 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 10:00:00.000000' AND social_framework_events.finish > '2016-07-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 922], ["schedule_id", 882]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 922], ["schedule_id", 882], ["confirmed", "t"]]  (195.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 882 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 882 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 01:00:00.000000' AND social_framework_events.finish > '2016-11-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 135], ["schedule_id", 882]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 135], ["schedule_id", 882], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 882 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 882 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 22:00:00.000000' AND social_framework_events.finish > '2016-03-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 55], ["schedule_id", 882]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 55], ["schedule_id", 882], ["confirmed", "t"]]  (121.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 883]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 330]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 883 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 883], ["created_at", "2016-04-29 16:23:33.249331"], ["updated_at", "2016-04-29 16:23:33.249331"]]  (83.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 883 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 18:00:00.000000' AND social_framework_events.finish > '2016-04-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 330], ["schedule_id", 883]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 330], ["schedule_id", 883], ["confirmed", "t"]]  (104.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1312]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 883 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 883 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-22 09:00:00.000000' AND social_framework_events.finish > '2016-12-22 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1312], ["schedule_id", 883]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1312], ["schedule_id", 883], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1900]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 883 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 883 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 19:00:00.000000' AND social_framework_events.finish > '2016-03-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1900], ["schedule_id", 883]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1900], ["schedule_id", 883], ["confirmed", "t"]]  (190.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1222]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 883 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 883 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 20:00:00.000000' AND social_framework_events.finish > '2016-11-08 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1222], ["schedule_id", 883]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1222], ["schedule_id", 883], ["confirmed", "t"]]  (268.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 720]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 883 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 883 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-20 19:00:00.000000' AND social_framework_events.finish > '2016-04-20 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 720], ["schedule_id", 883]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 720], ["schedule_id", 883], ["confirmed", "t"]]  (334.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 884]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2454]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 884 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 884], ["created_at", "2016-04-29 16:23:34.405707"], ["updated_at", "2016-04-29 16:23:34.405707"]]  (94.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 884 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 10:00:00.000000' AND social_framework_events.finish > '2016-11-14 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2454], ["schedule_id", 884]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2454], ["schedule_id", 884], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 274]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 884 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 884 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 22:00:00.000000' AND social_framework_events.finish > '2016-08-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 274], ["schedule_id", 884]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 274], ["schedule_id", 884], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2095]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 884 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 884 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 21:00:00.000000' AND social_framework_events.finish > '2016-05-19 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2095], ["schedule_id", 884]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2095], ["schedule_id", 884], ["confirmed", "t"]]  (147.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 775]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 884 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 884 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 07:00:00.000000' AND social_framework_events.finish > '2016-10-27 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 775], ["schedule_id", 884]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 775], ["schedule_id", 884], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1982]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 884 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 884 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1982], ["schedule_id", 884]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1982], ["schedule_id", 884], ["confirmed", "t"]]  (180.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 885]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1120]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 885 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 885], ["created_at", "2016-04-29 16:23:35.229300"], ["updated_at", "2016-04-29 16:23:35.229300"]]  (171.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 885 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 20:00:00.000000' AND social_framework_events.finish > '2016-10-15 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1120], ["schedule_id", 885]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1120], ["schedule_id", 885], ["confirmed", "t"]]  (257.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1431]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 885 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 885 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 02:00:00.000000' AND social_framework_events.finish > '2016-03-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1431], ["schedule_id", 885]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1431], ["schedule_id", 885], ["confirmed", "t"]]  (144.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1737]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 885 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 885 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 12:00:00.000000' AND social_framework_events.finish > '2016-02-28 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1737], ["schedule_id", 885]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1737], ["schedule_id", 885], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1165]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 885 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 885 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-16 10:00:00.000000' AND social_framework_events.finish > '2016-11-16 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1165], ["schedule_id", 885]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1165], ["schedule_id", 885], ["confirmed", "t"]]  (113.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 738]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 885 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 885 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-11 02:00:00.000000' AND social_framework_events.finish > '2016-02-10 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 738], ["schedule_id", 885]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 738], ["schedule_id", 885], ["confirmed", "t"]]  (122.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 886]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 183]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 886 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 886], ["created_at", "2016-04-29 16:23:36.209028"], ["updated_at", "2016-04-29 16:23:36.209028"]]  (115.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 886 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-05 03:00:00.000000' AND social_framework_events.finish > '2016-04-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 183], ["schedule_id", 886]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 183], ["schedule_id", 886], ["confirmed", "t"]]  (127.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 601]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 886 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 886 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 00:00:00.000000' AND social_framework_events.finish > '2016-05-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 601], ["schedule_id", 886]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 601], ["schedule_id", 886], ["confirmed", "t"]]  (168.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1960]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 886 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 886 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 07:00:00.000000' AND social_framework_events.finish > '2016-12-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1960], ["schedule_id", 886]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1960], ["schedule_id", 886], ["confirmed", "t"]]  (280.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2063]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 886 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 886 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 22:00:00.000000' AND social_framework_events.finish > '2016-10-20 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2063], ["schedule_id", 886]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2063], ["schedule_id", 886], ["confirmed", "t"]]  (247.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 769]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 886 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 886 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 09:00:00.000000' AND social_framework_events.finish > '2016-01-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 769], ["schedule_id", 886]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 769], ["schedule_id", 886], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 887]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 643]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 887], ["created_at", "2016-04-29 16:23:37.386763"], ["updated_at", "2016-04-29 16:23:37.386763"]]  (138.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 04:00:00.000000' AND social_framework_events.finish > '2016-07-07 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 643], ["schedule_id", 887]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 643], ["schedule_id", 887], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2223]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 21:00:00.000000' AND social_framework_events.finish > '2016-06-07 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2223], ["schedule_id", 887]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2223], ["schedule_id", 887], ["confirmed", "t"]]  (125.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1897]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 01:00:00.000000' AND social_framework_events.finish > '2016-07-14 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1897], ["schedule_id", 887]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1897], ["schedule_id", 887], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1184]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 06:00:00.000000' AND social_framework_events.finish > '2016-07-07 03:00:00.000000') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1132]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 02:00:00.000000' AND social_framework_events.finish > '2016-09-06 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1132], ["schedule_id", 887]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1132], ["schedule_id", 887], ["confirmed", "t"]]  (132.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 887 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 887 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 17:00:00.000000' AND social_framework_events.finish > '2016-09-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 561], ["schedule_id", 887]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 561], ["schedule_id", 887], ["confirmed", "t"]]  (137.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 888]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 460]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 888 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 888], ["created_at", "2016-04-29 16:23:38.200728"], ["updated_at", "2016-04-29 16:23:38.200728"]]  (127.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 888 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 02:00:00.000000' AND social_framework_events.finish > '2016-04-21 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 460], ["schedule_id", 888]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 460], ["schedule_id", 888], ["confirmed", "t"]]  (137.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2209]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 888 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 888 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 19:00:00.000000' AND social_framework_events.finish > '2016-04-16 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2209], ["schedule_id", 888]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2209], ["schedule_id", 888], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 888 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 888 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-26 15:00:00.000000' AND social_framework_events.finish > '2016-03-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 523], ["schedule_id", 888]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 523], ["schedule_id", 888], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1098]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 888 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 888 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1098], ["schedule_id", 888]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1098], ["schedule_id", 888], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 441]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 888 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 888 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 00:00:00.000000' AND social_framework_events.finish > '2016-12-08 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 441], ["schedule_id", 888]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 441], ["schedule_id", 888], ["confirmed", "t"]]  (134.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 889]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2001]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 889 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 889], ["created_at", "2016-04-29 16:23:39.023859"], ["updated_at", "2016-04-29 16:23:39.023859"]]  (104.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 889 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 09:00:00.000000' AND social_framework_events.finish > '2016-03-04 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2001], ["schedule_id", 889]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2001], ["schedule_id", 889], ["confirmed", "t"]]  (93.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1815]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 889 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 889 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 06:00:00.000000' AND social_framework_events.finish > '2016-09-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1815], ["schedule_id", 889]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1815], ["schedule_id", 889], ["confirmed", "t"]]  (103.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 755]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 889 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 889 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 22:00:00.000000' AND social_framework_events.finish > '2016-05-27 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 755], ["schedule_id", 889]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 755], ["schedule_id", 889], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 647]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 889 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 889 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 23:00:00.000000' AND social_framework_events.finish > '2016-03-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 647], ["schedule_id", 889]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 647], ["schedule_id", 889], ["confirmed", "t"]]  (91.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1403]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 889 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 889 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-22 05:00:00.000000' AND social_framework_events.finish > '2016-09-22 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1403], ["schedule_id", 889]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1403], ["schedule_id", 889], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 890]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2204]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 890 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 890], ["created_at", "2016-04-29 16:23:39.658692"], ["updated_at", "2016-04-29 16:23:39.658692"]]  (110.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 890 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 23:00:00.000000' AND social_framework_events.finish > '2016-11-25 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2204], ["schedule_id", 890]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2204], ["schedule_id", 890], ["confirmed", "t"]]  (195.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1761]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 890 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 890 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 23:00:00.000000' AND social_framework_events.finish > '2016-10-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1761], ["schedule_id", 890]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1761], ["schedule_id", 890], ["confirmed", "t"]]  (157.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 106]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 890 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 890 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 20:00:00.000000' AND social_framework_events.finish > '2016-12-15 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 106], ["schedule_id", 890]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 106], ["schedule_id", 890], ["confirmed", "t"]]  (104.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 890 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 890 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 15:00:00.000000' AND social_framework_events.finish > '2016-11-15 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 539], ["schedule_id", 890]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 539], ["schedule_id", 890], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2331]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 890 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 890 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 18:00:00.000000' AND social_framework_events.finish > '2016-12-26 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2331], ["schedule_id", 890]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2331], ["schedule_id", 890], ["confirmed", "t"]]  (166.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 891]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1016]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 891 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 891], ["created_at", "2016-04-29 16:23:40.561554"], ["updated_at", "2016-04-29 16:23:40.561554"]]  (181.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 891 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-08 01:00:00.000000' AND social_framework_events.finish > '2016-08-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1016], ["schedule_id", 891]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1016], ["schedule_id", 891], ["confirmed", "t"]]  (170.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 768]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 891 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 891 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 05:00:00.000000' AND social_framework_events.finish > '2016-07-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 768], ["schedule_id", 891]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 768], ["schedule_id", 891], ["confirmed", "t"]]  (246.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1206]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 891 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 891 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 04:00:00.000000' AND social_framework_events.finish > '2016-08-04 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1206], ["schedule_id", 891]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1206], ["schedule_id", 891], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 393]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 891 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 891 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-01 23:00:00.000000' AND social_framework_events.finish > '2016-10-01 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 393], ["schedule_id", 891]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 393], ["schedule_id", 891], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 891 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 891 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 891]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 891], ["confirmed", "t"]]  (112.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 892]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 721]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 892 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 892], ["created_at", "2016-04-29 16:23:41.594710"], ["updated_at", "2016-04-29 16:23:41.594710"]]  (104.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 892 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 07:00:00.000000' AND social_framework_events.finish > '2016-01-09 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 721], ["schedule_id", 892]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 721], ["schedule_id", 892], ["confirmed", "t"]]  (115.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 892 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 892 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-16 21:00:00.000000' AND social_framework_events.finish > '2016-04-16 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 36], ["schedule_id", 892]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 36], ["schedule_id", 892], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2147]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 892 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 892 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 17:00:00.000000' AND social_framework_events.finish > '2016-02-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2147], ["schedule_id", 892]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2147], ["schedule_id", 892], ["confirmed", "t"]]  (157.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1994]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 892 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 892 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 09:00:00.000000' AND social_framework_events.finish > '2016-08-17 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1994], ["schedule_id", 892]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1994], ["schedule_id", 892], ["confirmed", "t"]]  (103.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1366]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 892 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 892 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 08:00:00.000000' AND social_framework_events.finish > '2016-10-05 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1366], ["schedule_id", 892]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1366], ["schedule_id", 892], ["confirmed", "t"]]  (145.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 893]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 495]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 893 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 893], ["created_at", "2016-04-29 16:23:42.428136"], ["updated_at", "2016-04-29 16:23:42.428136"]]  (205.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 893 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 11:00:00.000000' AND social_framework_events.finish > '2016-12-28 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 495], ["schedule_id", 893]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 495], ["schedule_id", 893], ["confirmed", "t"]]  (104.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 893 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 893 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 03:00:00.000000' AND social_framework_events.finish > '2016-09-10 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 18], ["schedule_id", 893]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 18], ["schedule_id", 893], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2232]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 893 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 893 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 04:00:00.000000' AND social_framework_events.finish > '2016-04-19 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2232], ["schedule_id", 893]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2232], ["schedule_id", 893], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 726]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 893 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 893 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 04:00:00.000000' AND social_framework_events.finish > '2016-01-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 726], ["schedule_id", 893]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 726], ["schedule_id", 893], ["confirmed", "t"]]  (170.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 963]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 893 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 893 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 16:00:00.000000' AND social_framework_events.finish > '2016-05-21 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 963], ["schedule_id", 893]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 963], ["schedule_id", 893], ["confirmed", "t"]]  (163.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 894]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1933]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 894 LIMIT 1  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 894], ["created_at", "2016-04-29 16:23:43.382700"], ["updated_at", "2016-04-29 16:23:43.382700"]]  (206.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 894 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 06:00:00.000000' AND social_framework_events.finish > '2016-01-28 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1933], ["schedule_id", 894]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1933], ["schedule_id", 894], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1198]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 894 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 894 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 05:00:00.000000' AND social_framework_events.finish > '2016-08-04 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1198], ["schedule_id", 894]]  (0.2ms) begin transaction SQL (11.9ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1198], ["schedule_id", 894], ["confirmed", "t"]]  (228.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2032]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 894 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 894 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 17:00:00.000000' AND social_framework_events.finish > '2016-11-21 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2032], ["schedule_id", 894]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2032], ["schedule_id", 894], ["confirmed", "t"]]  (101.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 243]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 894 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 894 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 03:00:00.000000' AND social_framework_events.finish > '2016-04-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 243], ["schedule_id", 894]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 243], ["schedule_id", 894], ["confirmed", "t"]]  (87.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 377]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 894 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 894 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 00:00:00.000000' AND social_framework_events.finish > '2016-06-10 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 377], ["schedule_id", 894]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 377], ["schedule_id", 894], ["confirmed", "t"]]  (147.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 895]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2454]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 895 LIMIT 1  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 895], ["created_at", "2016-04-29 16:23:44.355588"], ["updated_at", "2016-04-29 16:23:44.355588"]]  (212.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 895 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 10:00:00.000000' AND social_framework_events.finish > '2016-11-14 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2454], ["schedule_id", 895]]  (0.2ms) begin transaction SQL (1.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2454], ["schedule_id", 895], ["confirmed", "t"]]  (229.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2149]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 895 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 895 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 03:00:00.000000' AND social_framework_events.finish > '2016-11-01 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2149], ["schedule_id", 895]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2149], ["schedule_id", 895], ["confirmed", "t"]]  (301.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1112]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 895 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 895 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 08:00:00.000000' AND social_framework_events.finish > '2016-12-16 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1112], ["schedule_id", 895]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1112], ["schedule_id", 895], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 433]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 895 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 895 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 09:00:00.000000' AND social_framework_events.finish > '2016-02-18 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 433], ["schedule_id", 895]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 433], ["schedule_id", 895], ["confirmed", "t"]]  (100.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1169]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 895 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 895 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 21:00:00.000000' AND social_framework_events.finish > '2016-04-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1169], ["schedule_id", 895]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1169], ["schedule_id", 895], ["confirmed", "t"]]  (119.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 896]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 983]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 896 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 896], ["created_at", "2016-04-29 16:23:45.521171"], ["updated_at", "2016-04-29 16:23:45.521171"]]  (116.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 896 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 02:00:00.000000' AND social_framework_events.finish > '2016-05-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 983], ["schedule_id", 896]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 983], ["schedule_id", 896], ["confirmed", "t"]]  (137.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1049]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 896 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 896 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 23:00:00.000000' AND social_framework_events.finish > '2016-10-05 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1049], ["schedule_id", 896]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1049], ["schedule_id", 896], ["confirmed", "t"]]  (234.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 853]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 896 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 896 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 12:00:00.000000' AND social_framework_events.finish > '2016-09-15 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 853], ["schedule_id", 896]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 853], ["schedule_id", 896], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1772]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 896 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 896 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 04:00:00.000000' AND social_framework_events.finish > '2016-01-15 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1772], ["schedule_id", 896]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1772], ["schedule_id", 896], ["confirmed", "t"]]  (130.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 896 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 896 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 06:00:00.000000' AND social_framework_events.finish > '2016-09-19 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 528], ["schedule_id", 896]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 528], ["schedule_id", 896], ["confirmed", "t"]]  (145.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 897]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 736]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 897 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 897], ["created_at", "2016-04-29 16:23:46.456573"], ["updated_at", "2016-04-29 16:23:46.456573"]]  (104.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 897 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 00:00:00.000000' AND social_framework_events.finish > '2016-12-22 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 736], ["schedule_id", 897]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 736], ["schedule_id", 897], ["confirmed", "t"]]  (180.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1260]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 897 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 897 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1260], ["schedule_id", 897]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1260], ["schedule_id", 897], ["confirmed", "t"]]  (224.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2197]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 897 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 897 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-09 14:00:00.000000' AND social_framework_events.finish > '2016-10-09 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2197], ["schedule_id", 897]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2197], ["schedule_id", 897], ["confirmed", "t"]]  (156.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 281]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 897 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 897 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 22:00:00.000000' AND social_framework_events.finish > '2016-06-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 281], ["schedule_id", 897]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 281], ["schedule_id", 897], ["confirmed", "t"]]  (212.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2018]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 897 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 897 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 03:00:00.000000' AND social_framework_events.finish > '2016-06-19 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2018], ["schedule_id", 897]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2018], ["schedule_id", 897], ["confirmed", "t"]]  (100.1ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 898]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 898 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 898], ["created_at", "2016-04-29 16:23:47.491557"], ["updated_at", "2016-04-29 16:23:47.491557"]]  (124.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 898 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 09:00:00.000000' AND social_framework_events.finish > '2016-11-08 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 60], ["schedule_id", 898]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 60], ["schedule_id", 898], ["confirmed", "t"]]  (148.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 444]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 898 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 898 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 444], ["schedule_id", 898]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 444], ["schedule_id", 898], ["confirmed", "t"]]  (213.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 872]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 898 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 898 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-20 05:00:00.000000' AND social_framework_events.finish > '2016-03-20 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 872], ["schedule_id", 898]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 872], ["schedule_id", 898], ["confirmed", "t"]]  (120.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 898 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 898 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 11:00:00.000000' AND social_framework_events.finish > '2016-08-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 143], ["schedule_id", 898]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 143], ["schedule_id", 898], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1315]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 898 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 898 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 03:00:00.000000' AND social_framework_events.finish > '2016-01-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1315], ["schedule_id", 898]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1315], ["schedule_id", 898], ["confirmed", "t"]]  (112.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 899]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 392]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 899 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 899], ["created_at", "2016-04-29 16:23:48.393470"], ["updated_at", "2016-04-29 16:23:48.393470"]]  (90.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 899 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 00:00:00.000000' AND social_framework_events.finish > '2016-04-22 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 392], ["schedule_id", 899]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 392], ["schedule_id", 899], ["confirmed", "t"]]  (125.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2158]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 899 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 899 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 12:00:00.000000' AND social_framework_events.finish > '2016-06-25 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2158], ["schedule_id", 899]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2158], ["schedule_id", 899], ["confirmed", "t"]]  (168.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2070]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 899 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 899 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 00:00:00.000000' AND social_framework_events.finish > '2016-03-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2070], ["schedule_id", 899]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2070], ["schedule_id", 899], ["confirmed", "t"]]  (211.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1593]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 899 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 899 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-19 09:00:00.000000' AND social_framework_events.finish > '2016-07-19 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1593], ["schedule_id", 899]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1593], ["schedule_id", 899], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2182]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 899 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 899 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 00:00:00.000000' AND social_framework_events.finish > '2016-09-27 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2182], ["schedule_id", 899]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2182], ["schedule_id", 899], ["confirmed", "t"]]  (223.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 900]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 318]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 900 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 900], ["created_at", "2016-04-29 16:23:49.392029"], ["updated_at", "2016-04-29 16:23:49.392029"]]  (115.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 900 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-23 07:00:00.000000' AND social_framework_events.finish > '2016-06-23 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 318], ["schedule_id", 900]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 318], ["schedule_id", 900], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 279]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 900 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 900 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 19:00:00.000000' AND social_framework_events.finish > '2016-08-18 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 279], ["schedule_id", 900]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 279], ["schedule_id", 900], ["confirmed", "t"]]  (168.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 104]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 900 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 900 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 22:00:00.000000' AND social_framework_events.finish > '2016-04-07 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 104], ["schedule_id", 900]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 104], ["schedule_id", 900], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1709]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 900 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 900 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-12 08:00:00.000000' AND social_framework_events.finish > '2016-11-12 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1709], ["schedule_id", 900]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1709], ["schedule_id", 900], ["confirmed", "t"]]  (168.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 434]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 900 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 900 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 17:00:00.000000' AND social_framework_events.finish > '2016-04-18 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 434], ["schedule_id", 900]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 434], ["schedule_id", 900], ["confirmed", "t"]]  (225.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 901]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1704]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 901 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 901], ["created_at", "2016-04-29 16:23:50.405637"], ["updated_at", "2016-04-29 16:23:50.405637"]]  (259.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 901 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 10:00:00.000000' AND social_framework_events.finish > '2016-04-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1704], ["schedule_id", 901]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1704], ["schedule_id", 901], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 824]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 901 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 901 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 11:00:00.000000' AND social_framework_events.finish > '2016-03-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 824], ["schedule_id", 901]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 824], ["schedule_id", 901], ["confirmed", "t"]]  (203.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 901 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 901 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 22:00:00.000000' AND social_framework_events.finish > '2016-03-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 55], ["schedule_id", 901]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 55], ["schedule_id", 901], ["confirmed", "t"]]  (123.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1275]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 901 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 901 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-09 21:00:00.000000' AND social_framework_events.finish > '2016-06-09 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1275], ["schedule_id", 901]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1275], ["schedule_id", 901], ["confirmed", "t"]]  (123.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 901 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 901 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 14:00:00.000000' AND social_framework_events.finish > '2016-06-08 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2382], ["schedule_id", 901]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2382], ["schedule_id", 901], ["confirmed", "t"]]  (91.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 902]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1232]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 902 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 902], ["created_at", "2016-04-29 16:23:51.394401"], ["updated_at", "2016-04-29 16:23:51.394401"]]  (115.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 902 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1232], ["schedule_id", 902]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1232], ["schedule_id", 902], ["confirmed", "t"]]  (92.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 729]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 902 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 902 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 23:00:00.000000' AND social_framework_events.finish > '2016-08-06 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 729], ["schedule_id", 902]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 729], ["schedule_id", 902], ["confirmed", "t"]]  (122.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 916]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 902 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 902 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 01:00:00.000000' AND social_framework_events.finish > '2016-08-11 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 916], ["schedule_id", 902]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 916], ["schedule_id", 902], ["confirmed", "t"]]  (135.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 661]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 902 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 902 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 11:00:00.000000' AND social_framework_events.finish > '2016-09-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 661], ["schedule_id", 902]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 661], ["schedule_id", 902], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 902 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 902 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-21 03:00:00.000000' AND social_framework_events.finish > '2016-03-21 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 42], ["schedule_id", 902]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 42], ["schedule_id", 902], ["confirmed", "t"]]  (144.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 903]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2342]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 903 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 903], ["created_at", "2016-04-29 16:23:52.183946"], ["updated_at", "2016-04-29 16:23:52.183946"]]  (116.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 903 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 04:00:00.000000' AND social_framework_events.finish > '2016-07-12 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2342], ["schedule_id", 903]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2342], ["schedule_id", 903], ["confirmed", "t"]]  (126.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 678]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 903 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 903 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 03:00:00.000000' AND social_framework_events.finish > '2016-11-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 678], ["schedule_id", 903]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 678], ["schedule_id", 903], ["confirmed", "t"]]  (133.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1299]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 903 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 903 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 17:00:00.000000' AND social_framework_events.finish > '2016-12-07 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1299], ["schedule_id", 903]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1299], ["schedule_id", 903], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1301]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 903 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 903 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 06:00:00.000000' AND social_framework_events.finish > '2016-05-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1301], ["schedule_id", 903]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1301], ["schedule_id", 903], ["confirmed", "t"]]  (103.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 172]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 903 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 903 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 23:00:00.000000' AND social_framework_events.finish > '2016-06-11 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 172], ["schedule_id", 903]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 172], ["schedule_id", 903], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 904]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1506]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 904 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 904], ["created_at", "2016-04-29 16:23:52.942092"], ["updated_at", "2016-04-29 16:23:52.942092"]]  (181.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 904 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 07:00:00.000000' AND social_framework_events.finish > '2016-09-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1506], ["schedule_id", 904]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1506], ["schedule_id", 904], ["confirmed", "t"]]  (158.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 904 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 904 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 23:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1553], ["schedule_id", 904]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1553], ["schedule_id", 904], ["confirmed", "t"]]  (301.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 788]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 904 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 904 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-17 09:00:00.000000' AND social_framework_events.finish > '2016-07-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 788], ["schedule_id", 904]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 788], ["schedule_id", 904], ["confirmed", "t"]]  (202.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 904 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 904 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 19:00:00.000000' AND social_framework_events.finish > '2016-09-26 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 520], ["schedule_id", 904]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 520], ["schedule_id", 904], ["confirmed", "t"]]  (291.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1458]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 904 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 904 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 21:00:00.000000' AND social_framework_events.finish > '2016-04-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1458], ["schedule_id", 904]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1458], ["schedule_id", 904], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 905]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 272]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 905 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 905], ["created_at", "2016-04-29 16:23:54.252833"], ["updated_at", "2016-04-29 16:23:54.252833"]]  (92.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 905 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 09:00:00.000000' AND social_framework_events.finish > '2016-05-19 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 272], ["schedule_id", 905]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 272], ["schedule_id", 905], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1815]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 905 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 905 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 06:00:00.000000' AND social_framework_events.finish > '2016-09-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1815], ["schedule_id", 905]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1815], ["schedule_id", 905], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1007]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 905 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 905 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 14:00:00.000000' AND social_framework_events.finish > '2016-11-14 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1007], ["schedule_id", 905]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1007], ["schedule_id", 905], ["confirmed", "t"]]  (191.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1483]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 905 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 905 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 04:00:00.000000' AND social_framework_events.finish > '2016-04-24 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1483], ["schedule_id", 905]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1483], ["schedule_id", 905], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1323]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 905 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 905 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 15:00:00.000000' AND social_framework_events.finish > '2016-06-20 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1323], ["schedule_id", 905]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1323], ["schedule_id", 905], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 906]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 690]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 906 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 906], ["created_at", "2016-04-29 16:23:55.155220"], ["updated_at", "2016-04-29 16:23:55.155220"]]  (124.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 906 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-18 22:00:00.000000' AND social_framework_events.finish > '2016-07-18 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 690], ["schedule_id", 906]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 690], ["schedule_id", 906], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 405]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 906 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 906 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 15:00:00.000000' AND social_framework_events.finish > '2016-03-01 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 405], ["schedule_id", 906]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 405], ["schedule_id", 906], ["confirmed", "t"]]  (93.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 308]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 906 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 906 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 06:00:00.000000' AND social_framework_events.finish > '2016-11-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 308], ["schedule_id", 906]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 308], ["schedule_id", 906], ["confirmed", "t"]]  (124.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2171]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 906 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 906 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 09:00:00.000000' AND social_framework_events.finish > '2016-04-23 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2171], ["schedule_id", 906]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2171], ["schedule_id", 906], ["confirmed", "t"]]  (90.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1645]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 906 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 906 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-12 19:00:00.000000' AND social_framework_events.finish > '2016-07-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1645], ["schedule_id", 906]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1645], ["schedule_id", 906], ["confirmed", "t"]]  (100.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 907]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 399]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 907 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 907], ["created_at", "2016-04-29 16:23:55.858276"], ["updated_at", "2016-04-29 16:23:55.858276"]]  (201.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 907 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 02:00:00.000000' AND social_framework_events.finish > '2016-09-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 399], ["schedule_id", 907]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 399], ["schedule_id", 907], ["confirmed", "t"]]  (157.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1259]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 907 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 907 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 11:00:00.000000' AND social_framework_events.finish > '2016-11-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1259], ["schedule_id", 907]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1259], ["schedule_id", 907], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 669]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 907 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 907 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-13 03:00:00.000000' AND social_framework_events.finish > '2016-07-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 669], ["schedule_id", 907]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 669], ["schedule_id", 907], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2210]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 907 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 907 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 19:00:00.000000' AND social_framework_events.finish > '2016-04-19 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2210], ["schedule_id", 907]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2210], ["schedule_id", 907], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 786]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 907 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 907 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 15:00:00.000000' AND social_framework_events.finish > '2016-08-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 786], ["schedule_id", 907]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 786], ["schedule_id", 907], ["confirmed", "t"]]  (212.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 908]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2275]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 908 LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 908], ["created_at", "2016-04-29 16:23:56.858192"], ["updated_at", "2016-04-29 16:23:56.858192"]]  (189.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 908 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-14 22:00:00.000000' AND social_framework_events.finish > '2016-11-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2275], ["schedule_id", 908]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2275], ["schedule_id", 908], ["confirmed", "t"]]  (170.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1266]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 908 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 908 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 02:00:00.000000' AND social_framework_events.finish > '2016-02-23 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1266], ["schedule_id", 908]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1266], ["schedule_id", 908], ["confirmed", "t"]]  (156.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1382]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 908 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 908 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-09 03:00:00.000000' AND social_framework_events.finish > '2016-02-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1382], ["schedule_id", 908]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1382], ["schedule_id", 908], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1942]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 908 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 908 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-14 08:00:00.000000' AND social_framework_events.finish > '2016-09-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1942], ["schedule_id", 908]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1942], ["schedule_id", 908], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 908 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 908 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-17 00:00:00.000000' AND social_framework_events.finish > '2016-09-16 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 548], ["schedule_id", 908]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 548], ["schedule_id", 908], ["confirmed", "t"]]  (120.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 909]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1019]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 909 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 909], ["created_at", "2016-04-29 16:23:57.802053"], ["updated_at", "2016-04-29 16:23:57.802053"]]  (104.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 909 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-17 03:00:00.000000' AND social_framework_events.finish > '2016-07-17 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1019], ["schedule_id", 909]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1019], ["schedule_id", 909], ["confirmed", "t"]]  (115.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2113]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 909 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 909 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 09:00:00.000000' AND social_framework_events.finish > '2016-06-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2113], ["schedule_id", 909]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2113], ["schedule_id", 909], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 258]] SocialFramework::Schedule Load (0.7ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 909 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 909 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 22:00:00.000000' AND social_framework_events.finish > '2016-07-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 258], ["schedule_id", 909]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 258], ["schedule_id", 909], ["confirmed", "t"]]  (108.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2004]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 909 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 909 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 17:00:00.000000' AND social_framework_events.finish > '2016-11-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2004], ["schedule_id", 909]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2004], ["schedule_id", 909], ["confirmed", "t"]]  (189.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2211]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 909 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 909 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 20:00:00.000000' AND social_framework_events.finish > '2016-02-12 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2211], ["schedule_id", 909]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2211], ["schedule_id", 909], ["confirmed", "t"]]  (145.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 910]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2216]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 910 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 910], ["created_at", "2016-04-29 16:23:58.647917"], ["updated_at", "2016-04-29 16:23:58.647917"]]  (137.3ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 910 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 05:00:00.000000' AND social_framework_events.finish > '2016-08-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2216], ["schedule_id", 910]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2216], ["schedule_id", 910], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 910 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 910 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 14:00:00.000000' AND social_framework_events.finish > '2016-08-18 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 505], ["schedule_id", 910]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 505], ["schedule_id", 910], ["confirmed", "t"]]  (277.8ms) commit transaction SocialFramework::Event Load (0.6ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1221]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 910 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 910 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-12 21:00:00.000000' AND social_framework_events.finish > '2016-02-12 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1221], ["schedule_id", 910]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1221], ["schedule_id", 910], ["confirmed", "t"]]  (142.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 604]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 910 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 910 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-10 11:00:00.000000' AND social_framework_events.finish > '2016-06-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 604], ["schedule_id", 910]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 604], ["schedule_id", 910], ["confirmed", "t"]]  (157.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 910 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 910 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-20 08:00:00.000000' AND social_framework_events.finish > '2016-04-20 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2], ["schedule_id", 910]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2], ["schedule_id", 910], ["confirmed", "t"]]  (119.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 911]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2307]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 911 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 911], ["created_at", "2016-04-29 16:23:59.736685"], ["updated_at", "2016-04-29 16:23:59.736685"]]  (182.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 911 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-07 08:00:00.000000' AND social_framework_events.finish > '2016-05-07 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2307], ["schedule_id", 911]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2307], ["schedule_id", 911], ["confirmed", "t"]]  (126.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1605]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 911 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 911 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 06:00:00.000000' AND social_framework_events.finish > '2016-12-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1605], ["schedule_id", 911]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1605], ["schedule_id", 911], ["confirmed", "t"]]  (201.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 329]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 911 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 911 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-14 19:00:00.000000' AND social_framework_events.finish > '2016-04-14 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 329], ["schedule_id", 911]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 329], ["schedule_id", 911], ["confirmed", "t"]]  (131.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 925]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 911 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 911 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 20:00:00.000000' AND social_framework_events.finish > '2016-12-21 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 925], ["schedule_id", 911]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 925], ["schedule_id", 911], ["confirmed", "t"]]  (102.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 725]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 911 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 911 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 10:00:00.000000' AND social_framework_events.finish > '2016-10-23 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 725], ["schedule_id", 911]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 725], ["schedule_id", 911], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 912]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1944]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 912 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 912], ["created_at", "2016-04-29 16:24:00.660721"], ["updated_at", "2016-04-29 16:24:00.660721"]]  (104.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 912 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-22 13:00:00.000000' AND social_framework_events.finish > '2016-05-22 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1944], ["schedule_id", 912]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1944], ["schedule_id", 912], ["confirmed", "t"]]  (115.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2472]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 912 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 912 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 19:00:00.000000' AND social_framework_events.finish > '2016-07-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2472], ["schedule_id", 912]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2472], ["schedule_id", 912], ["confirmed", "t"]]  (101.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 691]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 912 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 912 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 18:00:00.000000' AND social_framework_events.finish > '2016-01-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 691], ["schedule_id", 912]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 691], ["schedule_id", 912], ["confirmed", "t"]]  (167.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 454]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 912 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 912 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 13:00:00.000000' AND social_framework_events.finish > '2016-02-13 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 454], ["schedule_id", 912]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 454], ["schedule_id", 912], ["confirmed", "t"]]  (144.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 912 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 912 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-24 09:00:00.000000' AND social_framework_events.finish > '2016-04-24 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 514], ["schedule_id", 912]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 514], ["schedule_id", 912], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 913]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1839]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 913 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 913], ["created_at", "2016-04-29 16:24:01.474377"], ["updated_at", "2016-04-29 16:24:01.474377"]]  (136.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 913 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 09:00:00.000000' AND social_framework_events.finish > '2016-11-10 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1839], ["schedule_id", 913]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1839], ["schedule_id", 913], ["confirmed", "t"]]  (136.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2309]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 913 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 913 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-27 14:00:00.000000' AND social_framework_events.finish > '2016-05-27 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2309], ["schedule_id", 913]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2309], ["schedule_id", 913], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 743]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 913 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 913 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 15:00:00.000000' AND social_framework_events.finish > '2016-06-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 743], ["schedule_id", 913]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 743], ["schedule_id", 913], ["confirmed", "t"]]  (224.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1093]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 913 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 913 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-25 08:00:00.000000' AND social_framework_events.finish > '2016-07-25 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1093], ["schedule_id", 913]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1093], ["schedule_id", 913], ["confirmed", "t"]]  (134.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 913 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 913 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 14:00:00.000000' AND social_framework_events.finish > '2016-06-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 76], ["schedule_id", 913]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 76], ["schedule_id", 913], ["confirmed", "t"]]  (144.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 874]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 914 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 914], ["created_at", "2016-04-29 16:24:02.451973"], ["updated_at", "2016-04-29 16:24:02.451973"]]  (193.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 914 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-25 04:00:00.000000' AND social_framework_events.finish > '2016-11-25 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 874], ["schedule_id", 914]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 874], ["schedule_id", 914], ["confirmed", "t"]]  (105.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1627]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 914 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 914 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 04:00:00.000000' AND social_framework_events.finish > '2016-04-03 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1627], ["schedule_id", 914]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1627], ["schedule_id", 914], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2071]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 914 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 914 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 12:00:00.000000' AND social_framework_events.finish > '2016-05-13 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2071], ["schedule_id", 914]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2071], ["schedule_id", 914], ["confirmed", "t"]]  (246.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 914 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 914 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 08:00:00.000000' AND social_framework_events.finish > '2016-06-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 543], ["schedule_id", 914]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 543], ["schedule_id", 914], ["confirmed", "t"]]  (201.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1796]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 914 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 914 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 10:00:00.000000' AND social_framework_events.finish > '2016-10-26 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1796], ["schedule_id", 914]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1796], ["schedule_id", 914], ["confirmed", "t"]]  (177.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 915]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 136]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 915 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 915], ["created_at", "2016-04-29 16:24:03.609881"], ["updated_at", "2016-04-29 16:24:03.609881"]]  (247.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 915 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 04:00:00.000000' AND social_framework_events.finish > '2016-12-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 136], ["schedule_id", 915]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 136], ["schedule_id", 915], ["confirmed", "t"]]  (148.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 915 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 915 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-09 03:00:00.000000' AND social_framework_events.finish > '2016-02-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1382], ["schedule_id", 915]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1382], ["schedule_id", 915], ["confirmed", "t"]]  (210.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1021]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 915 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 915 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 19:00:00.000000' AND social_framework_events.finish > '2016-01-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1021], ["schedule_id", 915]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1021], ["schedule_id", 915], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 915 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 915 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 06:00:00.000000' AND social_framework_events.finish > '2016-12-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 59], ["schedule_id", 915]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 59], ["schedule_id", 915], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 359]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 915 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 915 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-07 22:00:00.000000' AND social_framework_events.finish > '2016-01-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 359], ["schedule_id", 915]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 359], ["schedule_id", 915], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 916]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1423]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 916 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 916], ["created_at", "2016-04-29 16:24:04.633879"], ["updated_at", "2016-04-29 16:24:04.633879"]]  (112.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 916 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-19 23:00:00.000000' AND social_framework_events.finish > '2016-04-19 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1423], ["schedule_id", 916]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1423], ["schedule_id", 916], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1957]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 916 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 916 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 07:00:00.000000' AND social_framework_events.finish > '2016-02-20 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1957], ["schedule_id", 916]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1957], ["schedule_id", 916], ["confirmed", "t"]]  (166.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1126]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 916 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 916 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 14:00:00.000000' AND social_framework_events.finish > '2016-01-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1126], ["schedule_id", 916]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1126], ["schedule_id", 916], ["confirmed", "t"]]  (268.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 916 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 916 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 15:00:00.000000' AND social_framework_events.finish > '2016-03-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1360], ["schedule_id", 916]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1360], ["schedule_id", 916], ["confirmed", "t"]]  (154.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 916 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 916 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 11:00:00.000000' AND social_framework_events.finish > '2016-03-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 139], ["schedule_id", 916]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 139], ["schedule_id", 916], ["confirmed", "t"]]  (203.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 917]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 435]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 917 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 917], ["created_at", "2016-04-29 16:24:05.710374"], ["updated_at", "2016-04-29 16:24:05.710374"]]  (93.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 917 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-19 16:00:00.000000' AND social_framework_events.finish > '2016-03-19 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 435], ["schedule_id", 917]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 435], ["schedule_id", 917], ["confirmed", "t"]]  (258.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1469]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 917 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 917 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-18 03:00:00.000000' AND social_framework_events.finish > '2016-11-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1469], ["schedule_id", 917]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1469], ["schedule_id", 917], ["confirmed", "t"]]  (166.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 917 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 917 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-19 15:00:00.000000' AND social_framework_events.finish > '2016-02-19 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 25], ["schedule_id", 917]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 25], ["schedule_id", 917], ["confirmed", "t"]]  (278.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 313]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 917 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 917 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 07:00:00.000000' AND social_framework_events.finish > '2016-09-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 313], ["schedule_id", 917]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 313], ["schedule_id", 917], ["confirmed", "t"]]  (111.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2401]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 917 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 917 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 03:00:00.000000' AND social_framework_events.finish > '2016-02-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2401], ["schedule_id", 917]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2401], ["schedule_id", 917], ["confirmed", "t"]]  (102.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 918]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2091]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 918 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 918], ["created_at", "2016-04-29 16:24:06.777716"], ["updated_at", "2016-04-29 16:24:06.777716"]]  (215.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 918 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-13 13:00:00.000000' AND social_framework_events.finish > '2016-06-13 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2091], ["schedule_id", 918]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2091], ["schedule_id", 918], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2462]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 918 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 918 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-19 14:00:00.000000' AND social_framework_events.finish > '2016-08-19 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2462], ["schedule_id", 918]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2462], ["schedule_id", 918], ["confirmed", "t"]]  (135.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2165]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 918 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 918 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-10 14:00:00.000000' AND social_framework_events.finish > '2016-11-10 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2165], ["schedule_id", 918]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2165], ["schedule_id", 918], ["confirmed", "t"]]  (109.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2179]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 918 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 918 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 09:00:00.000000' AND social_framework_events.finish > '2016-10-05 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2179], ["schedule_id", 918]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2179], ["schedule_id", 918], ["confirmed", "t"]]  (169.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1036]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 918 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 918 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-01 08:00:00.000000' AND social_framework_events.finish > '2016-11-01 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1036], ["schedule_id", 918]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1036], ["schedule_id", 918], ["confirmed", "t"]]  (179.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 919]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 919], ["created_at", "2016-04-29 16:24:07.768309"], ["updated_at", "2016-04-29 16:24:07.768309"]]  (137.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 02:00:00.000000' AND social_framework_events.finish > '2016-05-09 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 13], ["schedule_id", 919]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 13], ["schedule_id", 919], ["confirmed", "t"]]  (161.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 473]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 06:00:00.000000' AND social_framework_events.finish > '2016-07-21 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 473], ["schedule_id", 919]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 473], ["schedule_id", 919], ["confirmed", "t"]]  (167.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 473]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 06:00:00.000000' AND social_framework_events.finish > '2016-07-21 03:00:00.000000') SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2372]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 09:00:00.000000' AND social_framework_events.finish > '2016-07-01 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2372], ["schedule_id", 919]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2372], ["schedule_id", 919], ["confirmed", "t"]]  (149.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1282]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-27 00:00:00.000000' AND social_framework_events.finish > '2016-03-26 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1282], ["schedule_id", 919]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1282], ["schedule_id", 919], ["confirmed", "t"]]  (290.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 919 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 919 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-03 09:00:00.000000' AND social_framework_events.finish > '2016-05-03 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 68], ["schedule_id", 919]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 68], ["schedule_id", 919], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 920]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 687]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 920], ["created_at", "2016-04-29 16:24:08.861125"], ["updated_at", "2016-04-29 16:24:08.861125"]]  (133.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 04:00:00.000000' AND social_framework_events.finish > '2016-05-13 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 687], ["schedule_id", 920]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 687], ["schedule_id", 920], ["confirmed", "t"]]  (93.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1555]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-12 09:00:00.000000' AND social_framework_events.finish > '2016-09-12 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1555], ["schedule_id", 920]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1555], ["schedule_id", 920], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 421]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.7ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 19:00:00.000000' AND social_framework_events.finish > '2016-07-07 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 421], ["schedule_id", 920]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 421], ["schedule_id", 920], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 722]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 01:00:00.000000' AND social_framework_events.finish > '2016-01-08 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 722], ["schedule_id", 920]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 722], ["schedule_id", 920], ["confirmed", "t"]]  (248.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 421]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 19:00:00.000000' AND social_framework_events.finish > '2016-07-07 17:00:00.000000') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2282]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 920 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 920 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-25 11:00:00.000000' AND social_framework_events.finish > '2016-07-25 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2282], ["schedule_id", 920]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2282], ["schedule_id", 920], ["confirmed", "t"]]  (109.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 921]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1437]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 921 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 921], ["created_at", "2016-04-29 16:24:09.771676"], ["updated_at", "2016-04-29 16:24:09.771676"]]  (357.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 921 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-07 17:00:00.000000' AND social_framework_events.finish > '2016-09-07 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1437], ["schedule_id", 921]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1437], ["schedule_id", 921], ["confirmed", "t"]]  (137.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2367]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 921 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 921 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 13:00:00.000000' AND social_framework_events.finish > '2016-02-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2367], ["schedule_id", 921]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2367], ["schedule_id", 921], ["confirmed", "t"]]  (257.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 921 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 921 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-08 19:00:00.000000' AND social_framework_events.finish > '2016-02-08 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 31], ["schedule_id", 921]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 31], ["schedule_id", 921], ["confirmed", "t"]]  (147.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2035]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 921 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 921 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 23:00:00.000000' AND social_framework_events.finish > '2016-03-09 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2035], ["schedule_id", 921]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2035], ["schedule_id", 921], ["confirmed", "t"]]  (336.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 426]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 921 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 921 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-18 16:00:00.000000' AND social_framework_events.finish > '2016-09-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 426], ["schedule_id", 921]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 426], ["schedule_id", 921], ["confirmed", "t"]]  (147.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 922]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1766]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 922 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 922], ["created_at", "2016-04-29 16:24:11.203771"], ["updated_at", "2016-04-29 16:24:11.203771"]]  (115.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 922 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-14 17:00:00.000000' AND social_framework_events.finish > '2016-08-14 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1766], ["schedule_id", 922]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1766], ["schedule_id", 922], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1420]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 922 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 922 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 00:00:00.000000' AND social_framework_events.finish > '2016-01-07 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1420], ["schedule_id", 922]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1420], ["schedule_id", 922], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1118]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 922 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 922 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 02:00:00.000000' AND social_framework_events.finish > '2016-05-18 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1118], ["schedule_id", 922]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1118], ["schedule_id", 922], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1831]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 922 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 922 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 15:00:00.000000' AND social_framework_events.finish > '2016-10-03 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1831], ["schedule_id", 922]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1831], ["schedule_id", 922], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 786]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 922 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 922 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 15:00:00.000000' AND social_framework_events.finish > '2016-08-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 786], ["schedule_id", 922]]  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 786], ["schedule_id", 922], ["confirmed", "t"]]  (88.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 923]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 866]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 923 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 923], ["created_at", "2016-04-29 16:24:11.973329"], ["updated_at", "2016-04-29 16:24:11.973329"]]  (102.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 923 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 06:00:00.000000' AND social_framework_events.finish > '2016-06-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 866], ["schedule_id", 923]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 866], ["schedule_id", 923], ["confirmed", "t"]]  (93.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 923 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 923 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 00:00:00.000000' AND social_framework_events.finish > '2016-05-20 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 519], ["schedule_id", 923]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 519], ["schedule_id", 923], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2371]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 923 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 923 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-11 03:00:00.000000' AND social_framework_events.finish > '2016-05-10 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2371], ["schedule_id", 923]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2371], ["schedule_id", 923], ["confirmed", "t"]]  (257.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 110]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 923 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 923 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-21 23:00:00.000000' AND social_framework_events.finish > '2016-05-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 110], ["schedule_id", 923]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 110], ["schedule_id", 923], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 923 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 923 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 11:00:00.000000' AND social_framework_events.finish > '2016-03-25 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 139], ["schedule_id", 923]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 139], ["schedule_id", 923], ["confirmed", "t"]]  (178.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 924]] SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1666]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 924 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 924], ["created_at", "2016-04-29 16:24:12.908390"], ["updated_at", "2016-04-29 16:24:12.908390"]]  (189.8ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 924 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 04:00:00.000000' AND social_framework_events.finish > '2016-03-09 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1666], ["schedule_id", 924]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1666], ["schedule_id", 924], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2274]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 924 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 924 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 15:00:00.000000' AND social_framework_events.finish > '2016-01-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2274], ["schedule_id", 924]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2274], ["schedule_id", 924], ["confirmed", "t"]]  (180.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1790]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 924 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 924 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 08:00:00.000000' AND social_framework_events.finish > '2016-07-21 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1790], ["schedule_id", 924]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1790], ["schedule_id", 924], ["confirmed", "t"]]  (212.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1760]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 924 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 924 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-17 15:00:00.000000' AND social_framework_events.finish > '2016-01-17 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1760], ["schedule_id", 924]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1760], ["schedule_id", 924], ["confirmed", "t"]]  (180.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 457]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 924 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 924 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 07:00:00.000000' AND social_framework_events.finish > '2016-07-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 457], ["schedule_id", 924]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 457], ["schedule_id", 924], ["confirmed", "t"]]  (268.6ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 925]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::Schedule Load (6.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 925 LIMIT 1  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 925], ["created_at", "2016-04-29 16:24:14.125743"], ["updated_at", "2016-04-29 16:24:14.125743"]]  (152.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 925 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 06:00:00.000000' AND social_framework_events.finish > '2016-12-05 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 149], ["schedule_id", 925]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 149], ["schedule_id", 925], ["confirmed", "t"]]  (1107.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 239]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 925 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 925 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 08:00:00.000000' AND social_framework_events.finish > '2016-12-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 239], ["schedule_id", 925]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 239], ["schedule_id", 925], ["confirmed", "t"]]  (483.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 491]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 925 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 925 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 08:00:00.000000' AND social_framework_events.finish > '2016-12-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 491], ["schedule_id", 925]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 491], ["schedule_id", 925], ["confirmed", "t"]]  (335.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 206]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 925 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 925 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 15:00:00.000000' AND social_framework_events.finish > '2016-07-20 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 206], ["schedule_id", 925]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 206], ["schedule_id", 925], ["confirmed", "t"]]  (91.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2362]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 925 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 925 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-18 07:00:00.000000' AND social_framework_events.finish > '2016-11-18 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2362], ["schedule_id", 925]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2362], ["schedule_id", 925], ["confirmed", "t"]]  (101.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 926]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2061]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 926 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 926], ["created_at", "2016-04-29 16:24:16.447468"], ["updated_at", "2016-04-29 16:24:16.447468"]]  (115.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 926 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 03:00:00.000000' AND social_framework_events.finish > '2016-02-20 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2061], ["schedule_id", 926]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2061], ["schedule_id", 926], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1344]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 926 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 926 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 18:00:00.000000' AND social_framework_events.finish > '2016-06-22 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1344], ["schedule_id", 926]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1344], ["schedule_id", 926], ["confirmed", "t"]]  (92.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 926 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 926 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-03 01:00:00.000000' AND social_framework_events.finish > '2016-11-02 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 135], ["schedule_id", 926]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 135], ["schedule_id", 926], ["confirmed", "t"]]  (202.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 781]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 926 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 926 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 14:00:00.000000' AND social_framework_events.finish > '2016-04-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 781], ["schedule_id", 926]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 781], ["schedule_id", 926], ["confirmed", "t"]]  (148.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2360]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 926 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 926 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 06:00:00.000000' AND social_framework_events.finish > '2016-11-02 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2360], ["schedule_id", 926]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2360], ["schedule_id", 926], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 927]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 615]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 927 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 927], ["created_at", "2016-04-29 16:24:17.294019"], ["updated_at", "2016-04-29 16:24:17.294019"]]  (115.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 927 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 23:00:00.000000' AND social_framework_events.finish > '2016-03-22 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 615], ["schedule_id", 927]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 615], ["schedule_id", 927], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 927 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 927 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 20:00:00.000000' AND social_framework_events.finish > '2016-12-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 53], ["schedule_id", 927]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 53], ["schedule_id", 927], ["confirmed", "t"]]  (122.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1360]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 927 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 927 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 15:00:00.000000' AND social_framework_events.finish > '2016-03-06 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1360], ["schedule_id", 927]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1360], ["schedule_id", 927], ["confirmed", "t"]]  (90.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 927 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 927 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-21 23:00:00.000000' AND social_framework_events.finish > '2016-04-21 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 546], ["schedule_id", 927]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 546], ["schedule_id", 927], ["confirmed", "t"]]  (210.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 200]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 927 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 927 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 18:00:00.000000' AND social_framework_events.finish > '2016-08-02 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 200], ["schedule_id", 927]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 200], ["schedule_id", 927], ["confirmed", "t"]]  (136.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 928]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 789]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 928 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 928], ["created_at", "2016-04-29 16:24:18.141950"], ["updated_at", "2016-04-29 16:24:18.141950"]]  (135.3ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 928 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 04:00:00.000000' AND social_framework_events.finish > '2016-10-25 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 789], ["schedule_id", 928]]  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 789], ["schedule_id", 928], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 913]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 928 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 928 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-28 06:00:00.000000' AND social_framework_events.finish > '2016-03-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 913], ["schedule_id", 928]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 913], ["schedule_id", 928], ["confirmed", "t"]]  (121.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1175]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 928 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 928 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 12:00:00.000000' AND social_framework_events.finish > '2016-06-16 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1175], ["schedule_id", 928]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1175], ["schedule_id", 928], ["confirmed", "t"]]  (123.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1514]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 928 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 928 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 01:00:00.000000' AND social_framework_events.finish > '2016-06-27 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1514], ["schedule_id", 928]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1514], ["schedule_id", 928], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 294]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 928 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 928 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 02:00:00.000000' AND social_framework_events.finish > '2016-07-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 294], ["schedule_id", 928]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 294], ["schedule_id", 928], ["confirmed", "t"]]  (124.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 929]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 929 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 929], ["created_at", "2016-04-29 16:24:18.974656"], ["updated_at", "2016-04-29 16:24:18.974656"]]  (115.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 929 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-28 21:00:00.000000' AND social_framework_events.finish > '2016-06-28 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 593], ["schedule_id", 929]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 593], ["schedule_id", 929], ["confirmed", "t"]]  (126.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1708]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 929 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 929 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 08:00:00.000000' AND social_framework_events.finish > '2016-05-12 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1708], ["schedule_id", 929]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1708], ["schedule_id", 929], ["confirmed", "t"]]  (191.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1946]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 929 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 929 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 19:00:00.000000' AND social_framework_events.finish > '2016-01-18 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1946], ["schedule_id", 929]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1946], ["schedule_id", 929], ["confirmed", "t"]]  (112.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2349]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 929 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 929 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 18:00:00.000000' AND social_framework_events.finish > '2016-05-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2349], ["schedule_id", 929]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2349], ["schedule_id", 929], ["confirmed", "t"]]  (232.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 929 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 929 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 11:00:00.000000' AND social_framework_events.finish > '2016-06-04 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 64], ["schedule_id", 929]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 64], ["schedule_id", 929], ["confirmed", "t"]]  (158.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 930]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1493]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 930 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 930], ["created_at", "2016-04-29 16:24:19.965004"], ["updated_at", "2016-04-29 16:24:19.965004"]]  (170.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 930 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 08:00:00.000000' AND social_framework_events.finish > '2016-11-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1493], ["schedule_id", 930]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1493], ["schedule_id", 930], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1126]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 930 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 930 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 14:00:00.000000' AND social_framework_events.finish > '2016-01-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1126], ["schedule_id", 930]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1126], ["schedule_id", 930], ["confirmed", "t"]]  (110.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1147]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 930 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 930 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-26 20:00:00.000000' AND social_framework_events.finish > '2016-12-26 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1147], ["schedule_id", 930]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1147], ["schedule_id", 930], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 930 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 930 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 21:00:00.000000' AND social_framework_events.finish > '2016-09-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1245], ["schedule_id", 930]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1245], ["schedule_id", 930], ["confirmed", "t"]]  (103.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1679]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 930 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 930 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-24 07:00:00.000000' AND social_framework_events.finish > '2016-06-24 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1679], ["schedule_id", 930]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1679], ["schedule_id", 930], ["confirmed", "t"]]  (124.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 931]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2273]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 931 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 931], ["created_at", "2016-04-29 16:24:20.767537"], ["updated_at", "2016-04-29 16:24:20.767537"]]  (157.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 931 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-06 19:00:00.000000' AND social_framework_events.finish > '2016-04-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2273], ["schedule_id", 931]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2273], ["schedule_id", 931], ["confirmed", "t"]]  (270.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 691]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 931 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 931 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 18:00:00.000000' AND social_framework_events.finish > '2016-01-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 691], ["schedule_id", 931]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 691], ["schedule_id", 931], ["confirmed", "t"]]  (291.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 769]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 931 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 931 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 09:00:00.000000' AND social_framework_events.finish > '2016-01-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 769], ["schedule_id", 931]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 769], ["schedule_id", 931], ["confirmed", "t"]]  (125.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 642]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 931 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 931 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 18:00:00.000000' AND social_framework_events.finish > '2016-02-23 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 642], ["schedule_id", 931]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 642], ["schedule_id", 931], ["confirmed", "t"]]  (135.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1273]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 931 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 931 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 04:00:00.000000' AND social_framework_events.finish > '2016-04-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1273], ["schedule_id", 931]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1273], ["schedule_id", 931], ["confirmed", "t"]]  (135.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 932]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 364]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 932 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 932], ["created_at", "2016-04-29 16:24:21.931624"], ["updated_at", "2016-04-29 16:24:21.931624"]]  (106.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 932 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-08 05:00:00.000000' AND social_framework_events.finish > '2016-05-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 364], ["schedule_id", 932]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 364], ["schedule_id", 932], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1384]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 932 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 932 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-07 15:00:00.000000' AND social_framework_events.finish > '2016-04-07 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1384], ["schedule_id", 932]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1384], ["schedule_id", 932], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1217]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 932 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 932 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-19 12:00:00.000000' AND social_framework_events.finish > '2016-11-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1217], ["schedule_id", 932]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1217], ["schedule_id", 932], ["confirmed", "t"]]  (212.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1912]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 932 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 932 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 19:00:00.000000' AND social_framework_events.finish > '2016-12-25 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1912], ["schedule_id", 932]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1912], ["schedule_id", 932], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2141]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 932 LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 932 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-02 04:00:00.000000' AND social_framework_events.finish > '2016-07-02 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2141], ["schedule_id", 932]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2141], ["schedule_id", 932], ["confirmed", "t"]]  (240.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 933]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 933 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 933], ["created_at", "2016-04-29 16:24:22.933213"], ["updated_at", "2016-04-29 16:24:22.933213"]]  (115.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 933 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 06:00:00.000000' AND social_framework_events.finish > '2016-09-19 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 528], ["schedule_id", 933]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 528], ["schedule_id", 933], ["confirmed", "t"]]  (103.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1367]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 933 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 933 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 14:00:00.000000' AND social_framework_events.finish > '2016-02-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1367], ["schedule_id", 933]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1367], ["schedule_id", 933], ["confirmed", "t"]]  (108.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2477]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 933 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 933 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-02 08:00:00.000000' AND social_framework_events.finish > '2016-08-02 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2477], ["schedule_id", 933]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2477], ["schedule_id", 933], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 914]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 933 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 933 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-15 04:00:00.000000' AND social_framework_events.finish > '2016-03-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 914], ["schedule_id", 933]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 914], ["schedule_id", 933], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2338]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 933 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 933 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 12:00:00.000000' AND social_framework_events.finish > '2016-11-20 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2338], ["schedule_id", 933]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2338], ["schedule_id", 933], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 934]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1232]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 934 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 934], ["created_at", "2016-04-29 16:24:23.690572"], ["updated_at", "2016-04-29 16:24:23.690572"]]  (181.5ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 934 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-25 01:00:00.000000' AND social_framework_events.finish > '2016-02-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1232], ["schedule_id", 934]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1232], ["schedule_id", 934], ["confirmed", "t"]]  (166.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 136]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 934 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 934 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 04:00:00.000000' AND social_framework_events.finish > '2016-12-20 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 136], ["schedule_id", 934]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 136], ["schedule_id", 934], ["confirmed", "t"]]  (202.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 956]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 934 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 934 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 05:00:00.000000' AND social_framework_events.finish > '2016-05-09 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 956], ["schedule_id", 934]]  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 956], ["schedule_id", 934], ["confirmed", "t"]]  (242.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 295]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 934 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 934 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-09 08:00:00.000000' AND social_framework_events.finish > '2016-12-09 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 295], ["schedule_id", 934]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 295], ["schedule_id", 934], ["confirmed", "t"]]  (368.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1407]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 934 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 934 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-18 01:00:00.000000' AND social_framework_events.finish > '2016-08-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1407], ["schedule_id", 934]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1407], ["schedule_id", 934], ["confirmed", "t"]]  (170.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 935]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1863]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 935 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 935], ["created_at", "2016-04-29 16:24:25.082018"], ["updated_at", "2016-04-29 16:24:25.082018"]]  (123.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 935 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-05 09:00:00.000000' AND social_framework_events.finish > '2016-10-05 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1863], ["schedule_id", 935]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1863], ["schedule_id", 935], ["confirmed", "t"]]  (114.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1740]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 935 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 935 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-18 15:00:00.000000' AND social_framework_events.finish > '2016-01-18 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1740], ["schedule_id", 935]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1740], ["schedule_id", 935], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 683]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 935 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 935 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 16:00:00.000000' AND social_framework_events.finish > '2016-01-12 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 683], ["schedule_id", 935]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 683], ["schedule_id", 935], ["confirmed", "t"]]  (144.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 402]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 935 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 935 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 02:00:00.000000' AND social_framework_events.finish > '2016-07-11 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 402], ["schedule_id", 935]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 402], ["schedule_id", 935], ["confirmed", "t"]]  (146.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1206]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 935 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 935 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 04:00:00.000000' AND social_framework_events.finish > '2016-08-04 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1206], ["schedule_id", 935]]  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1206], ["schedule_id", 935], ["confirmed", "t"]]  (99.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 936]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1688]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 936 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 936], ["created_at", "2016-04-29 16:24:25.891657"], ["updated_at", "2016-04-29 16:24:25.891657"]]  (93.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 936 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 18:00:00.000000' AND social_framework_events.finish > '2016-03-17 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1688], ["schedule_id", 936]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1688], ["schedule_id", 936], ["confirmed", "t"]]  (269.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1979]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 936 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 936 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-01 11:00:00.000000' AND social_framework_events.finish > '2016-07-01 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1979], ["schedule_id", 936]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1979], ["schedule_id", 936], ["confirmed", "t"]]  (134.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 957]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 936 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 936 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-21 16:00:00.000000' AND social_framework_events.finish > '2016-11-21 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 957], ["schedule_id", 936]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 957], ["schedule_id", 936], ["confirmed", "t"]]  (245.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 472]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 936 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 936 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-13 17:00:00.000000' AND social_framework_events.finish > '2016-04-13 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 472], ["schedule_id", 936]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 472], ["schedule_id", 936], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 746]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 936 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 936 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-25 22:00:00.000000' AND social_framework_events.finish > '2016-05-25 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 746], ["schedule_id", 936]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 746], ["schedule_id", 936], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 937]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 915]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 937 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 937], ["created_at", "2016-04-29 16:24:26.948246"], ["updated_at", "2016-04-29 16:24:26.948246"]]  (103.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 937 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 03:00:00.000000' AND social_framework_events.finish > '2016-03-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 915], ["schedule_id", 937]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 915], ["schedule_id", 937], ["confirmed", "t"]]  (126.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 655]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 937 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 937 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-09 15:00:00.000000' AND social_framework_events.finish > '2016-11-09 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 655], ["schedule_id", 937]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 655], ["schedule_id", 937], ["confirmed", "t"]]  (110.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2353]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 937 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 937 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 19:00:00.000000' AND social_framework_events.finish > '2016-08-17 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2353], ["schedule_id", 937]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2353], ["schedule_id", 937], ["confirmed", "t"]]  (168.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2422]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 937 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 937 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-27 03:00:00.000000' AND social_framework_events.finish > '2016-06-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2422], ["schedule_id", 937]]  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2422], ["schedule_id", 937], ["confirmed", "t"]]  (111.3ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 937 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 937 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 08:00:00.000000' AND social_framework_events.finish > '2016-06-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 32], ["schedule_id", 937]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 32], ["schedule_id", 937], ["confirmed", "t"]]  (166.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 938]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 458]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 938 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 938], ["created_at", "2016-04-29 16:24:27.793397"], ["updated_at", "2016-04-29 16:24:27.793397"]]  (159.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 938 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-12 02:00:00.000000' AND social_framework_events.finish > '2016-10-12 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 458], ["schedule_id", 938]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 458], ["schedule_id", 938], ["confirmed", "t"]]  (148.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2408]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 938 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 938 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 16:00:00.000000' AND social_framework_events.finish > '2016-07-05 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2408], ["schedule_id", 938]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2408], ["schedule_id", 938], ["confirmed", "t"]]  (144.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2187]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 938 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 938 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-02 18:00:00.000000' AND social_framework_events.finish > '2016-06-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2187], ["schedule_id", 938]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2187], ["schedule_id", 938], ["confirmed", "t"]]  (133.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2028]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 938 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 938 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-22 12:00:00.000000' AND social_framework_events.finish > '2016-03-22 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2028], ["schedule_id", 938]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2028], ["schedule_id", 938], ["confirmed", "t"]]  (166.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1928]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 938 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 938 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-02 03:00:00.000000' AND social_framework_events.finish > '2016-02-02 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1928], ["schedule_id", 938]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1928], ["schedule_id", 938], ["confirmed", "t"]]  (190.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 939]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 181]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 939 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 939], ["created_at", "2016-04-29 16:24:28.793247"], ["updated_at", "2016-04-29 16:24:28.793247"]]  (138.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 939 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 05:00:00.000000' AND social_framework_events.finish > '2016-01-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 181], ["schedule_id", 939]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 181], ["schedule_id", 939], ["confirmed", "t"]]  (137.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 239]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 939 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 939 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-28 08:00:00.000000' AND social_framework_events.finish > '2016-12-28 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 239], ["schedule_id", 939]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 239], ["schedule_id", 939], ["confirmed", "t"]]  (118.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 931]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 939 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 939 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-10 15:00:00.000000' AND social_framework_events.finish > '2016-06-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 931], ["schedule_id", 939]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 931], ["schedule_id", 939], ["confirmed", "t"]]  (123.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 232]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 939 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 939 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-15 22:00:00.000000' AND social_framework_events.finish > '2016-10-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 232], ["schedule_id", 939]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 232], ["schedule_id", 939], ["confirmed", "t"]]  (123.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 939 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 939 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 03:00:00.000000' AND social_framework_events.finish > '2016-06-08 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 144], ["schedule_id", 939]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 144], ["schedule_id", 939], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 940]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 940 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 940], ["created_at", "2016-04-29 16:24:29.594927"], ["updated_at", "2016-04-29 16:24:29.594927"]]  (115.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 940 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-26 10:00:00.000000' AND social_framework_events.finish > '2016-11-26 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1519], ["schedule_id", 940]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1519], ["schedule_id", 940], ["confirmed", "t"]]  (116.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 100]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 940 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 940 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 03:00:00.000000' AND social_framework_events.finish > '2016-07-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 100], ["schedule_id", 940]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 100], ["schedule_id", 940], ["confirmed", "t"]]  (223.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2370]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 940 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 940 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 23:00:00.000000' AND social_framework_events.finish > '2016-05-05 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2370], ["schedule_id", 940]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2370], ["schedule_id", 940], ["confirmed", "t"]]  (122.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1186]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 940 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 940 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 06:00:00.000000' AND social_framework_events.finish > '2016-11-27 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1186], ["schedule_id", 940]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1186], ["schedule_id", 940], ["confirmed", "t"]]  (168.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2125]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 940 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 940 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-09 15:00:00.000000' AND social_framework_events.finish > '2016-03-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2125], ["schedule_id", 940]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2125], ["schedule_id", 940], ["confirmed", "t"]]  (188.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 941]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2298]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 941 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 941], ["created_at", "2016-04-29 16:24:30.587774"], ["updated_at", "2016-04-29 16:24:30.587774"]]  (157.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 941 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 20:00:00.000000' AND social_framework_events.finish > '2016-11-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2298], ["schedule_id", 941]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2298], ["schedule_id", 941], ["confirmed", "t"]]  (170.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1859]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 941 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 941 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 12:00:00.000000' AND social_framework_events.finish > '2016-10-06 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1859], ["schedule_id", 941]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1859], ["schedule_id", 941], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1332]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 941 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 941 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 08:00:00.000000' AND social_framework_events.finish > '2016-07-22 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1332], ["schedule_id", 941]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1332], ["schedule_id", 941], ["confirmed", "t"]]  (234.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 941 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 941 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-03 04:00:00.000000' AND social_framework_events.finish > '2016-08-03 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 501], ["schedule_id", 941]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 501], ["schedule_id", 941], ["confirmed", "t"]]  (180.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1324]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 941 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 941 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-17 04:00:00.000000' AND social_framework_events.finish > '2016-08-17 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1324], ["schedule_id", 941]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1324], ["schedule_id", 941], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 942]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1690]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 942 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 942], ["created_at", "2016-04-29 16:24:31.619350"], ["updated_at", "2016-04-29 16:24:31.619350"]]  (103.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 942 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-08 04:00:00.000000' AND social_framework_events.finish > '2016-11-08 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1690], ["schedule_id", 942]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1690], ["schedule_id", 942], ["confirmed", "t"]]  (92.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1658]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 942 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 942 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-22 16:00:00.000000' AND social_framework_events.finish > '2016-06-22 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1658], ["schedule_id", 942]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1658], ["schedule_id", 942], ["confirmed", "t"]]  (178.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1133]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 942 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 942 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-04 00:00:00.000000' AND social_framework_events.finish > '2016-10-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1133], ["schedule_id", 942]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1133], ["schedule_id", 942], ["confirmed", "t"]]  (125.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2279]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 942 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 942 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-22 17:00:00.000000' AND social_framework_events.finish > '2016-11-22 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2279], ["schedule_id", 942]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2279], ["schedule_id", 942], ["confirmed", "t"]]  (268.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1752]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 942 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 942 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 19:00:00.000000' AND social_framework_events.finish > '2016-05-18 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1752], ["schedule_id", 942]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1752], ["schedule_id", 942], ["confirmed", "t"]]  (144.7ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 943]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 943], ["created_at", "2016-04-29 16:24:32.589434"], ["updated_at", "2016-04-29 16:24:32.589434"]]  (146.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 21:00:00.000000' AND social_framework_events.finish > '2016-05-05 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 4], ["schedule_id", 943]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 4], ["schedule_id", 943], ["confirmed", "t"]]  (115.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1405]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 15:00:00.000000' AND social_framework_events.finish > '2016-01-20 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1405], ["schedule_id", 943]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1405], ["schedule_id", 943], ["confirmed", "t"]]  (157.4ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1879]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 08:00:00.000000' AND social_framework_events.finish > '2016-04-28 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1879], ["schedule_id", 943]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1879], ["schedule_id", 943], ["confirmed", "t"]]  (123.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1456]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 18:00:00.000000' AND social_framework_events.finish > '2016-10-25 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1456], ["schedule_id", 943]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1456], ["schedule_id", 943], ["confirmed", "t"]]  (135.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 425]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 15:00:00.000000' AND social_framework_events.finish > '2016-01-20 14:00:00.000000') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 943 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 943 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-26 01:00:00.000000' AND social_framework_events.finish > '2016-09-26 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 578], ["schedule_id", 943]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 578], ["schedule_id", 943], ["confirmed", "t"]]  (131.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 944]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1475]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 944 LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 944], ["created_at", "2016-04-29 16:24:33.455996"], ["updated_at", "2016-04-29 16:24:33.455996"]]  (124.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 944 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 22:00:00.000000' AND social_framework_events.finish > '2016-11-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1475], ["schedule_id", 944]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1475], ["schedule_id", 944], ["confirmed", "t"]]  (126.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1430]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 944 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 944 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 00:00:00.000000' AND social_framework_events.finish > '2016-08-10 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1430], ["schedule_id", 944]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1430], ["schedule_id", 944], ["confirmed", "t"]]  (159.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 476]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 944 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 944 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 17:00:00.000000' AND social_framework_events.finish > '2016-12-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 476], ["schedule_id", 944]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 476], ["schedule_id", 944], ["confirmed", "t"]]  (102.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 442]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 944 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 944 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-03 05:00:00.000000' AND social_framework_events.finish > '2016-04-03 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 442], ["schedule_id", 944]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 442], ["schedule_id", 944], ["confirmed", "t"]]  (147.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1489]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 944 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 944 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 06:00:00.000000' AND social_framework_events.finish > '2016-04-28 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1489], ["schedule_id", 944]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1489], ["schedule_id", 944], ["confirmed", "t"]]  (176.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 945]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 153]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 945 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 945], ["created_at", "2016-04-29 16:24:34.345717"], ["updated_at", "2016-04-29 16:24:34.345717"]]  (147.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 945 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 04:00:00.000000' AND social_framework_events.finish > '2016-01-15 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 153], ["schedule_id", 945]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 153], ["schedule_id", 945], ["confirmed", "t"]]  (227.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 972]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 945 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 945 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-24 11:00:00.000000' AND social_framework_events.finish > '2016-03-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 972], ["schedule_id", 945]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 972], ["schedule_id", 945], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 895]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 945 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 945 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 20:00:00.000000' AND social_framework_events.finish > '2016-05-10 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 895], ["schedule_id", 945]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 895], ["schedule_id", 945], ["confirmed", "t"]]  (248.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 945 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 945 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 11:00:00.000000' AND social_framework_events.finish > '2016-08-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 143], ["schedule_id", 945]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 143], ["schedule_id", 945], ["confirmed", "t"]]  (164.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1231]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 945 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 945 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 22:00:00.000000' AND social_framework_events.finish > '2016-03-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1231], ["schedule_id", 945]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1231], ["schedule_id", 945], ["confirmed", "t"]]  (146.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 946]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 496]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 946 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 946], ["created_at", "2016-04-29 16:24:35.501226"], ["updated_at", "2016-04-29 16:24:35.501226"]]  (160.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 946 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-21 22:00:00.000000' AND social_framework_events.finish > '2016-12-21 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 496], ["schedule_id", 946]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 496], ["schedule_id", 946], ["confirmed", "t"]]  (102.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 822]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 946 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 946 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-07 19:00:00.000000' AND social_framework_events.finish > '2016-03-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 822], ["schedule_id", 946]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 822], ["schedule_id", 946], ["confirmed", "t"]]  (165.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2108]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 946 LIMIT 1  (0.7ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 946 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 19:00:00.000000' AND social_framework_events.finish > '2016-04-01 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2108], ["schedule_id", 946]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2108], ["schedule_id", 946], ["confirmed", "t"]]  (154.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1720]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 946 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 946 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 02:00:00.000000' AND social_framework_events.finish > '2016-12-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1720], ["schedule_id", 946]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1720], ["schedule_id", 946], ["confirmed", "t"]]  (158.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 221]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 946 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 946 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 07:00:00.000000' AND social_framework_events.finish > '2016-07-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 221], ["schedule_id", 946]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 221], ["schedule_id", 946], ["confirmed", "t"]]  (169.7ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 947]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 382]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 947 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 947], ["created_at", "2016-04-29 16:24:36.469788"], ["updated_at", "2016-04-29 16:24:36.469788"]]  (125.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 947 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 15:00:00.000000' AND social_framework_events.finish > '2016-01-19 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 382], ["schedule_id", 947]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 382], ["schedule_id", 947], ["confirmed", "t"]]  (226.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1078]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 947 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 947 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 21:00:00.000000' AND social_framework_events.finish > '2016-06-05 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1078], ["schedule_id", 947]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1078], ["schedule_id", 947], ["confirmed", "t"]]  (169.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1405]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 947 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 947 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-20 15:00:00.000000' AND social_framework_events.finish > '2016-01-20 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1405], ["schedule_id", 947]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1405], ["schedule_id", 947], ["confirmed", "t"]]  (157.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2245]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 947 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 947 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 14:00:00.000000' AND social_framework_events.finish > '2016-08-20 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2245], ["schedule_id", 947]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2245], ["schedule_id", 947], ["confirmed", "t"]]  (211.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 623]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 947 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 947 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-02 06:00:00.000000' AND social_framework_events.finish > '2016-04-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 623], ["schedule_id", 947]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 623], ["schedule_id", 947], ["confirmed", "t"]]  (102.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 948]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2381]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 948 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 948], ["created_at", "2016-04-29 16:24:37.514688"], ["updated_at", "2016-04-29 16:24:37.514688"]]  (205.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 948 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-16 05:00:00.000000' AND social_framework_events.finish > '2016-01-16 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2381], ["schedule_id", 948]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2381], ["schedule_id", 948], ["confirmed", "t"]]  (259.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 196]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 948 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 948 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 10:00:00.000000' AND social_framework_events.finish > '2016-02-21 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 196], ["schedule_id", 948]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 196], ["schedule_id", 948], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 455]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 948 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 948 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 03:00:00.000000' AND social_framework_events.finish > '2016-04-14 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 455], ["schedule_id", 948]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 455], ["schedule_id", 948], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 951]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 948 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 948 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 01:00:00.000000' AND social_framework_events.finish > '2016-01-22 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 951], ["schedule_id", 948]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 951], ["schedule_id", 948], ["confirmed", "t"]]  (156.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1397]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 948 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 948 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-20 22:00:00.000000' AND social_framework_events.finish > '2016-08-20 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1397], ["schedule_id", 948]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1397], ["schedule_id", 948], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 949]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 748]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 949 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 949], ["created_at", "2016-04-29 16:24:38.615564"], ["updated_at", "2016-04-29 16:24:38.615564"]]  (103.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 949 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-19 09:00:00.000000' AND social_framework_events.finish > '2016-08-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 748], ["schedule_id", 949]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 748], ["schedule_id", 949], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1801]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 949 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 949 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 20:00:00.000000' AND social_framework_events.finish > '2016-05-12 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1801], ["schedule_id", 949]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1801], ["schedule_id", 949], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1273]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 949 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 949 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-04 04:00:00.000000' AND social_framework_events.finish > '2016-04-04 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1273], ["schedule_id", 949]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1273], ["schedule_id", 949], ["confirmed", "t"]]  (157.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1568]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 949 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 949 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-24 22:00:00.000000' AND social_framework_events.finish > '2016-05-24 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1568], ["schedule_id", 949]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1568], ["schedule_id", 949], ["confirmed", "t"]]  (111.8ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1477]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 949 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 949 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-26 15:00:00.000000' AND social_framework_events.finish > '2016-10-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1477], ["schedule_id", 949]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1477], ["schedule_id", 949], ["confirmed", "t"]]  (91.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 950]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2171]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 950 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 950], ["created_at", "2016-04-29 16:24:39.372535"], ["updated_at", "2016-04-29 16:24:39.372535"]]  (92.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 950 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-23 09:00:00.000000' AND social_framework_events.finish > '2016-04-23 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2171], ["schedule_id", 950]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2171], ["schedule_id", 950], ["confirmed", "t"]]  (178.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2174]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 950 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 950 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 18:00:00.000000' AND social_framework_events.finish > '2016-05-02 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2174], ["schedule_id", 950]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2174], ["schedule_id", 950], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2321]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 950 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 950 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 09:00:00.000000' AND social_framework_events.finish > '2016-08-25 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2321], ["schedule_id", 950]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2321], ["schedule_id", 950], ["confirmed", "t"]]  (189.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2482]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 950 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 950 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-13 05:00:00.000000' AND social_framework_events.finish > '2016-08-13 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2482], ["schedule_id", 950]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2482], ["schedule_id", 950], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 705]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 950 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 950 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-19 13:00:00.000000' AND social_framework_events.finish > '2016-06-19 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 705], ["schedule_id", 950]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 705], ["schedule_id", 950], ["confirmed", "t"]]  (103.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 951]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1746]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 951 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 951], ["created_at", "2016-04-29 16:24:40.229981"], ["updated_at", "2016-04-29 16:24:40.229981"]]  (82.6ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 951 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 18:00:00.000000' AND social_framework_events.finish > '2016-09-15 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1746], ["schedule_id", 951]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1746], ["schedule_id", 951], ["confirmed", "t"]]  (148.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 242]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 951 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 951 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-24 09:00:00.000000' AND social_framework_events.finish > '2016-02-24 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 242], ["schedule_id", 951]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 242], ["schedule_id", 951], ["confirmed", "t"]]  (131.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1501]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 951 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 951 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 08:00:00.000000' AND social_framework_events.finish > '2016-11-24 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1501], ["schedule_id", 951]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1501], ["schedule_id", 951], ["confirmed", "t"]]  (135.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 886]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 951 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 951 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 11:00:00.000000' AND social_framework_events.finish > '2016-02-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 886], ["schedule_id", 951]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 886], ["schedule_id", 951], ["confirmed", "t"]]  (135.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 272]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 951 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 951 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 09:00:00.000000' AND social_framework_events.finish > '2016-05-19 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 272], ["schedule_id", 951]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 272], ["schedule_id", 951], ["confirmed", "t"]]  (114.1ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 952]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 682]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 952 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 952], ["created_at", "2016-04-29 16:24:41.031826"], ["updated_at", "2016-04-29 16:24:41.031826"]]  (115.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 952 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 12:00:00.000000' AND social_framework_events.finish > '2016-10-02 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 682], ["schedule_id", 952]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 682], ["schedule_id", 952], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2431]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 952 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 952 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-04 17:00:00.000000' AND social_framework_events.finish > '2016-11-04 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2431], ["schedule_id", 952]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2431], ["schedule_id", 952], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 952 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 952 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 11:00:00.000000' AND social_framework_events.finish > '2016-09-15 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 3], ["schedule_id", 952]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 3], ["schedule_id", 952], ["confirmed", "t"]]  (101.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2117]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 952 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 952 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 01:00:00.000000' AND social_framework_events.finish > '2016-06-20 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2117], ["schedule_id", 952]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2117], ["schedule_id", 952], ["confirmed", "t"]]  (156.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 301]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 952 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 952 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 11:00:00.000000' AND social_framework_events.finish > '2016-07-11 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 301], ["schedule_id", 952]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 301], ["schedule_id", 952], ["confirmed", "t"]]  (298.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 953]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 953 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 953], ["created_at", "2016-04-29 16:24:41.989213"], ["updated_at", "2016-04-29 16:24:41.989213"]]  (134.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 953 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 178], ["schedule_id", 953]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 178], ["schedule_id", 953], ["confirmed", "t"]]  (116.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1063]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 953 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 953 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-10 12:00:00.000000' AND social_framework_events.finish > '2016-12-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1063], ["schedule_id", 953]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1063], ["schedule_id", 953], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 610]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 953 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 953 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-28 18:00:00.000000' AND social_framework_events.finish > '2016-04-28 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 610], ["schedule_id", 953]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 610], ["schedule_id", 953], ["confirmed", "t"]]  (130.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 328]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 953 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 953 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-28 18:00:00.000000' AND social_framework_events.finish > '2016-08-28 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 328], ["schedule_id", 953]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 328], ["schedule_id", 953], ["confirmed", "t"]]  (189.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 871]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 953 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 953 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-17 23:00:00.000000' AND social_framework_events.finish > '2016-10-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 871], ["schedule_id", 953]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 871], ["schedule_id", 953], ["confirmed", "t"]]  (178.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 954]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1750]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 954 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 954], ["created_at", "2016-04-29 16:24:42.967156"], ["updated_at", "2016-04-29 16:24:42.967156"]]  (137.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 954 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-01 10:00:00.000000' AND social_framework_events.finish > '2016-09-01 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1750], ["schedule_id", 954]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1750], ["schedule_id", 954], ["confirmed", "t"]]  (345.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 954 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 954 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-26 15:00:00.000000' AND social_framework_events.finish > '2016-03-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 523], ["schedule_id", 954]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 523], ["schedule_id", 954], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2299]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 954 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 954 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-10 22:00:00.000000' AND social_framework_events.finish > '2016-05-10 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2299], ["schedule_id", 954]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2299], ["schedule_id", 954], ["confirmed", "t"]]  (205.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2434]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 954 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 954 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-08 21:00:00.000000' AND social_framework_events.finish > '2016-01-08 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2434], ["schedule_id", 954]]  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2434], ["schedule_id", 954], ["confirmed", "t"]]  (204.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 954 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 954 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-03 09:00:00.000000' AND social_framework_events.finish > '2016-03-03 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 576], ["schedule_id", 954]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 576], ["schedule_id", 954], ["confirmed", "t"]]  (223.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 955]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1661]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 955 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 955], ["created_at", "2016-04-29 16:24:44.267226"], ["updated_at", "2016-04-29 16:24:44.267226"]]  (115.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 955 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-04 11:00:00.000000' AND social_framework_events.finish > '2016-02-04 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1661], ["schedule_id", 955]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1661], ["schedule_id", 955], ["confirmed", "t"]]  (116.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 147]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 955 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 955 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-18 00:00:00.000000' AND social_framework_events.finish > '2016-04-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 147], ["schedule_id", 955]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 147], ["schedule_id", 955], ["confirmed", "t"]]  (133.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1927]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 955 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 955 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-15 01:00:00.000000' AND social_framework_events.finish > '2016-03-14 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1927], ["schedule_id", 955]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1927], ["schedule_id", 955], ["confirmed", "t"]]  (156.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 823]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 955 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 955 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 19:00:00.000000' AND social_framework_events.finish > '2016-06-16 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 823], ["schedule_id", 955]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 823], ["schedule_id", 955], ["confirmed", "t"]]  (99.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1609]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 955 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 955 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-10 00:00:00.000000' AND social_framework_events.finish > '2016-03-09 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1609], ["schedule_id", 955]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1609], ["schedule_id", 955], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 956]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2108]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 956 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 956], ["created_at", "2016-04-29 16:24:45.069660"], ["updated_at", "2016-04-29 16:24:45.069660"]]  (104.0ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 956 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 19:00:00.000000' AND social_framework_events.finish > '2016-04-01 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2108], ["schedule_id", 956]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2108], ["schedule_id", 956], ["confirmed", "t"]]  (113.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 956 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 956 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 15:00:00.000000' AND social_framework_events.finish > '2016-01-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 572], ["schedule_id", 956]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 572], ["schedule_id", 956], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 413]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 956 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 956 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-01 02:00:00.000000' AND social_framework_events.finish > '2016-08-01 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 413], ["schedule_id", 956]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 413], ["schedule_id", 956], ["confirmed", "t"]]  (112.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 797]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 956 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 956 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-20 10:00:00.000000' AND social_framework_events.finish > '2016-11-20 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 797], ["schedule_id", 956]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 797], ["schedule_id", 956], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 459]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 956 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 956 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-15 10:00:00.000000' AND social_framework_events.finish > '2016-11-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 459], ["schedule_id", 956]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 459], ["schedule_id", 956], ["confirmed", "t"]]  (114.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 957]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 957 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 957], ["created_at", "2016-04-29 16:24:45.815079"], ["updated_at", "2016-04-29 16:24:45.815079"]]  (204.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 957 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-05 18:00:00.000000' AND social_framework_events.finish > '2016-01-05 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 511], ["schedule_id", 957]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 511], ["schedule_id", 957], ["confirmed", "t"]]  (92.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1996]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 957 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 957 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 18:00:00.000000' AND social_framework_events.finish > '2016-01-22 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1996], ["schedule_id", 957]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1996], ["schedule_id", 957], ["confirmed", "t"]]  (143.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 479]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 957 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 957 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-07 08:00:00.000000' AND social_framework_events.finish > '2016-06-07 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 479], ["schedule_id", 957]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 479], ["schedule_id", 957], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1653]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 957 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 957 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 09:00:00.000000' AND social_framework_events.finish > '2016-08-05 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1653], ["schedule_id", 957]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1653], ["schedule_id", 957], ["confirmed", "t"]]  (121.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 957 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 957 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-12 10:00:00.000000' AND social_framework_events.finish > '2016-01-12 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 531], ["schedule_id", 957]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 531], ["schedule_id", 957], ["confirmed", "t"]]  (134.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 958]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2377]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 958 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 958], ["created_at", "2016-04-29 16:24:46.693135"], ["updated_at", "2016-04-29 16:24:46.693135"]]  (105.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 958 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-28 21:00:00.000000' AND social_framework_events.finish > '2016-07-28 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2377], ["schedule_id", 958]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2377], ["schedule_id", 958], ["confirmed", "t"]]  (138.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 931]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 958 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 958 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-10 15:00:00.000000' AND social_framework_events.finish > '2016-06-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 931], ["schedule_id", 958]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 931], ["schedule_id", 958], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 179]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 958 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 958 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-02 20:00:00.000000' AND social_framework_events.finish > '2016-03-02 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 179], ["schedule_id", 958]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 179], ["schedule_id", 958], ["confirmed", "t"]]  (112.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1146]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 958 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 958 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-18 17:00:00.000000' AND social_framework_events.finish > '2016-02-18 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1146], ["schedule_id", 958]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1146], ["schedule_id", 958], ["confirmed", "t"]]  (114.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2456]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 958 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 958 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-12 04:00:00.000000' AND social_framework_events.finish > '2016-06-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2456], ["schedule_id", 958]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2456], ["schedule_id", 958], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 959]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1058]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 959 LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 959], ["created_at", "2016-04-29 16:24:47.453055"], ["updated_at", "2016-04-29 16:24:47.453055"]]  (124.4ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 959 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-15 23:00:00.000000' AND social_framework_events.finish > '2016-02-15 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1058], ["schedule_id", 959]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1058], ["schedule_id", 959], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1018]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 959 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 959 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-25 05:00:00.000000' AND social_framework_events.finish > '2016-06-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1018], ["schedule_id", 959]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1018], ["schedule_id", 959], ["confirmed", "t"]]  (147.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 724]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 959 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 959 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-22 10:00:00.000000' AND social_framework_events.finish > '2016-07-22 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 724], ["schedule_id", 959]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 724], ["schedule_id", 959], ["confirmed", "t"]]  (189.9ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1900]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 959 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 959 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 19:00:00.000000' AND social_framework_events.finish > '2016-03-11 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1900], ["schedule_id", 959]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1900], ["schedule_id", 959], ["confirmed", "t"]]  (119.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 221]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 959 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 959 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 07:00:00.000000' AND social_framework_events.finish > '2016-07-15 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 221], ["schedule_id", 959]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 221], ["schedule_id", 959], ["confirmed", "t"]]  (302.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 960]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 972]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 960 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 960], ["created_at", "2016-04-29 16:24:48.518303"], ["updated_at", "2016-04-29 16:24:48.518303"]]  (193.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 960 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-24 11:00:00.000000' AND social_framework_events.finish > '2016-03-24 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 972], ["schedule_id", 960]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 972], ["schedule_id", 960], ["confirmed", "t"]]  (148.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 847]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 960 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 960 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 17:00:00.000000' AND social_framework_events.finish > '2016-07-21 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 847], ["schedule_id", 960]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 847], ["schedule_id", 960], ["confirmed", "t"]]  (122.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 731]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 960 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 960 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-01 21:00:00.000000' AND social_framework_events.finish > '2016-02-01 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 731], ["schedule_id", 960]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 731], ["schedule_id", 960], ["confirmed", "t"]]  (103.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 322]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 960 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 960 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-28 03:00:00.000000' AND social_framework_events.finish > '2016-02-27 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 322], ["schedule_id", 960]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 322], ["schedule_id", 960], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2181]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 960 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 960 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 02:00:00.000000' AND social_framework_events.finish > '2016-02-23 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2181], ["schedule_id", 960]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2181], ["schedule_id", 960], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 961]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 961 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 961], ["created_at", "2016-04-29 16:24:49.366328"], ["updated_at", "2016-04-29 16:24:49.366328"]]  (169.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 961 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 23:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1553], ["schedule_id", 961]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1553], ["schedule_id", 961], ["confirmed", "t"]]  (182.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1973]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 961 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 961 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-11 03:00:00.000000' AND social_framework_events.finish > '2016-11-11 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1973], ["schedule_id", 961]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1973], ["schedule_id", 961], ["confirmed", "t"]]  (169.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 628]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 961 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 961 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-15 13:00:00.000000' AND social_framework_events.finish > '2016-01-15 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 628], ["schedule_id", 961]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 628], ["schedule_id", 961], ["confirmed", "t"]]  (181.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 961 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 961 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-01 16:00:00.000000' AND social_framework_events.finish > '2016-03-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 79], ["schedule_id", 961]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 79], ["schedule_id", 961], ["confirmed", "t"]]  (234.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2305]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 961 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 961 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 21:00:00.000000' AND social_framework_events.finish > '2016-01-19 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2305], ["schedule_id", 961]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2305], ["schedule_id", 961], ["confirmed", "t"]]  (121.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 962]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 357]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 962 LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 962], ["created_at", "2016-04-29 16:24:50.478740"], ["updated_at", "2016-04-29 16:24:50.478740"]]  (200.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 962 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 23:00:00.000000' AND social_framework_events.finish > '2016-06-06 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 357], ["schedule_id", 962]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 357], ["schedule_id", 962], ["confirmed", "t"]]  (280.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1367]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 962 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 962 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-26 14:00:00.000000' AND social_framework_events.finish > '2016-02-26 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1367], ["schedule_id", 962]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1367], ["schedule_id", 962], ["confirmed", "t"]]  (330.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 216]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 962 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 962 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 18:00:00.000000' AND social_framework_events.finish > '2016-09-09 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 216], ["schedule_id", 962]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 216], ["schedule_id", 962], ["confirmed", "t"]]  (280.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 394]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 962 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 962 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 19:00:00.000000' AND social_framework_events.finish > '2016-01-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 394], ["schedule_id", 962]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 394], ["schedule_id", 962], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 476]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 962 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 962 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-20 17:00:00.000000' AND social_framework_events.finish > '2016-12-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 476], ["schedule_id", 962]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 476], ["schedule_id", 962], ["confirmed", "t"]]  (195.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 963]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 233]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 963 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 963], ["created_at", "2016-04-29 16:24:51.976714"], ["updated_at", "2016-04-29 16:24:51.976714"]]  (201.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 963 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-12 00:00:00.000000' AND social_framework_events.finish > '2016-12-11 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 233], ["schedule_id", 963]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 233], ["schedule_id", 963], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2298]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 963 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 963 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-24 20:00:00.000000' AND social_framework_events.finish > '2016-11-24 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2298], ["schedule_id", 963]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2298], ["schedule_id", 963], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1280]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 963 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 963 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-15 11:00:00.000000' AND social_framework_events.finish > '2016-09-15 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1280], ["schedule_id", 963]]  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1280], ["schedule_id", 963], ["confirmed", "t"]]  (167.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2352]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 963 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 963 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-15 23:00:00.000000' AND social_framework_events.finish > '2016-12-15 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2352], ["schedule_id", 963]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2352], ["schedule_id", 963], ["confirmed", "t"]]  (169.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 963 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 963 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-04 07:00:00.000000' AND social_framework_events.finish > '2016-01-04 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 30], ["schedule_id", 963]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 30], ["schedule_id", 963], ["confirmed", "t"]]  (256.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 964]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1202]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 964 LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 964], ["created_at", "2016-04-29 16:24:53.089788"], ["updated_at", "2016-04-29 16:24:53.089788"]]  (145.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 964 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 17:00:00.000000' AND social_framework_events.finish > '2016-02-23 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1202], ["schedule_id", 964]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1202], ["schedule_id", 964], ["confirmed", "t"]]  (215.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 964 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 964 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 14:00:00.000000' AND social_framework_events.finish > '2016-09-27 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 45], ["schedule_id", 964]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 45], ["schedule_id", 964], ["confirmed", "t"]]  (111.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 314]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 964 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 964 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 03:00:00.000000' AND social_framework_events.finish > '2016-03-05 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 314], ["schedule_id", 964]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 314], ["schedule_id", 964], ["confirmed", "t"]]  (344.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2066]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 964 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 964 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 02:00:00.000000' AND social_framework_events.finish > '2016-12-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2066], ["schedule_id", 964]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2066], ["schedule_id", 964], ["confirmed", "t"]]  (234.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 802]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 964 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 964 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 14:00:00.000000' AND social_framework_events.finish > '2016-08-22 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 802], ["schedule_id", 964]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 802], ["schedule_id", 964], ["confirmed", "t"]]  (201.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 965]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1788]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 965 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 965], ["created_at", "2016-04-29 16:24:54.400716"], ["updated_at", "2016-04-29 16:24:54.400716"]]  (124.0ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 965 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 17:00:00.000000' AND social_framework_events.finish > '2016-12-16 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1788], ["schedule_id", 965]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1788], ["schedule_id", 965], ["confirmed", "t"]]  (148.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 965 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 965 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 14:00:00.000000' AND social_framework_events.finish > '2016-05-02 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 12], ["schedule_id", 965]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 12], ["schedule_id", 965], ["confirmed", "t"]]  (101.8ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 631]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 965 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 965 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-27 04:00:00.000000' AND social_framework_events.finish > '2016-07-27 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 631], ["schedule_id", 965]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 631], ["schedule_id", 965], ["confirmed", "t"]]  (188.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2280]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 965 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 965 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 20:00:00.000000' AND social_framework_events.finish > '2016-10-20 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2280], ["schedule_id", 965]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2280], ["schedule_id", 965], ["confirmed", "t"]]  (121.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 207]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 965 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 965 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 05:00:00.000000' AND social_framework_events.finish > '2016-12-13 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 207], ["schedule_id", 965]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 207], ["schedule_id", 965], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 966]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 229]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 966 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 966], ["created_at", "2016-04-29 16:24:55.266203"], ["updated_at", "2016-04-29 16:24:55.266203"]]  (139.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 966 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-12 05:00:00.000000' AND social_framework_events.finish > '2016-03-12 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 229], ["schedule_id", 966]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 229], ["schedule_id", 966], ["confirmed", "t"]]  (225.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 966 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 966 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-07 20:00:00.000000' AND social_framework_events.finish > '2016-12-07 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 53], ["schedule_id", 966]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 53], ["schedule_id", 966], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1205]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 966 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 966 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 09:00:00.000000' AND social_framework_events.finish > '2016-02-16 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1205], ["schedule_id", 966]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1205], ["schedule_id", 966], ["confirmed", "t"]]  (233.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 887]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 966 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 966 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-21 12:00:00.000000' AND social_framework_events.finish > '2016-08-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 887], ["schedule_id", 966]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 887], ["schedule_id", 966], ["confirmed", "t"]]  (135.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1119]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 966 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 966 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-20 12:00:00.000000' AND social_framework_events.finish > '2016-06-20 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1119], ["schedule_id", 966]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1119], ["schedule_id", 966], ["confirmed", "t"]]  (132.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 967]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 454]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 967 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 967], ["created_at", "2016-04-29 16:24:56.314280"], ["updated_at", "2016-04-29 16:24:56.314280"]]  (113.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 967 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-13 13:00:00.000000' AND social_framework_events.finish > '2016-02-13 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 454], ["schedule_id", 967]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 454], ["schedule_id", 967], ["confirmed", "t"]]  (114.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1135]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 967 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 967 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-06 20:00:00.000000' AND social_framework_events.finish > '2016-10-06 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1135], ["schedule_id", 967]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1135], ["schedule_id", 967], ["confirmed", "t"]]  (101.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 967 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 967 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-04 22:00:00.000000' AND social_framework_events.finish > '2016-03-04 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 55], ["schedule_id", 967]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 55], ["schedule_id", 967], ["confirmed", "t"]]  (101.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2066]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 967 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 967 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 02:00:00.000000' AND social_framework_events.finish > '2016-12-05 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2066], ["schedule_id", 967]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2066], ["schedule_id", 967], ["confirmed", "t"]]  (117.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1494]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 967 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 967 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 03:00:00.000000' AND social_framework_events.finish > '2016-06-17 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1494], ["schedule_id", 967]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1494], ["schedule_id", 967], ["confirmed", "t"]]  (110.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 968]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 747]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 968 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 968], ["created_at", "2016-04-29 16:24:57.036246"], ["updated_at", "2016-04-29 16:24:57.036246"]]  (82.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 968 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 05:00:00.000000' AND social_framework_events.finish > '2016-01-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 747], ["schedule_id", 968]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 747], ["schedule_id", 968], ["confirmed", "t"]]  (159.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 288]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 968 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 968 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-15 00:00:00.000000' AND social_framework_events.finish > '2016-07-14 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 288], ["schedule_id", 968]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 288], ["schedule_id", 968], ["confirmed", "t"]]  (246.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2070]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 968 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 968 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-18 00:00:00.000000' AND social_framework_events.finish > '2016-03-17 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2070], ["schedule_id", 968]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2070], ["schedule_id", 968], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1596]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 968 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 968 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-06 16:00:00.000000' AND social_framework_events.finish > '2016-02-06 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1596], ["schedule_id", 968]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1596], ["schedule_id", 968], ["confirmed", "t"]]  (168.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1245]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 968 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 968 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-11 21:00:00.000000' AND social_framework_events.finish > '2016-09-11 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1245], ["schedule_id", 968]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1245], ["schedule_id", 968], ["confirmed", "t"]]  (157.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 969]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2369]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 969 LIMIT 1  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 969], ["created_at", "2016-04-29 16:24:58.028667"], ["updated_at", "2016-04-29 16:24:58.028667"]]  (102.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 969 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-17 03:00:00.000000' AND social_framework_events.finish > '2016-02-17 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2369], ["schedule_id", 969]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2369], ["schedule_id", 969], ["confirmed", "t"]]  (125.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 743]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 969 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 969 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 15:00:00.000000' AND social_framework_events.finish > '2016-06-03 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 743], ["schedule_id", 969]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 743], ["schedule_id", 969], ["confirmed", "t"]]  (101.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1301]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 969 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 969 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-15 06:00:00.000000' AND social_framework_events.finish > '2016-05-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1301], ["schedule_id", 969]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1301], ["schedule_id", 969], ["confirmed", "t"]]  (99.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1276]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 969 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 969 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-06 08:00:00.000000' AND social_framework_events.finish > '2016-08-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1276], ["schedule_id", 969]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1276], ["schedule_id", 969], ["confirmed", "t"]]  (124.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1492]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 969 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 969 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-22 21:00:00.000000' AND social_framework_events.finish > '2016-08-22 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1492], ["schedule_id", 969]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1492], ["schedule_id", 969], ["confirmed", "t"]]  (99.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 970]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 614]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 970 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 970], ["created_at", "2016-04-29 16:24:58.738655"], ["updated_at", "2016-04-29 16:24:58.738655"]]  (82.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 970 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 00:00:00.000000' AND social_framework_events.finish > '2016-10-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 614], ["schedule_id", 970]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 614], ["schedule_id", 970], ["confirmed", "t"]]  (89.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 170]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 970 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 970 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-22 15:00:00.000000' AND social_framework_events.finish > '2016-04-22 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 170], ["schedule_id", 970]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 170], ["schedule_id", 970], ["confirmed", "t"]]  (111.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2091]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 970 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 970 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-13 13:00:00.000000' AND social_framework_events.finish > '2016-06-13 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2091], ["schedule_id", 970]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2091], ["schedule_id", 970], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 841]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 970 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 970 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-14 19:00:00.000000' AND social_framework_events.finish > '2016-12-14 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 841], ["schedule_id", 970]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 841], ["schedule_id", 970], ["confirmed", "t"]]  (146.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2055]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 970 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 970 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-27 01:00:00.000000' AND social_framework_events.finish > '2016-11-26 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2055], ["schedule_id", 970]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2055], ["schedule_id", 970], ["confirmed", "t"]]  (134.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 971]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1469]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 971 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 971], ["created_at", "2016-04-29 16:24:59.507098"], ["updated_at", "2016-04-29 16:24:59.507098"]]  (126.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 971 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-18 03:00:00.000000' AND social_framework_events.finish > '2016-11-18 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1469], ["schedule_id", 971]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1469], ["schedule_id", 971], ["confirmed", "t"]]  (216.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 168]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 971 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 971 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 12:00:00.000000' AND social_framework_events.finish > '2016-10-27 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 168], ["schedule_id", 971]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 168], ["schedule_id", 971], ["confirmed", "t"]]  (266.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1248]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 971 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 971 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-27 20:00:00.000000' AND social_framework_events.finish > '2016-04-27 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1248], ["schedule_id", 971]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1248], ["schedule_id", 971], ["confirmed", "t"]]  (144.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 879]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 971 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 971 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 05:00:00.000000' AND social_framework_events.finish > '2016-05-17 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 879], ["schedule_id", 971]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 879], ["schedule_id", 971], ["confirmed", "t"]]  (147.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1494]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 971 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 971 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 03:00:00.000000' AND social_framework_events.finish > '2016-06-17 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1494], ["schedule_id", 971]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1494], ["schedule_id", 971], ["confirmed", "t"]]  (113.3ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 972]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1752]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 972 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 972], ["created_at", "2016-04-29 16:25:00.577475"], ["updated_at", "2016-04-29 16:25:00.577475"]]  (123.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 972 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 19:00:00.000000' AND social_framework_events.finish > '2016-05-18 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1752], ["schedule_id", 972]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1752], ["schedule_id", 972], ["confirmed", "t"]]  (104.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 633]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 972 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 972 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 18:00:00.000000' AND social_framework_events.finish > '2016-12-06 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 633], ["schedule_id", 972]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 633], ["schedule_id", 972], ["confirmed", "t"]]  (146.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1199]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 972 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 972 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-18 07:00:00.000000' AND social_framework_events.finish > '2016-05-18 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1199], ["schedule_id", 972]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1199], ["schedule_id", 972], ["confirmed", "t"]]  (101.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2435]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 972 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 972 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-25 22:00:00.000000' AND social_framework_events.finish > '2016-08-25 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2435], ["schedule_id", 972]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2435], ["schedule_id", 972], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2440]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 972 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 972 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-06 14:00:00.000000' AND social_framework_events.finish > '2016-12-06 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2440], ["schedule_id", 972]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2440], ["schedule_id", 972], ["confirmed", "t"]]  (191.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 973]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 878]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 973 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 973], ["created_at", "2016-04-29 16:25:01.420178"], ["updated_at", "2016-04-29 16:25:01.420178"]]  (204.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 973 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-14 14:00:00.000000' AND social_framework_events.finish > '2016-10-14 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 878], ["schedule_id", 973]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 878], ["schedule_id", 973], ["confirmed", "t"]]  (190.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1260]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 973 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 973 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 12:00:00.000000' AND social_framework_events.finish > '2016-09-02 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1260], ["schedule_id", 973]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1260], ["schedule_id", 973], ["confirmed", "t"]]  (209.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 762]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 973 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 973 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-09 01:00:00.000000' AND social_framework_events.finish > '2016-02-08 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 762], ["schedule_id", 973]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 762], ["schedule_id", 973], ["confirmed", "t"]]  (321.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1709]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 973 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 973 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-12 08:00:00.000000' AND social_framework_events.finish > '2016-11-12 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1709], ["schedule_id", 973]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1709], ["schedule_id", 973], ["confirmed", "t"]]  (280.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1864]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 973 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 973 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-24 15:00:00.000000' AND social_framework_events.finish > '2016-08-24 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1864], ["schedule_id", 973]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1864], ["schedule_id", 973], ["confirmed", "t"]]  (201.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 974]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 804]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 974 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 974], ["created_at", "2016-04-29 16:25:02.887995"], ["updated_at", "2016-04-29 16:25:02.887995"]]  (115.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 974 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-16 22:00:00.000000' AND social_framework_events.finish > '2016-02-16 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 804], ["schedule_id", 974]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 804], ["schedule_id", 974], ["confirmed", "t"]]  (115.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1316]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 974 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 974 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 17:00:00.000000' AND social_framework_events.finish > '2016-09-16 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1316], ["schedule_id", 974]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1316], ["schedule_id", 974], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 313]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 974 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 974 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-19 07:00:00.000000' AND social_framework_events.finish > '2016-09-19 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 313], ["schedule_id", 974]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 313], ["schedule_id", 974], ["confirmed", "t"]]  (112.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 394]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 974 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 974 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 19:00:00.000000' AND social_framework_events.finish > '2016-01-27 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 394], ["schedule_id", 974]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 394], ["schedule_id", 974], ["confirmed", "t"]]  (122.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1961]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 974 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 974 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-02 23:00:00.000000' AND social_framework_events.finish > '2016-09-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1961], ["schedule_id", 974]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1961], ["schedule_id", 974], ["confirmed", "t"]]  (114.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 975]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2206]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 975 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 975], ["created_at", "2016-04-29 16:25:03.632929"], ["updated_at", "2016-04-29 16:25:03.632929"]]  (82.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 975 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-16 07:00:00.000000' AND social_framework_events.finish > '2016-10-16 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2206], ["schedule_id", 975]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2206], ["schedule_id", 975], ["confirmed", "t"]]  (116.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1478]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 975 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 975 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-01 14:00:00.000000' AND social_framework_events.finish > '2016-04-01 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1478], ["schedule_id", 975]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1478], ["schedule_id", 975], ["confirmed", "t"]]  (132.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1604]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 975 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 975 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-11 20:00:00.000000' AND social_framework_events.finish > '2016-03-11 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1604], ["schedule_id", 975]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1604], ["schedule_id", 975], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1957]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 975 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 975 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-20 07:00:00.000000' AND social_framework_events.finish > '2016-02-20 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1957], ["schedule_id", 975]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1957], ["schedule_id", 975], ["confirmed", "t"]]  (136.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2266]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 975 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 975 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-12 19:00:00.000000' AND social_framework_events.finish > '2016-05-12 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2266], ["schedule_id", 975]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2266], ["schedule_id", 975], ["confirmed", "t"]]  (145.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 976]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 783]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 976 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 976], ["created_at", "2016-04-29 16:25:04.434509"], ["updated_at", "2016-04-29 16:25:04.434509"]]  (138.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 976 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 00:00:00.000000' AND social_framework_events.finish > '2016-09-27 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 783], ["schedule_id", 976]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 783], ["schedule_id", 976], ["confirmed", "t"]]  (146.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1983]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 976 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 976 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-14 09:00:00.000000' AND social_framework_events.finish > '2016-07-14 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1983], ["schedule_id", 976]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1983], ["schedule_id", 976], ["confirmed", "t"]]  (126.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 982]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 976 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 976 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-06 10:00:00.000000' AND social_framework_events.finish > '2016-07-06 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 982], ["schedule_id", 976]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 982], ["schedule_id", 976], ["confirmed", "t"]]  (199.1ms) commit transaction SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1364]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 976 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 976 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-11 15:00:00.000000' AND social_framework_events.finish > '2016-07-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1364], ["schedule_id", 976]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1364], ["schedule_id", 976], ["confirmed", "t"]]  (110.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2012]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 976 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 976 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 23:00:00.000000' AND social_framework_events.finish > '2016-10-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2012], ["schedule_id", 976]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2012], ["schedule_id", 976], ["confirmed", "t"]]  (215.8ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 977]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1883]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 977 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 977], ["created_at", "2016-04-29 16:25:05.428538"], ["updated_at", "2016-04-29 16:25:05.428538"]]  (279.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 977 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-21 11:00:00.000000' AND social_framework_events.finish > '2016-04-21 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1883], ["schedule_id", 977]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1883], ["schedule_id", 977], ["confirmed", "t"]]  (192.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2060]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 977 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 977 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-13 18:00:00.000000' AND social_framework_events.finish > '2016-12-13 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2060], ["schedule_id", 977]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2060], ["schedule_id", 977], ["confirmed", "t"]]  (213.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 767]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 977 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 977 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-24 19:00:00.000000' AND social_framework_events.finish > '2016-06-24 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 767], ["schedule_id", 977]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 767], ["schedule_id", 977], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1166]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 977 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 977 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-01 08:00:00.000000' AND social_framework_events.finish > '2016-08-01 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1166], ["schedule_id", 977]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1166], ["schedule_id", 977], ["confirmed", "t"]]  (190.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1770]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 977 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 977 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-21 03:00:00.000000' AND social_framework_events.finish > '2016-10-21 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1770], ["schedule_id", 977]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1770], ["schedule_id", 977], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 978]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1362]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 978 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 978], ["created_at", "2016-04-29 16:25:06.614312"], ["updated_at", "2016-04-29 16:25:06.614312"]]  (115.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 978 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-05 01:00:00.000000' AND social_framework_events.finish > '2016-03-04 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1362], ["schedule_id", 978]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1362], ["schedule_id", 978], ["confirmed", "t"]]  (137.6ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 403]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 978 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 978 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-20 05:00:00.000000' AND social_framework_events.finish > '2016-07-20 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 403], ["schedule_id", 978]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 403], ["schedule_id", 978], ["confirmed", "t"]]  (213.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 308]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 978 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 978 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-02 06:00:00.000000' AND social_framework_events.finish > '2016-11-02 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 308], ["schedule_id", 978]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 308], ["schedule_id", 978], ["confirmed", "t"]]  (102.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1369]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 978 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 978 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 12:00:00.000000' AND social_framework_events.finish > '2016-10-23 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1369], ["schedule_id", 978]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1369], ["schedule_id", 978], ["confirmed", "t"]]  (136.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1258]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 978 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 978 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-05 03:00:00.000000' AND social_framework_events.finish > '2016-12-04 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1258], ["schedule_id", 978]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1258], ["schedule_id", 978], ["confirmed", "t"]]  (159.3ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 979]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2469]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 979 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 979], ["created_at", "2016-04-29 16:25:07.528036"], ["updated_at", "2016-04-29 16:25:07.528036"]]  (92.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 979 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 00:00:00.000000' AND social_framework_events.finish > '2016-05-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2469], ["schedule_id", 979]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2469], ["schedule_id", 979], ["confirmed", "t"]]  (82.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 112]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 979 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 979 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 13:00:00.000000' AND social_framework_events.finish > '2016-12-16 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 112], ["schedule_id", 979]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 112], ["schedule_id", 979], ["confirmed", "t"]]  (124.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2033]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 979 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 979 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-11 11:00:00.000000' AND social_framework_events.finish > '2016-12-11 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2033], ["schedule_id", 979]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2033], ["schedule_id", 979], ["confirmed", "t"]]  (120.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2159]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 979 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 979 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 04:00:00.000000' AND social_framework_events.finish > '2016-05-02 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2159], ["schedule_id", 979]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2159], ["schedule_id", 979], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2213]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 979 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 979 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-19 11:00:00.000000' AND social_framework_events.finish > '2016-10-19 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2213], ["schedule_id", 979]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2213], ["schedule_id", 979], ["confirmed", "t"]]  (202.0ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 980]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 980 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 980], ["created_at", "2016-04-29 16:25:08.328983"], ["updated_at", "2016-04-29 16:25:08.328983"]]  (259.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 980 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 06:00:00.000000' AND social_framework_events.finish > '2016-10-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 525], ["schedule_id", 980]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 525], ["schedule_id", 980], ["confirmed", "t"]]  (147.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 980 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 980 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-08 04:00:00.000000' AND social_framework_events.finish > '2016-07-08 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 27], ["schedule_id", 980]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 27], ["schedule_id", 980], ["confirmed", "t"]]  (169.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 980 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 980 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-03 15:00:00.000000' AND social_framework_events.finish > '2016-03-03 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 75], ["schedule_id", 980]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 75], ["schedule_id", 980], ["confirmed", "t"]]  (114.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1497]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 980 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 980 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-22 06:00:00.000000' AND social_framework_events.finish > '2016-02-22 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1497], ["schedule_id", 980]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1497], ["schedule_id", 980], ["confirmed", "t"]]  (125.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2450]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 980 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 980 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 21:00:00.000000' AND social_framework_events.finish > '2016-12-25 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2450], ["schedule_id", 980]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2450], ["schedule_id", 980], ["confirmed", "t"]]  (122.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 981]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 793]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 981 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 981], ["created_at", "2016-04-29 16:25:09.318019"], ["updated_at", "2016-04-29 16:25:09.318019"]]  (115.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 981 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 20:00:00.000000' AND social_framework_events.finish > '2016-08-15 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 793], ["schedule_id", 981]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 793], ["schedule_id", 981], ["confirmed", "t"]]  (170.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1653]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 981 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 981 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-05 09:00:00.000000' AND social_framework_events.finish > '2016-08-05 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1653], ["schedule_id", 981]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1653], ["schedule_id", 981], ["confirmed", "t"]]  (203.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2012]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 981 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 981 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-03 23:00:00.000000' AND social_framework_events.finish > '2016-10-03 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2012], ["schedule_id", 981]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2012], ["schedule_id", 981], ["confirmed", "t"]]  (391.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1112]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 981 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 981 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 08:00:00.000000' AND social_framework_events.finish > '2016-12-16 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1112], ["schedule_id", 981]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1112], ["schedule_id", 981], ["confirmed", "t"]]  (90.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 390]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 981 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 981 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 20:00:00.000000' AND social_framework_events.finish > '2016-01-13 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 390], ["schedule_id", 981]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 390], ["schedule_id", 981], ["confirmed", "t"]]  (146.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 982]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1765]] SocialFramework::Schedule Load (0.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 982 LIMIT 1  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 982], ["created_at", "2016-04-29 16:25:10.493383"], ["updated_at", "2016-04-29 16:25:10.493383"]]  (141.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 982 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 22:00:00.000000' AND social_framework_events.finish > '2016-05-17 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1765], ["schedule_id", 982]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1765], ["schedule_id", 982], ["confirmed", "t"]]  (93.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2489]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 982 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 982 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-07 03:00:00.000000' AND social_framework_events.finish > '2016-11-07 01:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2489], ["schedule_id", 982]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2489], ["schedule_id", 982], ["confirmed", "t"]]  (190.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1594]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 982 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 982 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 14:00:00.000000' AND social_framework_events.finish > '2016-06-16 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1594], ["schedule_id", 982]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1594], ["schedule_id", 982], ["confirmed", "t"]]  (168.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 922]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 982 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 982 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-10 10:00:00.000000' AND social_framework_events.finish > '2016-07-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 922], ["schedule_id", 982]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 922], ["schedule_id", 982], ["confirmed", "t"]]  (135.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 847]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 982 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 982 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-21 17:00:00.000000' AND social_framework_events.finish > '2016-07-21 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 847], ["schedule_id", 982]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 847], ["schedule_id", 982], ["confirmed", "t"]]  (188.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 983]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1034]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 983 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 983], ["created_at", "2016-04-29 16:25:11.464375"], ["updated_at", "2016-04-29 16:25:11.464375"]]  (148.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 983 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-22 01:00:00.000000' AND social_framework_events.finish > '2016-01-21 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1034], ["schedule_id", 983]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1034], ["schedule_id", 983], ["confirmed", "t"]]  (137.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 455]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 983 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 983 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 03:00:00.000000' AND social_framework_events.finish > '2016-04-14 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 455], ["schedule_id", 983]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 455], ["schedule_id", 983], ["confirmed", "t"]]  (123.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1702]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 983 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 983 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-16 23:00:00.000000' AND social_framework_events.finish > '2016-06-16 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1702], ["schedule_id", 983]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1702], ["schedule_id", 983], ["confirmed", "t"]]  (108.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 115]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 983 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 983 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-13 09:00:00.000000' AND social_framework_events.finish > '2016-01-13 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 115], ["schedule_id", 983]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 115], ["schedule_id", 983], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 983 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 983 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 17:00:00.000000' AND social_framework_events.finish > '2016-07-03 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 38], ["schedule_id", 983]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 38], ["schedule_id", 983], ["confirmed", "t"]]  (123.8ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 984]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1860]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 984 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 984], ["created_at", "2016-04-29 16:25:12.299712"], ["updated_at", "2016-04-29 16:25:12.299712"]]  (125.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 984 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-23 05:00:00.000000' AND social_framework_events.finish > '2016-10-23 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1860], ["schedule_id", 984]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1860], ["schedule_id", 984], ["confirmed", "t"]]  (104.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 886]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 984 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 984 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-23 11:00:00.000000' AND social_framework_events.finish > '2016-02-23 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 886], ["schedule_id", 984]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 886], ["schedule_id", 984], ["confirmed", "t"]]  (103.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 670]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 984 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 984 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-25 16:00:00.000000' AND social_framework_events.finish > '2016-10-25 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 670], ["schedule_id", 984]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 670], ["schedule_id", 984], ["confirmed", "t"]]  (91.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1300]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 984 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 984 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-05 10:00:00.000000' AND social_framework_events.finish > '2016-07-05 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1300], ["schedule_id", 984]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1300], ["schedule_id", 984], ["confirmed", "t"]]  (124.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1051]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 984 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 984 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 13:00:00.000000' AND social_framework_events.finish > '2016-06-11 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1051], ["schedule_id", 984]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1051], ["schedule_id", 984], ["confirmed", "t"]]  (221.2ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 985]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2172]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 985 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 985], ["created_at", "2016-04-29 16:25:13.122459"], ["updated_at", "2016-04-29 16:25:13.122459"]]  (271.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 985 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 10:00:00.000000' AND social_framework_events.finish > '2016-01-10 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2172], ["schedule_id", 985]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2172], ["schedule_id", 985], ["confirmed", "t"]]  (302.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1461]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 985 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 985 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-08 21:00:00.000000' AND social_framework_events.finish > '2016-05-08 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1461], ["schedule_id", 985]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1461], ["schedule_id", 985], ["confirmed", "t"]]  (167.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 744]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 985 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 985 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-02 10:00:00.000000' AND social_framework_events.finish > '2016-12-02 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 744], ["schedule_id", 985]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 744], ["schedule_id", 985], ["confirmed", "t"]]  (157.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 490]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 985 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 985 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-25 01:00:00.000000' AND social_framework_events.finish > '2016-12-25 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 490], ["schedule_id", 985]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 490], ["schedule_id", 985], ["confirmed", "t"]]  (146.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1446]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 985 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 985 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-28 20:00:00.000000' AND social_framework_events.finish > '2016-10-28 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1446], ["schedule_id", 985]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1446], ["schedule_id", 985], ["confirmed", "t"]]  (312.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 986]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 986 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 986], ["created_at", "2016-04-29 16:25:14.533487"], ["updated_at", "2016-04-29 16:25:14.533487"]]  (137.5ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 986 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-16 12:00:00.000000' AND social_framework_events.finish > '2016-12-16 10:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 580], ["schedule_id", 986]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 580], ["schedule_id", 986], ["confirmed", "t"]]  (135.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 986 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 986 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-21 21:00:00.000000' AND social_framework_events.finish > '2016-01-21 18:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 555], ["schedule_id", 986]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 555], ["schedule_id", 986], ["confirmed", "t"]]  (111.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 223]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 986 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 986 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 12:00:00.000000' AND social_framework_events.finish > '2016-05-13 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 223], ["schedule_id", 986]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 223], ["schedule_id", 986], ["confirmed", "t"]]  (90.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1507]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 986 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 986 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-16 03:00:00.000000' AND social_framework_events.finish > '2016-03-15 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1507], ["schedule_id", 986]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1507], ["schedule_id", 986], ["confirmed", "t"]]  (114.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 986 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 986 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-02 06:00:00.000000' AND social_framework_events.finish > '2016-05-02 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 192], ["schedule_id", 986]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 192], ["schedule_id", 986], ["confirmed", "t"]]  (158.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 987]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2042]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 987 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 987], ["created_at", "2016-04-29 16:25:15.336061"], ["updated_at", "2016-04-29 16:25:15.336061"]]  (137.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 987 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 13:00:00.000000' AND social_framework_events.finish > '2016-05-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2042], ["schedule_id", 987]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2042], ["schedule_id", 987], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 489]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 987 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 987 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-17 08:00:00.000000' AND social_framework_events.finish > '2016-03-17 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 489], ["schedule_id", 987]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 489], ["schedule_id", 987], ["confirmed", "t"]]  (179.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 608]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 987 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 987 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-28 17:00:00.000000' AND social_framework_events.finish > '2016-01-28 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 608], ["schedule_id", 987]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 608], ["schedule_id", 987], ["confirmed", "t"]]  (280.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1942]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 987 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 987 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-14 08:00:00.000000' AND social_framework_events.finish > '2016-09-14 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1942], ["schedule_id", 987]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1942], ["schedule_id", 987], ["confirmed", "t"]]  (136.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 812]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 987 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 987 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 08:00:00.000000' AND social_framework_events.finish > '2016-01-27 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 812], ["schedule_id", 987]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 812], ["schedule_id", 987], ["confirmed", "t"]]  (155.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 988]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 603]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 988 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 988], ["created_at", "2016-04-29 16:25:16.402597"], ["updated_at", "2016-04-29 16:25:16.402597"]]  (183.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 988 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-28 12:00:00.000000' AND social_framework_events.finish > '2016-11-28 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 603], ["schedule_id", 988]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 603], ["schedule_id", 988], ["confirmed", "t"]]  (115.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2415]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 988 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 988 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-03 02:00:00.000000' AND social_framework_events.finish > '2016-01-02 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2415], ["schedule_id", 988]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2415], ["schedule_id", 988], ["confirmed", "t"]]  (144.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1010]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 988 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 988 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-22 01:00:00.000000' AND social_framework_events.finish > '2016-10-21 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1010], ["schedule_id", 988]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1010], ["schedule_id", 988], ["confirmed", "t"]]  (155.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2446]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 988 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 988 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 08:00:00.000000' AND social_framework_events.finish > '2016-02-21 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2446], ["schedule_id", 988]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2446], ["schedule_id", 988], ["confirmed", "t"]]  (87.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2464]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 988 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 988 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 10:00:00.000000' AND social_framework_events.finish > '2016-01-25 08:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2464], ["schedule_id", 988]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2464], ["schedule_id", 988], ["confirmed", "t"]]  (88.5ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 989]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1257]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 989 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 989], ["created_at", "2016-04-29 16:25:17.238497"], ["updated_at", "2016-04-29 16:25:17.238497"]]  (112.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 989 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-02 18:00:00.000000' AND social_framework_events.finish > '2016-10-02 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1257], ["schedule_id", 989]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1257], ["schedule_id", 989], ["confirmed", "t"]]  (104.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 654]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 989 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 989 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-21 04:00:00.000000' AND social_framework_events.finish > '2016-02-21 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 654], ["schedule_id", 989]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 654], ["schedule_id", 989], ["confirmed", "t"]]  (100.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1320]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 989 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 989 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-08 12:00:00.000000' AND social_framework_events.finish > '2016-12-08 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1320], ["schedule_id", 989]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1320], ["schedule_id", 989], ["confirmed", "t"]]  (102.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 989 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 989 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-16 21:00:00.000000' AND social_framework_events.finish > '2016-09-16 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 22], ["schedule_id", 989]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 22], ["schedule_id", 989], ["confirmed", "t"]]  (291.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 976]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 989 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 989 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-09 20:00:00.000000' AND social_framework_events.finish > '2016-08-09 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 976], ["schedule_id", 989]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 976], ["schedule_id", 989], ["confirmed", "t"]]  (224.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 990]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 884]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 990 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 990], ["created_at", "2016-04-29 16:25:18.227630"], ["updated_at", "2016-04-29 16:25:18.227630"]]  (281.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 990 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-27 13:00:00.000000' AND social_framework_events.finish > '2016-12-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 884], ["schedule_id", 990]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 884], ["schedule_id", 990], ["confirmed", "t"]]  (149.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 640]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 990 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 990 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-09 01:00:00.000000' AND social_framework_events.finish > '2016-01-08 22:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 640], ["schedule_id", 990]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 640], ["schedule_id", 990], ["confirmed", "t"]]  (123.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 471]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 990 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 990 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-27 10:00:00.000000' AND social_framework_events.finish > '2016-10-27 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 471], ["schedule_id", 990]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 471], ["schedule_id", 990], ["confirmed", "t"]]  (124.9ms) commit transaction SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 990 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 990 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-28 17:00:00.000000' AND social_framework_events.finish > '2016-09-28 13:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 561], ["schedule_id", 990]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 561], ["schedule_id", 990], ["confirmed", "t"]]  (111.1ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 850]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 990 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 990 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-16 20:00:00.000000' AND social_framework_events.finish > '2016-11-16 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 850], ["schedule_id", 990]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 850], ["schedule_id", 990], ["confirmed", "t"]]  (122.7ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 991]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1225]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 991 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 991], ["created_at", "2016-04-29 16:25:19.194966"], ["updated_at", "2016-04-29 16:25:19.194966"]]  (104.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 991 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-02 06:00:00.000000' AND social_framework_events.finish > '2016-01-02 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1225], ["schedule_id", 991]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1225], ["schedule_id", 991], ["confirmed", "t"]]  (131.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 991 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 991 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-01 07:00:00.000000' AND social_framework_events.finish > '2016-09-01 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 535], ["schedule_id", 991]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 535], ["schedule_id", 991], ["confirmed", "t"]]  (108.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1039]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 991 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 991 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-25 04:00:00.000000' AND social_framework_events.finish > '2016-01-25 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1039], ["schedule_id", 991]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1039], ["schedule_id", 991], ["confirmed", "t"]]  (123.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2412]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 991 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 991 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 13:00:00.000000' AND social_framework_events.finish > '2016-09-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2412], ["schedule_id", 991]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2412], ["schedule_id", 991], ["confirmed", "t"]]  (125.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2373]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 991 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 991 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-08 22:00:00.000000' AND social_framework_events.finish > '2016-06-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2373], ["schedule_id", 991]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2373], ["schedule_id", 991], ["confirmed", "t"]]  (92.4ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 992]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 698]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 992 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 992], ["created_at", "2016-04-29 16:25:19.930564"], ["updated_at", "2016-04-29 16:25:19.930564"]]  (93.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 992 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-23 07:00:00.000000' AND social_framework_events.finish > '2016-12-23 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 698], ["schedule_id", 992]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 698], ["schedule_id", 992], ["confirmed", "t"]]  (103.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 916]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 992 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 992 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-11 01:00:00.000000' AND social_framework_events.finish > '2016-08-11 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 916], ["schedule_id", 992]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 916], ["schedule_id", 992], ["confirmed", "t"]]  (143.3ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 769]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 992 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 992 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-10 09:00:00.000000' AND social_framework_events.finish > '2016-01-10 05:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 769], ["schedule_id", 992]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 769], ["schedule_id", 992], ["confirmed", "t"]]  (734.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2469]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 992 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 992 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-17 00:00:00.000000' AND social_framework_events.finish > '2016-05-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2469], ["schedule_id", 992]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2469], ["schedule_id", 992], ["confirmed", "t"]]  (227.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1270]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 992 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 992 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 10:00:00.000000' AND social_framework_events.finish > '2016-01-27 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1270], ["schedule_id", 992]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1270], ["schedule_id", 992], ["confirmed", "t"]]  (363.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 993]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1127]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 993 LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 993], ["created_at", "2016-04-29 16:25:21.651072"], ["updated_at", "2016-04-29 16:25:21.651072"]]  (202.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 993 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 10:00:00.000000' AND social_framework_events.finish > '2016-05-19 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1127], ["schedule_id", 993]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1127], ["schedule_id", 993], ["confirmed", "t"]]  (114.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 993 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 993 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-12-17 16:00:00.000000' AND social_framework_events.finish > '2016-12-17 15:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 34], ["schedule_id", 993]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 34], ["schedule_id", 993], ["confirmed", "t"]]  (113.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1248]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 993 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 993 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-27 20:00:00.000000' AND social_framework_events.finish > '2016-04-27 17:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1248], ["schedule_id", 993]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1248], ["schedule_id", 993], ["confirmed", "t"]]  (90.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 993 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 993 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-08 23:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1553], ["schedule_id", 993]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1553], ["schedule_id", 993], ["confirmed", "t"]]  (114.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2157]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 993 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 993 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-14 22:00:00.000000' AND social_framework_events.finish > '2016-08-14 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2157], ["schedule_id", 993]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2157], ["schedule_id", 993], ["confirmed", "t"]]  (180.4ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 994]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2305]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 994 LIMIT 1  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 994], ["created_at", "2016-04-29 16:25:22.517521"], ["updated_at", "2016-04-29 16:25:22.517521"]]  (126.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 994 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-19 21:00:00.000000' AND social_framework_events.finish > '2016-01-19 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2305], ["schedule_id", 994]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2305], ["schedule_id", 994], ["confirmed", "t"]]  (170.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1504]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 994 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 994 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-04 22:00:00.000000' AND social_framework_events.finish > '2016-08-04 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1504], ["schedule_id", 994]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1504], ["schedule_id", 994], ["confirmed", "t"]]  (168.7ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2333]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 994 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 994 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-11 15:00:00.000000' AND social_framework_events.finish > '2016-06-11 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2333], ["schedule_id", 994]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2333], ["schedule_id", 994], ["confirmed", "t"]]  (145.7ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 994 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 994 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-08-15 10:00:00.000000' AND social_framework_events.finish > '2016-08-15 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 516], ["schedule_id", 994]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 516], ["schedule_id", 994], ["confirmed", "t"]]  (99.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1179]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 994 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 994 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-09 12:00:00.000000' AND social_framework_events.finish > '2016-04-09 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1179], ["schedule_id", 994]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1179], ["schedule_id", 994], ["confirmed", "t"]]  (120.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 995]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1285]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 995 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 995], ["created_at", "2016-04-29 16:25:23.408234"], ["updated_at", "2016-04-29 16:25:23.408234"]]  (104.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 995 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-25 06:00:00.000000' AND social_framework_events.finish > '2016-03-25 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1285], ["schedule_id", 995]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1285], ["schedule_id", 995], ["confirmed", "t"]]  (115.1ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 739]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 995 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 995 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-05 03:00:00.000000' AND social_framework_events.finish > '2016-05-05 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 739], ["schedule_id", 995]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 739], ["schedule_id", 995], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 731]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 995 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 995 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-01 21:00:00.000000' AND social_framework_events.finish > '2016-02-01 20:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 731], ["schedule_id", 995]]  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 731], ["schedule_id", 995], ["confirmed", "t"]]  (119.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1817]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 995 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 995 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 03:00:00.000000' AND social_framework_events.finish > '2016-02-06 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1817], ["schedule_id", 995]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1817], ["schedule_id", 995], ["confirmed", "t"]]  (124.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1072]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 995 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 995 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-03 22:00:00.000000' AND social_framework_events.finish > '2016-07-03 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1072], ["schedule_id", 995]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1072], ["schedule_id", 995], ["confirmed", "t"]]  (123.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 996]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2412]] SocialFramework::Schedule Load (0.7ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 996 LIMIT 1  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 996], ["created_at", "2016-04-29 16:25:24.180719"], ["updated_at", "2016-04-29 16:25:24.180719"]]  (110.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 996 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-10 13:00:00.000000' AND social_framework_events.finish > '2016-09-10 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2412], ["schedule_id", 996]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2412], ["schedule_id", 996], ["confirmed", "t"]]  (113.5ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 709]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 996 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 996 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 16:00:00.000000' AND social_framework_events.finish > '2016-10-20 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 709], ["schedule_id", 996]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 709], ["schedule_id", 996], ["confirmed", "t"]]  (107.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 117]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 996 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 996 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-24 01:00:00.000000' AND social_framework_events.finish > '2016-10-23 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 117], ["schedule_id", 996]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 117], ["schedule_id", 996], ["confirmed", "t"]]  (124.2ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 996 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 996 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-06 15:00:00.000000' AND social_framework_events.finish > '2016-06-06 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 517], ["schedule_id", 996]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 517], ["schedule_id", 996], ["confirmed", "t"]]  (97.8ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 996 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 996 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-17 08:00:00.000000' AND social_framework_events.finish > '2016-06-17 07:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 32], ["schedule_id", 996]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 32], ["schedule_id", 996], ["confirmed", "t"]]  (367.6ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 997]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1385]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 997 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 997], ["created_at", "2016-04-29 16:25:25.165275"], ["updated_at", "2016-04-29 16:25:25.165275"]]  (104.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 997 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-07-07 06:00:00.000000' AND social_framework_events.finish > '2016-07-07 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1385], ["schedule_id", 997]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1385], ["schedule_id", 997], ["confirmed", "t"]]  (134.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1821]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 997 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 997 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-03-06 04:00:00.000000' AND social_framework_events.finish > '2016-03-06 02:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1821], ["schedule_id", 997]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1821], ["schedule_id", 997], ["confirmed", "t"]]  (168.4ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1074]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 997 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 997 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-17 01:00:00.000000' AND social_framework_events.finish > '2016-09-16 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1074], ["schedule_id", 997]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1074], ["schedule_id", 997], ["confirmed", "t"]]  (256.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 715]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 997 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 997 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-01-27 14:00:00.000000' AND social_framework_events.finish > '2016-01-27 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 715], ["schedule_id", 997]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 715], ["schedule_id", 997], ["confirmed", "t"]]  (223.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1543]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 997 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 997 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-13 03:00:00.000000' AND social_framework_events.finish > '2016-05-12 23:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1543], ["schedule_id", 997]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1543], ["schedule_id", 997], ["confirmed", "t"]]  (146.0ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 998]] SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2042]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 998 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 998], ["created_at", "2016-04-29 16:25:26.256028"], ["updated_at", "2016-04-29 16:25:26.256028"]]  (115.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 998 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-19 13:00:00.000000' AND social_framework_events.finish > '2016-05-19 09:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2042], ["schedule_id", 998]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2042], ["schedule_id", 998], ["confirmed", "t"]]  (124.0ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 973]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 998 LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 998 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-03 19:00:00.000000' AND social_framework_events.finish > '2016-06-03 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 973], ["schedule_id", 998]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 973], ["schedule_id", 998], ["confirmed", "t"]]  (100.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1889]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 998 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 998 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-15 06:00:00.000000' AND social_framework_events.finish > '2016-04-15 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1889], ["schedule_id", 998]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1889], ["schedule_id", 998], ["confirmed", "t"]]  (89.3ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 444]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 998 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 998 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-09 01:00:00.000000' AND social_framework_events.finish > '2016-09-08 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 444], ["schedule_id", 998]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 444], ["schedule_id", 998], ["confirmed", "t"]]  (90.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 718]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 998 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 998 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-18 23:00:00.000000' AND social_framework_events.finish > '2016-10-18 21:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 718], ["schedule_id", 998]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 718], ["schedule_id", 998], ["confirmed", "t"]]  (157.2ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 999]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 999 LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 999], ["created_at", "2016-04-29 16:25:26.991006"], ["updated_at", "2016-04-29 16:25:26.991006"]]  (200.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 999 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-11-12 01:00:00.000000' AND social_framework_events.finish > '2016-11-12 00:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 66], ["schedule_id", 999]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 66], ["schedule_id", 999], ["confirmed", "t"]]  (148.6ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2120]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 999 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 999 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-10-20 17:00:00.000000' AND social_framework_events.finish > '2016-10-20 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2120], ["schedule_id", 999]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2120], ["schedule_id", 999], ["confirmed", "t"]]  (145.9ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2147]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 999 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 999 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-02-07 17:00:00.000000' AND social_framework_events.finish > '2016-02-07 16:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2147], ["schedule_id", 999]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2147], ["schedule_id", 999], ["confirmed", "t"]]  (121.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1763]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 999 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 999 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-27 05:00:00.000000' AND social_framework_events.finish > '2016-09-27 04:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1763], ["schedule_id", 999]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1763], ["schedule_id", 999], ["confirmed", "t"]]  (179.9ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1305]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 999 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 999 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-09-06 05:00:00.000000' AND social_framework_events.finish > '2016-09-06 03:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1305], ["schedule_id", 999]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1305], ["schedule_id", 999], ["confirmed", "t"]]  (201.9ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1000]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1461]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1000 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1000], ["created_at", "2016-04-29 16:25:28.045755"], ["updated_at", "2016-04-29 16:25:28.045755"]]  (93.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1000 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-08 21:00:00.000000' AND social_framework_events.finish > '2016-05-08 19:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1461], ["schedule_id", 1000]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1461], ["schedule_id", 1000], ["confirmed", "t"]]  (183.0ms) commit transaction SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 657]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1000 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1000 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-09 14:00:00.000000' AND social_framework_events.finish > '2016-05-09 12:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 657], ["schedule_id", 1000]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 657], ["schedule_id", 1000], ["confirmed", "t"]]  (146.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1892]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1000 LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1000 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-04 13:00:00.000000' AND social_framework_events.finish > '2016-06-04 11:00:00.000000') SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1892], ["schedule_id", 1000]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 1892], ["schedule_id", 1000], ["confirmed", "t"]]  (125.2ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 986]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1000 LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1000 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-04-20 10:00:00.000000' AND social_framework_events.finish > '2016-04-20 06:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 986], ["schedule_id", 1000]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 986], ["schedule_id", 1000], ["confirmed", "t"]]  (133.5ms) commit transaction SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2365]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1000 LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1000 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 17:00:00.000000' AND social_framework_events.finish > '2016-05-26 14:00:00.000000') SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 2365], ["schedule_id", 1000]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed") VALUES (?, ?, ?) [["event_id", 2365], ["schedule_id", 1000], ["confirmed", "t"]]  (110.1ms) commit transaction SocialFramework::User Load (7.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (49.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (4.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Edge Load (49.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 500 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 500 OR destiny_id = 500))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Edge Load (47.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 501 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 501 OR destiny_id = 501))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 502 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 502 OR destiny_id = 502))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 503 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 503 OR destiny_id = 503))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Edge Load (49.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 504 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 504 OR destiny_id = 504))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 505 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 505 OR destiny_id = 505))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Edge Load (48.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 506 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 506 OR destiny_id = 506))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 507 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 507 OR destiny_id = 507))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Edge Load (49.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 508 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 508 OR destiny_id = 508))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Edge Load (48.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 509 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 509 OR destiny_id = 509))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Edge Load (47.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 510 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 510 OR destiny_id = 510))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Edge Load (48.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 511 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 511 OR destiny_id = 511))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 512 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 512 OR destiny_id = 512))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Edge Load (49.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 513 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 513 OR destiny_id = 513))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 514 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 514 OR destiny_id = 514))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 515 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 515 OR destiny_id = 515))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 516 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 516 OR destiny_id = 516))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 517 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 517 OR destiny_id = 517))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Edge Load (48.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 518 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 518 OR destiny_id = 518))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 519 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 519 OR destiny_id = 519))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Edge Load (48.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 520 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 520 OR destiny_id = 520))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1 SocialFramework::Event Load (7.7ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 521 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 521 OR destiny_id = 521))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Edge Load (48.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 522 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 522 OR destiny_id = 522))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 523 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 523 OR destiny_id = 523))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Edge Load (49.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 524 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 524 OR destiny_id = 524))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (7.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 525 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 525 OR destiny_id = 525))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 526 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 526 OR destiny_id = 526))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 527 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 527 OR destiny_id = 527))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (7.9ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Edge Load (50.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 528 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 528 OR destiny_id = 528))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Edge Load (49.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 529 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 529 OR destiny_id = 529))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 530 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 530 OR destiny_id = 530))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Edge Load (50.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 531 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 531 OR destiny_id = 531))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Edge Load (51.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 532 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 532 OR destiny_id = 532))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (1.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Edge Load (50.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 533 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 533 OR destiny_id = 533))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.6ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.9ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Edge Load (49.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 534 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 534 OR destiny_id = 534))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 535 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 535 OR destiny_id = 535))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 536 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 536 OR destiny_id = 536))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 537 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 537 OR destiny_id = 537))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 538 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 538 OR destiny_id = 538))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 539 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 539 OR destiny_id = 539))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Edge Load (49.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 540 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 540 OR destiny_id = 540))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 541 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 541 OR destiny_id = 541))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Edge Load (50.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 542 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 542 OR destiny_id = 542))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 543 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 543 OR destiny_id = 543))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Edge Load (47.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 544 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 544 OR destiny_id = 544))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 545 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 545 OR destiny_id = 545))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 546 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 546 OR destiny_id = 546))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Edge Load (48.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 547 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 547 OR destiny_id = 547))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 548 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 548 OR destiny_id = 548))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 549 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 549 OR destiny_id = 549))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 550 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 550 OR destiny_id = 550))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 551 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 551 OR destiny_id = 551))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 552 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 552 OR destiny_id = 552))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 553 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 553 OR destiny_id = 553))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 554 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 554 OR destiny_id = 554))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 555 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 555 OR destiny_id = 555))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Edge Load (49.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 556 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 556 OR destiny_id = 556))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 557 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 557 OR destiny_id = 557))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 558 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 558 OR destiny_id = 558))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Edge Load (47.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 559 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 559 OR destiny_id = 559))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 560 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 560 OR destiny_id = 560))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 561 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 561 OR destiny_id = 561))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 562 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 562 OR destiny_id = 562))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 563 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 563 OR destiny_id = 563))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Edge Load (48.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 564 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 564 OR destiny_id = 564))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Edge Load (48.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 565 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 565 OR destiny_id = 565))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Edge Load (58.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 566 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 566 OR destiny_id = 566))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Edge Load (49.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 567 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 567 OR destiny_id = 567))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 568 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 568 OR destiny_id = 568))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Edge Load (50.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 569 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 569 OR destiny_id = 569))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Edge Load (50.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 570 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 570 OR destiny_id = 570))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 571 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 571 OR destiny_id = 571))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 572 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 572 OR destiny_id = 572))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 573 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 573 OR destiny_id = 573))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 574 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 574 OR destiny_id = 574))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 575 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 575 OR destiny_id = 575))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Edge Load (50.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 576 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 576 OR destiny_id = 576))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Edge Load (47.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 577 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 577 OR destiny_id = 577))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 578 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 578 OR destiny_id = 578))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1 SocialFramework::Event Load (0.7ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 579 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 579 OR destiny_id = 579))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Edge Load (50.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 580 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 580 OR destiny_id = 580))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Edge Load (49.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 581 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 581 OR destiny_id = 581))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 582 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 582 OR destiny_id = 582))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Edge Load (50.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 583 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 583 OR destiny_id = 583))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 584 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 584 OR destiny_id = 584))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 585 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 585 OR destiny_id = 585))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 586 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 586 OR destiny_id = 586))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 587 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 587 OR destiny_id = 587))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Edge Load (51.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 588 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 588 OR destiny_id = 588))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 589 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 589 OR destiny_id = 589))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 590 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 590 OR destiny_id = 590))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 591 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 591 OR destiny_id = 591))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Edge Load (50.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 592 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 592 OR destiny_id = 592))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Edge Load (49.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 593 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 593 OR destiny_id = 593))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Edge Load (50.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 594 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 594 OR destiny_id = 594))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 595 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 595 OR destiny_id = 595))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 596 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 596 OR destiny_id = 596))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 597 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 597 OR destiny_id = 597))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Edge Load (50.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 598 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 598 OR destiny_id = 598))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (1.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 599 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 599 OR destiny_id = 599))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Edge Load (52.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 600 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 600 OR destiny_id = 600))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 100]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 101]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 102]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 103]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 104]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 105]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 106]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 107]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 108]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 109]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 110]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 111]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 112]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 113]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 114]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 115]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 116]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 117]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 118]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 120]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 121]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 122]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 124]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 126]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 127]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 128]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 129]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 131]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 132]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 133]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 134]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 136]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 137]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 138]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 140]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 141]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 142]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 145]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 146]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 147]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 148]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 150]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 151]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 152]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 153]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 154]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 156]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 157]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 158]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 159]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 160]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 161]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 163]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 165]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 166]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 167]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 168]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 169]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 170]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 171]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 172]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 173]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 175]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 176]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 177]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 179]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 180]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 181]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 182]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 183]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 185]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 186]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 187]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 188]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 189]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 190]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 191]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 193]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 194]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 195]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 196]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 197]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 198]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 199]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (50.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] [1mSocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 500 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 500 OR destiny_id = 500))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 501 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 501 OR destiny_id = 501))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 502 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 502 OR destiny_id = 502))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 503 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 503 OR destiny_id = 503))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1 SocialFramework::Event Load (0.7ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Edge Load (49.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 504 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 504 OR destiny_id = 504))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 505 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 505 OR destiny_id = 505))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1 SocialFramework::Event Load (0.7ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Edge Load (65.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 506 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 506 OR destiny_id = 506))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1 SocialFramework::Event Load (0.9ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 507 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 507 OR destiny_id = 507))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 508 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 508 OR destiny_id = 508))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 509 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 509 OR destiny_id = 509))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 510 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 510 OR destiny_id = 510))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Edge Load (47.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 511 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 511 OR destiny_id = 511))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 512 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 512 OR destiny_id = 512))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Edge Load (49.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 513 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 513 OR destiny_id = 513))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 514 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 514 OR destiny_id = 514))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 515 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 515 OR destiny_id = 515))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Edge Load (48.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 516 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 516 OR destiny_id = 516))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (8.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Edge Load (48.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 517 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 517 OR destiny_id = 517))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 518 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 518 OR destiny_id = 518))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 519 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 519 OR destiny_id = 519))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Edge Load (47.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 520 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 520 OR destiny_id = 520))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 521 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 521 OR destiny_id = 521))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 522 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 522 OR destiny_id = 522))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 523 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 523 OR destiny_id = 523))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 524 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 524 OR destiny_id = 524))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 525 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 525 OR destiny_id = 525))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 526 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 526 OR destiny_id = 526))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Edge Load (50.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 527 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 527 OR destiny_id = 527))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Edge Load (49.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 528 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 528 OR destiny_id = 528))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 529 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 529 OR destiny_id = 529))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 530 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 530 OR destiny_id = 530))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (1.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Edge Load (49.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 531 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 531 OR destiny_id = 531))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.9ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 532 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 532 OR destiny_id = 532))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (18.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 533 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 533 OR destiny_id = 533))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Edge Load (48.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 534 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 534 OR destiny_id = 534))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Edge Load (47.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 535 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 535 OR destiny_id = 535))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 536 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 536 OR destiny_id = 536))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 537 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 537 OR destiny_id = 537))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 538 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 538 OR destiny_id = 538))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Edge Load (49.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 539 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 539 OR destiny_id = 539))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 540 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 540 OR destiny_id = 540))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 541 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 541 OR destiny_id = 541))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Edge Load (47.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 542 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 542 OR destiny_id = 542))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 543 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 543 OR destiny_id = 543))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 544 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 544 OR destiny_id = 544))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 545 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 545 OR destiny_id = 545))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Edge Load (50.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 546 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 546 OR destiny_id = 546))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 547 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 547 OR destiny_id = 547))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Edge Load (48.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 548 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 548 OR destiny_id = 548))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Edge Load (48.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 549 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 549 OR destiny_id = 549))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 550 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 550 OR destiny_id = 550))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Edge Load (53.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 551 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 551 OR destiny_id = 551))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1 SocialFramework::Event Load (0.7ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Edge Load (56.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 552 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 552 OR destiny_id = 552))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1 SocialFramework::Event Load (0.6ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Edge Load (61.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 553 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 553 OR destiny_id = 553))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 554 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 554 OR destiny_id = 554))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Edge Load (47.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 555 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 555 OR destiny_id = 555))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 556 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 556 OR destiny_id = 556))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 557 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 557 OR destiny_id = 557))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 558 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 558 OR destiny_id = 558))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 559 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 559 OR destiny_id = 559))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Edge Load (48.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 560 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 560 OR destiny_id = 560))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Edge Load (48.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 561 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 561 OR destiny_id = 561))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Edge Load (48.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 562 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 562 OR destiny_id = 562))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Edge Load (49.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 563 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 563 OR destiny_id = 563))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 564 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 564 OR destiny_id = 564))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 565 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 565 OR destiny_id = 565))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Edge Load (50.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 566 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 566 OR destiny_id = 566))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 567 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 567 OR destiny_id = 567))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 568 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 568 OR destiny_id = 568))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Edge Load (50.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 569 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 569 OR destiny_id = 569))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Edge Load (50.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 570 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 570 OR destiny_id = 570))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 571 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 571 OR destiny_id = 571))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 572 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 572 OR destiny_id = 572))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Edge Load (47.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 573 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 573 OR destiny_id = 573))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Edge Load (48.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 574 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 574 OR destiny_id = 574))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 575 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 575 OR destiny_id = 575))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Edge Load (46.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 576 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 576 OR destiny_id = 576))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 577 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 577 OR destiny_id = 577))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Edge Load (50.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 578 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 578 OR destiny_id = 578))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 579 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 579 OR destiny_id = 579))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Edge Load (48.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 580 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 580 OR destiny_id = 580))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Edge Load (49.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 581 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 581 OR destiny_id = 581))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Edge Load (50.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 582 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 582 OR destiny_id = 582))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 583 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 583 OR destiny_id = 583))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Edge Load (51.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 584 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 584 OR destiny_id = 584))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Edge Load (49.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 585 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 585 OR destiny_id = 585))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Edge Load (50.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 586 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 586 OR destiny_id = 586))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Edge Load (49.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 587 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 587 OR destiny_id = 587))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Edge Load (48.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 588 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 588 OR destiny_id = 588))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Edge Load (50.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 589 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 589 OR destiny_id = 589))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1 SocialFramework::Event Load (0.6ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 590 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 590 OR destiny_id = 590))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Edge Load (48.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 591 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 591 OR destiny_id = 591))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Edge Load (50.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 592 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 592 OR destiny_id = 592))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Edge Load (47.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 593 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 593 OR destiny_id = 593))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Edge Load (48.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 594 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 594 OR destiny_id = 594))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Edge Load (48.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 595 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 595 OR destiny_id = 595))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Edge Load (49.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 596 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 596 OR destiny_id = 596))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 597 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 597 OR destiny_id = 597))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Edge Load (48.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 598 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 598 OR destiny_id = 598))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Edge Load (50.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 599 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 599 OR destiny_id = 599))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Edge Load (50.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 600 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 600 OR destiny_id = 600))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 100]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 101]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 102]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 103]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 104]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 105]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 106]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 107]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 108]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 109]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 110]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 111]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 112]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 113]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 114]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 115]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 116]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 117]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 118]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 120]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 121]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 122]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 124]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 126]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 127]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 128]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 129]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 131]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 132]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 133]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 134]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 136]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 137]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 138]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 140]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 141]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 142]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 145]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 146]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 147]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 148]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 150]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 151]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 152]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 153]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 154]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 156]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 157]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 158]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 159]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 160]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 161]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 163]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 165]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 166]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 167]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 168]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 169]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 170]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 171]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 172]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 173]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 175]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 176]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 177]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 179]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 180]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 181]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 182]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 183]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 185]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 186]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 187]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 188]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 189]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 190]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 191]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 193]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 194]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 195]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 196]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 197]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 198]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 199]] The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 1)) SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 1) AND particular = 'f') SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2000]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 2000)) SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 2000) AND particular = 'f') The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute title The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The user haven't the attribute username The user haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (26.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Edge Load (21.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 500 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 500 OR destiny_id = 500))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 500]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 500 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 500 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 501 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 501 OR destiny_id = 501))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 501]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 501 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 501 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Edge Load (21.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 502 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 502 OR destiny_id = 502))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 502]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 502 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 502 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Edge Load (20.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 503 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 503 OR destiny_id = 503))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (6.8ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 503]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 503 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 503 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Edge Load (25.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 504 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 504 OR destiny_id = 504))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 504]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 504 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 504 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Edge Load (24.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 505 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 505 OR destiny_id = 505))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 505]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 505 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 505 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 506 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 506 OR destiny_id = 506))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 506]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 506 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 506 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Edge Load (22.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 507 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 507 OR destiny_id = 507))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 507]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 507 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 507 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Edge Load (20.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 508 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 508 OR destiny_id = 508))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 508]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 508 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 508 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Edge Load (21.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 509 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 509 OR destiny_id = 509))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 509]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 509 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 509 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Edge Load (21.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 510 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 510 OR destiny_id = 510))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 510]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 510 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 510 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Edge Load (20.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 511 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 511 OR destiny_id = 511))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 511]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 511 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 511 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Edge Load (21.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 512 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 512 OR destiny_id = 512))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 512]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 512 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 512 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Edge Load (21.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 513 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 513 OR destiny_id = 513))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 513]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 513 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 513 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 514 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 514 OR destiny_id = 514))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 514]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 514 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 514 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Edge Load (22.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 515 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 515 OR destiny_id = 515))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 515]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 515 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 515 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Edge Load (22.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 516 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 516 OR destiny_id = 516))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 516]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 516 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 516 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Edge Load (22.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 517 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 517 OR destiny_id = 517))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 517]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 517 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 517 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Edge Load (21.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 518 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 518 OR destiny_id = 518))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 518]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 518 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 518 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Edge Load (21.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 519 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 519 OR destiny_id = 519))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 519]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 519 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 519 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Edge Load (21.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 520 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 520 OR destiny_id = 520))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 520]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 520 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 520 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 521 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 521 OR destiny_id = 521))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 521]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 521 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 521 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Edge Load (21.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 522 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 522 OR destiny_id = 522))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 522]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 522 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 522 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Edge Load (22.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 523 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 523 OR destiny_id = 523))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 523]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 523 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 523 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 524 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 524 OR destiny_id = 524))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 524]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 524 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 524 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Edge Load (21.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 525 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 525 OR destiny_id = 525))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 525]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 525 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 525 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Edge Load (20.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 526 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 526 OR destiny_id = 526))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 526]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 526 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 526 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 527 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 527 OR destiny_id = 527))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 527]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 527 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 527 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Edge Load (22.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 528 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 528 OR destiny_id = 528))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 528]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 528 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 528 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Edge Load (22.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 529 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 529 OR destiny_id = 529))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 529]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 529 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 529 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Edge Load (21.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 530 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 530 OR destiny_id = 530))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 530]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 530 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 530 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Edge Load (21.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 531 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 531 OR destiny_id = 531))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 531]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 531 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 531 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Edge Load (21.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 532 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 532 OR destiny_id = 532))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 532]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 532 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 532 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Edge Load (21.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 533 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 533 OR destiny_id = 533))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 533]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 533 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 533 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 534 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 534 OR destiny_id = 534))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 534]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 534 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 534 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Edge Load (22.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 535 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 535 OR destiny_id = 535))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 535]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 535 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 535 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 536 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 536 OR destiny_id = 536))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 536]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 536 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 536 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 537 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 537 OR destiny_id = 537))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 537]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 537 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 537 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Edge Load (22.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 538 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 538 OR destiny_id = 538))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 538]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 538 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 538 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Edge Load (21.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 539 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 539 OR destiny_id = 539))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 539]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 539 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 539 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 540 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 540 OR destiny_id = 540))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 540]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 540 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 540 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 541 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 541 OR destiny_id = 541))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 541]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 541 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 541 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 542 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 542 OR destiny_id = 542))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 542]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 542 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 542 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Edge Load (22.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 543 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 543 OR destiny_id = 543))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 543]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 543 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 543 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Edge Load (21.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 544 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 544 OR destiny_id = 544))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 544]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 544 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 544 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 545 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 545 OR destiny_id = 545))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 545]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 545 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 545 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Edge Load (22.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 546 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 546 OR destiny_id = 546))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 546]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 546 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 546 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Edge Load (20.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 547 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 547 OR destiny_id = 547))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 547]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 547 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 547 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 548 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 548 OR destiny_id = 548))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 548]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 548 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 548 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Edge Load (21.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 549 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 549 OR destiny_id = 549))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 549]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 549 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 549 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 550 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 550 OR destiny_id = 550))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 550]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 550 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 550 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Edge Load (21.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 551 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 551 OR destiny_id = 551))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 551]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 551 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 551 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Edge Load (21.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 552 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 552 OR destiny_id = 552))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 552]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 552 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 552 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Edge Load (23.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 553 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 553 OR destiny_id = 553))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (1.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 553]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 553 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 553 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 554 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 554 OR destiny_id = 554))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 554]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 554 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 554 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 555 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 555 OR destiny_id = 555))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 555]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 555 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 555 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Edge Load (23.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 556 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 556 OR destiny_id = 556))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 556]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 556 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 556 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 557 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 557 OR destiny_id = 557))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 557]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 557 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 557 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Edge Load (23.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 558 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 558 OR destiny_id = 558))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 558]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 558 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 558 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Edge Load (22.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 559 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 559 OR destiny_id = 559))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 559]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 559 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 559 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Edge Load (21.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 560 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 560 OR destiny_id = 560))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 560]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 560 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 560 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Edge Load (22.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 561 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 561 OR destiny_id = 561))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 561]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 561 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 561 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Edge Load (21.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 562 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 562 OR destiny_id = 562))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 562]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 562 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 562 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 563 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 563 OR destiny_id = 563))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 563]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 563 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 563 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Edge Load (23.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 564 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 564 OR destiny_id = 564))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 564]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 564 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 564 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Edge Load (22.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 565 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 565 OR destiny_id = 565))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 565]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 565 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 565 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Edge Load (23.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 566 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 566 OR destiny_id = 566))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 566]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 566 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 566 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 567 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 567 OR destiny_id = 567))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 567]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 567 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 567 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Edge Load (34.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 568 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 568 OR destiny_id = 568))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 568]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 568 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 568 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Edge Load (22.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 569 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 569 OR destiny_id = 569))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 569]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 569 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 569 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Edge Load (23.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 570 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 570 OR destiny_id = 570))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 570]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 570 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 570 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Edge Load (22.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 571 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 571 OR destiny_id = 571))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 571]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 571 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 571 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Edge Load (22.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 572 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 572 OR destiny_id = 572))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 572]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 572 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 572 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Edge Load (24.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 573 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 573 OR destiny_id = 573))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 573]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 573 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 573 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Edge Load (24.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 574 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 574 OR destiny_id = 574))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 574]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 574 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 574 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Edge Load (24.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 575 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 575 OR destiny_id = 575))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 575]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 575 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 575 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Edge Load (33.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 576 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 576 OR destiny_id = 576))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 576]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 576 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 576 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 577 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 577 OR destiny_id = 577))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 577]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 577 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 577 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Edge Load (22.0ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 578 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 578 OR destiny_id = 578))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 578]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 578 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 578 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 579 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 579 OR destiny_id = 579))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 579]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 579 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 579 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Edge Load (23.7ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 580 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 580 OR destiny_id = 580))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 580]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 580 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 580 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Edge Load (22.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 581 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 581 OR destiny_id = 581))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 581]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 581 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 581 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Edge Load (23.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 582 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 582 OR destiny_id = 582))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 582]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 582 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 582 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Edge Load (21.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 583 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 583 OR destiny_id = 583))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 583]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 583 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 583 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Edge Load (21.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 584 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 584 OR destiny_id = 584))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 584]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 584 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 584 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 585 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 585 OR destiny_id = 585))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 585]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 585 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 585 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 586 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 586 OR destiny_id = 586))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 586]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 586 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 586 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Edge Load (20.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 587 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 587 OR destiny_id = 587))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 587]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 587 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 587 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Edge Load (21.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 588 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 588 OR destiny_id = 588))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 588]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 588 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 588 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Edge Load (22.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 589 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 589 OR destiny_id = 589))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1[0m [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 589]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 589 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 589 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 590 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 590 OR destiny_id = 590))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 590]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 590 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 590 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Edge Load (21.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 591 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 591 OR destiny_id = 591))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 591]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 591 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 591 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Edge Load (22.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 592 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 592 OR destiny_id = 592))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 592]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 592 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 592 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Edge Load (21.6ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 593 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 593 OR destiny_id = 593))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (5.5ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 593]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 593 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 593 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Edge Load (22.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 594 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 594 OR destiny_id = 594))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 594]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 594 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 594 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Edge Load (22.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 595 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 595 OR destiny_id = 595))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (1.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 595]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 595 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 595 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Edge Load (22.1ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 596 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 596 OR destiny_id = 596))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 596]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 596 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 596 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Edge Load (23.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 597 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 597 OR destiny_id = 597))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 597]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 597 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 597 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Edge Load (22.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 598 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 598 OR destiny_id = 598))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 598]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 598 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 598 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Edge Load (22.9ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 599 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 599 OR destiny_id = 599))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 599]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 599 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 599 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Edge Load (22.8ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 600 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 600 OR destiny_id = 600))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 3]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 4]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 5]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 6]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 7]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 8]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 9]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 10]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 11]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 12]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 13]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 14]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 15]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 16]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 17]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 18]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 19]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 20]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 21]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 22]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 23]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 24]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 25]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 26]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 27]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 28]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 29]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 30]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 31]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 32]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 33]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 34]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 35]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 36]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 37]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 38]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 39]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 40]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 41]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 42]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 43]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 44]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 45]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 46]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 47]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 48]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 49]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 50]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 51]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 52]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 53]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 54]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 55]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 56]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 57]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 58]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 59]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 60]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 61]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 62]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 63]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 64]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 65]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 66]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 67]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 68]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 69]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 70]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 71]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 72]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 73]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 74]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 75]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 76]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 77]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 78]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 79]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 80]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 81]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 82]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 83]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 84]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 85]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 86]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 87]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 88]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 89]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 90]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 91]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 92]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 93]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 94]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 95]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 96]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 97]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 98]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 99]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 100]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 101]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 102]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 103]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 104]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 105]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 106]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 107]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 108]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 109]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 110]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 111]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 112]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 113]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 114]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 115]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 116]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 117]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 118]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 119]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 120]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 121]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 122]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 123]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 124]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 125]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 126]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 127]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 128]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 129]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 130]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 131]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 132]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 133]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 134]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 135]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 136]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 137]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 138]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 139]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 140]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 141]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 142]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 143]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 144]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 145]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 146]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 147]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 148]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 149]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 150]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 151]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 152]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 153]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 154]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 155]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 156]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 157]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 158]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 159]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 160]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 161]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 162]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 163]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 164]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 165]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 166]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 167]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 168]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 169]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 170]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 171]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 172]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 173]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 174]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 175]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 176]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 177]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 178]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 179]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 180]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 181]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 182]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 183]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 184]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 185]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 186]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 187]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 188]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 189]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 190]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 191]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 192]] SocialFramework::User Load (0.0ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 193]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 194]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 195]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 196]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 197]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 198]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 199]] The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 600]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 600 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 600 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.particular = 'f') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 1)) SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 1) AND particular = 'f') SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 2400)) SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 2400) AND particular = 'f') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 2411)) SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 2411) AND particular = 'f') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 2499)) SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 2499) AND particular = 'f') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 1000)) SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 1000) AND particular = 'f') SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 999)) SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 999) AND particular = 'f') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 1)) SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 1) AND particular = 'f') SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 2495]] SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 2495)) SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 2495) AND particular = 'f') SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."id" = ? LIMIT 1 [["id", 888]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE ((id = 888)) SocialFramework::Event Load (0.1ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE ((id = 888) AND particular = 'f') SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email  (120.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (165.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (68.7ms) CREATE TABLE `social_framework_users` (`id` int(11) auto_increment PRIMARY KEY, `username` varchar(255) DEFAULT '' NOT NULL, `email` varchar(255) DEFAULT '' NOT NULL, `encrypted_password` varchar(255) DEFAULT '' NOT NULL, `reset_password_token` varchar(255), `reset_password_sent_at` datetime, `remember_created_at` datetime, `sign_in_count` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (131.6ms) CREATE UNIQUE INDEX `index_social_framework_users_on_email` ON `social_framework_users` (`email`)   (122.7ms) CREATE UNIQUE INDEX `index_social_framework_users_on_username` ON `social_framework_users` (`username`)  (121.4ms) CREATE UNIQUE INDEX `index_social_framework_users_on_reset_password_token` ON `social_framework_users` (`reset_password_token`)   (0.3ms) BEGIN SQL (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160129004111')  (22.9ms) COMMIT Migrating to CreateSocialFrameworkEdges (20160226123409)  (128.2ms) CREATE TABLE `social_framework_edges` (`id` int(11) auto_increment PRIMARY KEY, `origin_id` int(11) NOT NULL, `destiny_id` int(11) NOT NULL, `label` varchar(255) NOT NULL, `bidirectional` tinyint(1) DEFAULT 1 NOT NULL, `active` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, INDEX `index_social_framework_edges_on_origin_id` (`origin_id`) , INDEX `index_social_framework_edges_on_destiny_id` (`destiny_id`) ) ENGINE=InnoDB  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160226123409')  (30.4ms) COMMIT Migrating to CreateSocialFrameworkSchedules (20160406131316)  (65.2ms) CREATE TABLE `social_framework_schedules` (`id` int(11) auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (132.3ms) CREATE UNIQUE INDEX `index_social_framework_schedules_on_user_id` ON `social_framework_schedules` (`user_id`)  (0.3ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406131316')  (31.1ms) COMMIT Migrating to CreateSocialFrameworkEvents (20160406133419)  (64.7ms) CREATE TABLE `social_framework_events` (`id` int(11) auto_increment PRIMARY KEY, `title` varchar(255) NOT NULL, `description` varchar(255), `start` datetime, `finish` datetime, `particular` tinyint(1) DEFAULT 0, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406133419')  (31.7ms) COMMIT Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (64.4ms) CREATE TABLE `social_framework_events_schedules` (`id` int(11) auto_increment PRIMARY KEY, `schedule_id` int(11) NOT NULL, `event_id` int(11) NOT NULL, INDEX `index_social_framework_events_schedules_on_schedule_id` (`schedule_id`) , INDEX `index_social_framework_events_schedules_on_event_id` (`event_id`) ) ENGINE=InnoDB  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406134250')  (30.7ms) COMMIT Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (64.2ms) CREATE TABLE `social_framework_participant_events` (`id` int(11) auto_increment PRIMARY KEY, `event_id` int(11) NOT NULL, `schedule_id` int(11) NOT NULL, `confirmed` tinyint(1) DEFAULT 0, `role` varchar(255) DEFAULT 'participant', INDEX `index_social_framework_participant_events_on_event_id` (`event_id`) , INDEX `index_social_framework_participant_events_on_schedule_id` (`schedule_id`) ) ENGINE=InnoDB  (0.2ms) BEGIN SQL (0.2ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406165523')  (30.7ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_edges'   (0.2ms) SHOW CREATE TABLE `social_framework_edges`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events'   (0.2ms) SHOW CREATE TABLE `social_framework_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_events_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_participant_events'   (0.2ms) SHOW CREATE TABLE `social_framework_participant_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_users'   (0.2ms) SHOW CREATE TABLE `social_framework_users`  (77.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (155.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (89.7ms) CREATE TABLE `social_framework_users` (`id` int(11) auto_increment PRIMARY KEY, `username` varchar(255) DEFAULT '' NOT NULL, `email` varchar(255) DEFAULT '' NOT NULL, `encrypted_password` varchar(255) DEFAULT '' NOT NULL, `reset_password_token` varchar(255), `reset_password_sent_at` datetime, `remember_created_at` datetime, `sign_in_count` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (121.3ms) CREATE UNIQUE INDEX `index_social_framework_users_on_email` ON `social_framework_users` (`email`)   (121.5ms) CREATE UNIQUE INDEX `index_social_framework_users_on_username` ON `social_framework_users` (`username`)  (100.4ms) CREATE UNIQUE INDEX `index_social_framework_users_on_reset_password_token` ON `social_framework_users` (`reset_password_token`)   (0.2ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160129004111')  (25.6ms) COMMIT Migrating to CreateSocialFrameworkEdges (20160226123409)  (60.8ms) CREATE TABLE `social_framework_edges` (`id` int(11) auto_increment PRIMARY KEY, `origin_id` int(11) NOT NULL, `destiny_id` int(11) NOT NULL, `label` varchar(255) NOT NULL, `bidirectional` tinyint(1) DEFAULT 1 NOT NULL, `active` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, INDEX `index_social_framework_edges_on_origin_id` (`origin_id`) , INDEX `index_social_framework_edges_on_destiny_id` (`destiny_id`) ) ENGINE=InnoDB  (0.3ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160226123409')  (30.2ms) COMMIT Migrating to CreateSocialFrameworkSchedules (20160406131316)  (66.4ms) CREATE TABLE `social_framework_schedules` (`id` int(11) auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (134.0ms) CREATE UNIQUE INDEX `index_social_framework_schedules_on_user_id` ON `social_framework_schedules` (`user_id`)  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406131316')  (32.2ms) COMMIT Migrating to CreateSocialFrameworkEvents (20160406133419)  (65.9ms) CREATE TABLE `social_framework_events` (`id` int(11) auto_increment PRIMARY KEY, `title` varchar(255) NOT NULL, `description` varchar(255), `start` datetime, `finish` datetime, `particular` tinyint(1) DEFAULT 0, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406133419')  (31.6ms) COMMIT Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (64.3ms) CREATE TABLE `social_framework_events_schedules` (`id` int(11) auto_increment PRIMARY KEY, `schedule_id` int(11) NOT NULL, `event_id` int(11) NOT NULL, INDEX `index_social_framework_events_schedules_on_schedule_id` (`schedule_id`) , INDEX `index_social_framework_events_schedules_on_event_id` (`event_id`) ) ENGINE=InnoDB  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406134250')  (31.5ms) COMMIT Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (64.2ms) CREATE TABLE `social_framework_participant_events` (`id` int(11) auto_increment PRIMARY KEY, `event_id` int(11) NOT NULL, `schedule_id` int(11) NOT NULL, `confirmed` tinyint(1) DEFAULT 0, `role` varchar(255) DEFAULT 'participant', INDEX `index_social_framework_participant_events_on_event_id` (`event_id`) , INDEX `index_social_framework_participant_events_on_schedule_id` (`schedule_id`) ) ENGINE=InnoDB  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20160406165523')  (31.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_edges'   (0.2ms) SHOW CREATE TABLE `social_framework_edges`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events'   (0.2ms) SHOW CREATE TABLE `social_framework_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_events_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_participant_events'   (0.2ms) SHOW CREATE TABLE `social_framework_participant_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_users'   (0.2ms) SHOW CREATE TABLE `social_framework_users` ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_edges'   (0.2ms) SHOW CREATE TABLE `social_framework_edges`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events'   (0.2ms) SHOW CREATE TABLE `social_framework_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_events_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_events_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_participant_events'   (0.2ms) SHOW CREATE TABLE `social_framework_participant_events`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_schedules'   (0.2ms) SHOW CREATE TABLE `social_framework_schedules`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'social_framework_dev' AND fk.table_name = 'social_framework_users'   (0.2ms) SHOW CREATE TABLE `social_framework_users`  (0.2ms) BEGIN SocialFramework::User Exists (0.5ms) SELECT 1 AS one FROM `social_framework_users` WHERE `social_framework_users`.`email` = BINARY 'user1@email.com' LIMIT 1 SQL (0.4ms) INSERT INTO `social_framework_users` (`username`, `email`, `encrypted_password`, `created_at`, `updated_at`) VALUES ('user1', 'user1@email.com', '$2a$10$KX6Bz7iDdXXOleu.2LY3QeKRfnTjm7x3DCmEBrk03Cpz2U4tXK06y', '2016-05-13 12:49:27', '2016-05-13 12:49:27')  (52.8ms) COMMIT  (120.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (133.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (158.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (148.2ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (150.0ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (151.1ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (151.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (204.9ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "social_framework_users_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_users_routes_on_user_id" ON "social_framework_users_routes" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_routes_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_routes_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_users_routes_on_route_id" ON "social_framework_users_routes" ("route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (136.5ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (139.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_routes_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_routes_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_routes_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_routes_on_user_id' AND type='index'   (132.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (132.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (132.2ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (135.8ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (127.5ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (128.6ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (125.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (125.9ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (126.3ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (129.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (134.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (150.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.7ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (157.9ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (148.5ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (150.3ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (146.9ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (125.2ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.6ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (135.9ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (128.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$fByPAnwj.l79srs4EI3tiuYJhoqlWH/q62X1fEkoRyl617yvqrGci"], ["created_at", "2016-05-25 17:33:35.796017"], ["updated_at", "2016-05-25 17:33:35.796017"]]  (107.9ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-05-25 17:34:37.835844"], ["updated_at", "2016-05-25 17:34:37.835844"]]  (110.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 17:34:37.948120')  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Event1"], ["start", "2016-05-25 17:34:37.948120"], ["finish", "2016-05-26 02:59:59.000000"], ["description", ""], ["created_at", "2016-05-25 17:34:37.970885"], ["updated_at", "2016-05-25 17:34:37.970885"]]  (98.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (86.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_routes" ("title", "distance", "mode_of_travel", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "title1"], ["distance", 650], ["mode_of_travel", "walking"], ["created_at", "2016-05-25 17:35:47.310515"], ["updated_at", "2016-05-25 17:35:47.310515"]] SQL (0.1ms) INSERT INTO "social_framework_routes_users" ("user_id", "route_id") VALUES (?, ?) [["user_id", 1], ["route_id", 1]]  (161.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79794], ["longitude", -47.8664], ["created_at", "2016-05-25 17:35:47.484850"], ["updated_at", "2016-05-25 17:35:47.484850"]]  (131.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79688], ["longitude", -47.86976], ["created_at", "2016-05-25 17:35:47.620181"], ["updated_at", "2016-05-25 17:35:47.620181"]]  (108.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79637], ["longitude", -47.87139], ["created_at", "2016-05-25 17:35:47.731841"], ["updated_at", "2016-05-25 17:35:47.731841"]]  (96.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79608], ["longitude", -47.87225], ["created_at", "2016-05-25 17:35:47.832342"], ["updated_at", "2016-05-25 17:35:47.832342"]]  (84.9ms) commit transaction SocialFramework::Route Load (0.5ms) SELECT "social_framework_routes".* FROM "social_framework_routes" ORDER BY "social_framework_routes"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "social_framework_routes" SocialFramework::Route Load (0.4ms) SELECT "social_framework_routes".* FROM "social_framework_routes" ORDER BY "social_framework_routes"."id" ASC LIMIT 1 SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_routes_users" ("route_id", "user_id") VALUES (?, ?) [["route_id", 1], ["user_id", 1]]  (132.9ms) commit transaction  (0.2ms) begin transaction  (0.1ms) commit transaction  (2.1ms) SELECT COUNT(*) FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_routes_users" ("route_id", "user_id") VALUES (?, ?) [["route_id", 1], ["user_id", 1]]  (143.6ms) commit transaction  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]]  (173.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (133.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (111.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (103.4ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (106.2ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (1.0ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (116.2ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (148.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.1ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (108.8ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (156.1ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (151.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$3lbqsBgNI65bfeRY.dgQfuy5nMmqbPh9hMlNjHXKhxMJrtGIXvyNW"], ["created_at", "2016-05-25 17:38:21.591154"], ["updated_at", "2016-05-25 17:38:21.591154"]]  (85.3ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-05-25 17:38:30.692859"], ["updated_at", "2016-05-25 17:38:30.692859"]]  (107.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 17:38:30.801447')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Event1"], ["start", "2016-05-25 17:38:30.801447"], ["finish", "2016-05-26 02:59:59.000000"], ["description", ""], ["created_at", "2016-05-25 17:38:30.821096"], ["updated_at", "2016-05-25 17:38:30.821096"]]  (200.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (132.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_routes" ("title", "distance", "mode_of_travel", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "title1"], ["distance", 650], ["mode_of_travel", "walking"], ["created_at", "2016-05-25 17:38:58.110713"], ["updated_at", "2016-05-25 17:38:58.110713"]] SQL (0.2ms) INSERT INTO "social_framework_routes_users" ("user_id", "route_id") VALUES (?, ?) [["user_id", 1], ["route_id", 1]]  (135.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79794], ["longitude", -47.8664], ["created_at", "2016-05-25 17:38:58.263030"], ["updated_at", "2016-05-25 17:38:58.263030"]]  (118.6ms) commit transaction SocialFramework::Route Load (0.5ms) SELECT "social_framework_routes".* FROM "social_framework_routes" ORDER BY "social_framework_routes"."id" ASC LIMIT 1 SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "social_framework_routes_users" ("route_id", "user_id") VALUES (?, ?) [["route_id", 1], ["user_id", 1]]  (0.2ms) rollback transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.3ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Route Load (0.3ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Route Load (0.3ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.3ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.2ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.3ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.4ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1]] SocialFramework::Route Load (0.2ms) SELECT "social_framework_routes".* FROM "social_framework_routes" WHERE "social_framework_routes"."event_id" = ? LIMIT 1 [[nil, 1]]  (101.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (120.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (173.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (108.3ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (105.3ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (141.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (137.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (137.6ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (137.2ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (141.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$9LQJ3CwFee1nygC4rBoXBOlNEspIkrxZS7BfZJQwCApSHXjsGKYfa"], ["created_at", "2016-05-25 18:04:41.852332"], ["updated_at", "2016-05-25 18:04:41.852332"]]  (84.9ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-05-25 18:04:55.902306"], ["updated_at", "2016-05-25 18:04:55.902306"]]  (142.3ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 18:04:56.046235')  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Event1"], ["start", "2016-05-25 18:04:56.046235"], ["finish", "2016-05-26 02:59:59.000000"], ["description", ""], ["created_at", "2016-05-25 18:04:56.064147"], ["updated_at", "2016-05-25 18:04:56.064147"]]  (268.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (136.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_routes" ("title", "distance", "mode_of_travel", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "title1"], ["distance", 650], ["mode_of_travel", "walking"], ["created_at", "2016-05-25 18:05:23.486022"], ["updated_at", "2016-05-25 18:05:23.486022"]] SQL (0.2ms) INSERT INTO "social_framework_routes_users" ("user_id", "route_id") VALUES (?, ?) [["user_id", 1], ["route_id", 1]]  (116.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79794], ["longitude", -47.8664], ["created_at", "2016-05-25 18:05:23.617366"], ["updated_at", "2016-05-25 18:05:23.617366"]]  (119.5ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.6ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1]] SocialFramework::Route Load (0.1ms) SELECT "social_framework_routes".* FROM "social_framework_routes" WHERE "social_framework_routes"."event_id" = ? LIMIT 1 [[nil, 1]]  (133.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (92.8ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (96.8ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (108.9ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (140.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (138.6ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (139.1ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.2ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (136.8ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (140.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$RYJ3DOocxBU9RZaU2V/aIea2/bGQxTWWVSTU8OcFm1OHGgh/LB212"], ["created_at", "2016-05-25 18:07:53.295485"], ["updated_at", "2016-05-25 18:07:53.295485"]]  (113.0ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-05-25 18:07:58.111674"], ["updated_at", "2016-05-25 18:07:58.111674"]]  (114.5ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 18:07:58.227837')  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Event1"], ["start", "2016-05-25 18:07:58.227837"], ["finish", "2016-05-26 02:59:59.000000"], ["description", ""], ["created_at", "2016-05-25 18:07:58.247597"], ["updated_at", "2016-05-25 18:07:58.247597"]]  (145.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (156.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_routes" ("title", "distance", "mode_of_travel", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "title1"], ["distance", 650], ["mode_of_travel", "walking"], ["created_at", "2016-05-25 18:08:16.687642"], ["updated_at", "2016-05-25 18:08:16.687642"]] SQL (0.2ms) INSERT INTO "social_framework_routes_users" ("user_id", "route_id") VALUES (?, ?) [["user_id", 1], ["route_id", 1]]  (129.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79794], ["longitude", -47.8664], ["created_at", "2016-05-25 18:08:16.829083"], ["updated_at", "2016-05-25 18:08:16.829083"]]  (145.1ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.5ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.1ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1]]  (0.0ms) begin transaction SQL (0.2ms) UPDATE "social_framework_events" SET "route_id" = ?, "updated_at" = ? WHERE "social_framework_events"."id" = ? [["route_id", 1], ["updated_at", "2016-05-25 18:08:29.799823"], ["id", 1]]  (128.6ms) commit transaction SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Route Load (0.4ms) SELECT "social_framework_routes".* FROM "social_framework_routes" WHERE "social_framework_routes"."id" = ? LIMIT 1 [["id", 1]]  (130.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (165.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (138.0ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (137.5ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.9ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (115.9ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (107.0ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (114.4ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (117.3ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (106.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$nRa7ARhqv/xXOAV5wXB3c.ADFQ7g2q6gC9NmMm5EuP5CBuCR0RkTq"], ["created_at", "2016-05-25 21:22:00.392147"], ["updated_at", "2016-05-25 21:22:00.392147"]]  (121.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$ZHOXtH6rEqbfa/gr5BxbpuuVyiUOZx1FoJt11xLqa.Xm8m4FpB.XO"], ["created_at", "2016-05-25 21:22:11.177129"], ["updated_at", "2016-05-25 21:22:11.177129"]]  (132.4ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-05-25 21:22:27.995668"], ["updated_at", "2016-05-25 21:22:27.995668"]]  (123.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 21:22:28.121007')  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Event1"], ["start", "2016-05-25 21:22:28.121007"], ["finish", "2016-05-26 02:59:59.000000"], ["description", ""], ["created_at", "2016-05-25 21:22:28.139672"], ["updated_at", "2016-05-25 21:22:28.139672"]]  (145.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (165.7ms) commit transaction SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND destiny_id = 2 OR destiny_id = 1 AND origin_id = 2) AND label = 'r1') ORDER BY "social_framework_edges"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_edges" ("origin_id", "destiny_id", "active", "label", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["origin_id", 1], ["destiny_id", 2], ["active", "t"], ["label", "r1"], ["created_at", "2016-05-25 21:23:04.636614"], ["updated_at", "2016-05-25 21:23:04.636614"]]  (151.8ms) commit transaction SocialFramework::Schedule Load (2.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_events"."id" = "social_framework_participant_events"."event_id" WHERE "social_framework_participant_events"."schedule_id" = ? ORDER BY "social_framework_events"."id" ASC LIMIT 1 [["schedule_id", 1]] SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.4ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? AND "social_framework_participant_events"."confirmed" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 2], ["created_at", "2016-05-25 21:23:32.571112"], ["updated_at", "2016-05-25 21:23:32.571112"]]  (131.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id") VALUES (?, ?) [["event_id", 1], ["schedule_id", 2]]  (240.3ms) commit transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 2 LIMIT 1 SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 2 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-05-26 02:59:59.000000' AND social_framework_events.finish > '2016-05-25 21:22:28.121007')  (0.1ms) begin transaction SQL (0.4ms) UPDATE "social_framework_participant_events" SET "confirmed" = ? WHERE "social_framework_participant_events"."id" = ? [["confirmed", "t"], ["id", 2]]  (157.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_routes" ("title", "distance", "mode_of_travel", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "title1"], ["distance", 650], ["mode_of_travel", "walking"], ["created_at", "2016-05-25 21:24:24.703154"], ["updated_at", "2016-05-25 21:24:24.703154"]] SQL (0.2ms) INSERT INTO "social_framework_routes_users" ("user_id", "route_id") VALUES (?, ?) [["user_id", 1], ["route_id", 1]]  (146.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_locations" ("route_id", "latitude", "longitude", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["route_id", 1], ["latitude", -15.79794], ["longitude", -47.8664], ["created_at", "2016-05-25 21:24:24.865662"], ["updated_at", "2016-05-25 21:24:24.865662"]]  (108.0ms) commit transaction SocialFramework::Route Load (0.6ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::ParticipantEvent Load (0.2ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? AND "social_framework_participant_events"."schedule_id" = ? AND "social_framework_participant_events"."confirmed" = ? LIMIT 1 [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"]] SocialFramework::ParticipantEvent Load (0.3ms) SELECT "social_framework_participant_events".* FROM "social_framework_participant_events" WHERE "social_framework_participant_events"."event_id" = ? [["event_id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 2]] SocialFramework::User Exists (0.3ms) SELECT 1 AS one FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? AND "social_framework_users"."id" = ? LIMIT 1 [["route_id", 1], ["id", 1]] SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? AND "social_framework_users"."id" = ? LIMIT 1 [["route_id", 1], ["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_routes_users" ("route_id", "user_id") VALUES (?, ?) [["route_id", 1], ["user_id", 2]]  (120.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "social_framework_events" SET "route_id" = ?, "updated_at" = ? WHERE "social_framework_events"."id" = ? [["route_id", 1], ["updated_at", "2016-05-25 21:24:51.182796"], ["id", 1]]  (140.3ms) commit transaction SocialFramework::Route Load (0.7ms) SELECT "social_framework_routes".* FROM "social_framework_routes" INNER JOIN "social_framework_routes_users" ON "social_framework_routes"."id" = "social_framework_routes_users"."route_id" WHERE "social_framework_routes_users"."user_id" = ? ORDER BY "social_framework_routes"."id" ASC LIMIT 1 [["user_id", 1]] SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" WHERE "social_framework_events"."route_id" = ? [["route_id", 1]] SocialFramework::User Load (0.7ms) SELECT "social_framework_users".* FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]] SQL (175.4ms) DELETE FROM "social_framework_routes" WHERE "social_framework_routes"."id" = ? [["id", 1]]  (0.6ms) begin transaction SQL (0.3ms) DELETE FROM "social_framework_routes_users" WHERE "social_framework_routes_users"."route_id" = ? AND "social_framework_routes_users"."user_id" = 2 [["route_id", 1]]  (163.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "social_framework_users" INNER JOIN "social_framework_routes_users" ON "social_framework_users"."id" = "social_framework_routes_users"."user_id" WHERE "social_framework_routes_users"."route_id" = ? [["route_id", 1]]  (136.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (131.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar DEFAULT '' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (146.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (168.8ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (139.0ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (138.3ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (136.8ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (136.3ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (110.4ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (106.0ms) commit transaction Migrating to CreateSocialFrameworkRepeats (20160530123314)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_repeats" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "type" varchar NOT NULL, "frequency" integer DEFAULT 1 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160530123314"]]  (106.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$us6w5quhBjDm7we00JY7n.pt01MmTXdnu39QLGp7pi.EcwYbFmzpG"], ["created_at", "2016-06-04 12:29:09.830058"], ["updated_at", "2016-06-04 12:29:09.830058"]]  (152.2ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u2@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u2"], ["email", "u2@email.com"], ["encrypted_password", "$2a$10$pBvw6H2T3oqLaSO86yC7duiv0tl8r7CUw/G74AmrtZWa6d0TAul.m"], ["created_at", "2016-06-04 12:29:10.057805"], ["updated_at", "2016-06-04 12:29:10.057805"]]  (146.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u3@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u3"], ["email", "u3@email.com"], ["encrypted_password", "$2a$10$jAn1u7vpN5r2l30WBpxTNu9W4ZyWOkCZhUQKdnUBG8OtEH/TmjPn6"], ["created_at", "2016-06-04 12:29:10.282940"], ["updated_at", "2016-06-04 12:29:10.282940"]]  (143.9ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u4@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u4"], ["email", "u4@email.com"], ["encrypted_password", "$2a$10$itFEhdlrNyaE7dvLtzVSGuVu7J78VP9gqOTCCdeKzYwdXm7cSbDYS"], ["created_at", "2016-06-04 12:29:10.501810"], ["updated_at", "2016-06-04 12:29:10.501810"]]  (125.1ms) commit transaction  (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u5@email.com' LIMIT 1 SQL (0.2ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u5"], ["email", "u5@email.com"], ["encrypted_password", "$2a$10$z7S/Wbb8DS.UxDDNt3MjB.leeAo9TSLjJkewobbuw5R0OJ/YUFAdS"], ["created_at", "2016-06-04 12:29:10.703947"], ["updated_at", "2016-06-04 12:29:10.703947"]]  (145.1ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-04 12:29:10.870875"], ["updated_at", "2016-06-04 12:29:10.870875"]]  (135.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't' AND social_framework_events.start < '2016-06-05 02:59:59.000000' AND social_framework_events.finish > '2016-06-04 12:29:10.850456')  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_events" ("title", "start", "finish", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "event1"], ["start", "2016-06-04 12:29:10.850456"], ["finish", "2016-06-05 02:59:59.000000"], ["description", ""], ["created_at", "2016-06-04 12:29:11.024281"], ["updated_at", "2016-06-04 12:29:11.024281"]]  (126.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "social_framework_participant_events" ("event_id", "schedule_id", "confirmed", "role") VALUES (?, ?, ?, ?) [["event_id", 1], ["schedule_id", 1], ["confirmed", "t"], ["role", "creator"]]  (141.9ms) commit transaction SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.3ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.5ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.5ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.3ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.4ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.4ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email The SocialFramework::User haven't the attribute title The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] The SocialFramework::User haven't the attribute title SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Edge Load (0.2ms) SELECT "social_framework_edges".* FROM "social_framework_edges" WHERE ((origin_id = 1 AND bidirectional = 'f') OR (bidirectional = 't' AND (origin_id = 1 OR destiny_id = 1))) SocialFramework::User Load (0.1ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Event Load (0.2ms) SELECT "social_framework_events".* FROM "social_framework_events" INNER JOIN "social_framework_participant_events" ON "social_framework_participant_events"."event_id" = "social_framework_events"."id" WHERE (social_framework_participant_events.schedule_id = 1 AND social_framework_participant_events.confirmed = 't') ORDER BY "social_framework_events"."start" DESC The SocialFramework::Event haven't the attribute username The SocialFramework::Event haven't the attribute email SocialFramework::User Load (0.4ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (144.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (133.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (126.8ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (105.3ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "user_type" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (105.6ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (117.5ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.5ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (115.7ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (105.4ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (111.7ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (109.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$v54KM75qWIHIDhjSLOIsn.4gCKWeM1ABe1x2VrvJhOHk4JKrLccGi"], ["created_at", "2016-06-08 16:48:31.224993"], ["updated_at", "2016-06-08 16:48:31.224993"]]  (89.1ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 16:48:40.193333"], ["updated_at", "2016-06-08 16:48:40.193333"]]  (0.1ms) rollback transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 16:48:58.398905"], ["updated_at", "2016-06-08 16:48:58.398905"]]  (0.1ms) rollback transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 16:49:00.119725"], ["updated_at", "2016-06-08 16:49:00.119725"]]  (0.1ms) rollback transaction  (110.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (76.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (122.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (125.1ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (94.3ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (119.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.3ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (116.5ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (115.5ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (125.2ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (118.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$Q.hvLPAseiuSnD9wflYTde2SCRDSSE4CX4yLgusvdAhBd/rqg/eCa"], ["created_at", "2016-06-08 16:49:57.731905"], ["updated_at", "2016-06-08 16:49:57.731905"]]  (237.5ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 16:49:59.839460"], ["updated_at", "2016-06-08 16:49:59.839460"]]  (134.0ms) commit transaction SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (120.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (65.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (61.9ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (115.1ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (116.6ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (118.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (116.1ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.1ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (286.9ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.4ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (134.6ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (118.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$WqziORFOy2s6980KDgiSFOgowru1oyJz48do7z5/C/ACDKujA2Jxa"], ["created_at", "2016-06-08 16:53:10.969454"], ["updated_at", "2016-06-08 16:53:10.969454"]]  (92.7ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_type" = 'SocialFramework::User' AND "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 16:58:01.134568"], ["updated_at", "2016-06-08 16:58:01.134568"]]  (117.4ms) commit transaction SocialFramework::Schedule Load (0.5ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Schedule Load (2.6ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Schedule Load (2.9ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::User Load (0.3ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]]  (93.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (109.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (84.5ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (93.0ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (272.5ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (160.6ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (128.3ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.1ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (141.6ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (115.5ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (118.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$AUaQhyPpudOu/bEdnz9egu5.OReRVymJ./mP3xSphyLed5ujLiIke"], ["created_at", "2016-06-08 17:02:06.138573"], ["updated_at", "2016-06-08 17:02:06.138573"]]  (112.0ms) commit transaction SocialFramework::Schedule Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 17:02:08.940419"], ["updated_at", "2016-06-08 17:02:08.940419"]]  (124.3ms) commit transaction  (155.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (85.4ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (73.6ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (95.0ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (96.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (137.7ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (115.3ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (157.4ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (107.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.1ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$7hFoqlc1B6qt8lhia4lqYOpe09kRkKZdMd.ZBhTmqRWQYMlWFJVdu"], ["created_at", "2016-06-08 17:19:04.184078"], ["updated_at", "2016-06-08 17:19:04.184078"]]  (148.8ms) commit transaction SocialFramework::Schedule Load (0.1ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 17:19:09.797738"], ["updated_at", "2016-06-08 17:19:09.797738"]]  (127.5ms) commit transaction SocialFramework::User Load (0.2ms) SELECT "social_framework_users".* FROM "social_framework_users" WHERE "social_framework_users"."id" = ? LIMIT 1 [["id", 1]] SocialFramework::Schedule Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1 SocialFramework::Schedule2 Load (0.2ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (161.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (132.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (169.5ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (138.5ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (151.1ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (150.9ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (170.8ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.1ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.2ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (130.7ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (146.5ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (153.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) begin transaction SocialFramework::User Exists (0.2ms) SELECT 1 AS one FROM "social_framework_users" WHERE "social_framework_users"."email" = 'u1@email.com' LIMIT 1 SQL (0.3ms) INSERT INTO "social_framework_users" ("username", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "u1"], ["email", "u1@email.com"], ["encrypted_password", "$2a$10$af/RKfCsJqLnEmcPkWSXa.j3JkbU0lrn0f/e024/Byi5.UnjmX7Dm"], ["created_at", "2016-06-08 22:31:03.613905"], ["updated_at", "2016-06-08 22:31:03.613905"]]  (134.1ms) commit transaction SocialFramework::Schedule Load (0.4ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "social_framework_schedules" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", 1], ["created_at", "2016-06-08 22:31:11.393344"], ["updated_at", "2016-06-08 22:31:11.393344"]]  (195.3ms) commit transaction SocialFramework::Schedule2 Load (0.3ms) SELECT "social_framework_schedules".* FROM "social_framework_schedules" WHERE "social_framework_schedules"."user_id" = 1 LIMIT 1  (175.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (103.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (91.1ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (127.6ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (127.8ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (129.3ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (127.1ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id")  (0.3ms) rollback transaction  (116.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (121.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (115.5ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (126.1ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (128.7ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (128.7ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (126.6ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.4ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.4ms) CREATE UNIQUE INDEX "participant_event" ON "social_framework_participant_events" ("schedule_id", "event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (135.2ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (134.3ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (151.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='participant_event' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='participant_event' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (153.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (98.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (92.9ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (106.4ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (105.9ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (107.0ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.2ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (119.0ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "participant_event" ON "social_framework_participant_events" ("schedule_id", "event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (168.8ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.1ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (126.6ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal NOT NULL, "longitude" decimal NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (85.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='participant_event' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='participant_event' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (148.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (206.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateSocialFrameworkUsers (20160129004111)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar NOT NULL, "email" varchar NOT NULL, "encrypted_password" varchar NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_social_framework_users_on_email" ON "social_framework_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_username" ON "social_framework_users" ("username")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_social_framework_users_on_reset_password_token" ON "social_framework_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160129004111"]]  (100.6ms) commit transaction Migrating to CreateSocialFrameworkEdges (20160226123409)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_edges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "origin_id" integer NOT NULL, "destiny_id" integer NOT NULL, "label" varchar NOT NULL, "bidirectional" boolean DEFAULT 't' NOT NULL, "active" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_social_framework_edges_on_origin_id" ON "social_framework_edges" ("origin_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_edges_on_destiny_id" ON "social_framework_edges" ("destiny_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160226123409"]]  (92.9ms) commit transaction Migrating to CreateSocialFrameworkSchedules (20160406131316)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_social_framework_schedules_on_user_id" ON "social_framework_schedules" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406131316"]]  (94.6ms) commit transaction Migrating to CreateSocialFrameworkEvents (20160406133419)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar, "start" datetime, "finish" datetime, "particular" boolean DEFAULT 'f', "route_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406133419"]]  (95.7ms) commit transaction Migrating to CreateSocialFrameworkEventsSchedules (20160406134250)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_events_schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "schedule_id" integer NOT NULL, "event_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_events_schedules_on_schedule_id" ON "social_framework_events_schedules" ("schedule_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_events_schedules_on_event_id" ON "social_framework_events_schedules" ("event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406134250"]]  (94.8ms) commit transaction Migrating to CreateSocialFrameworkParticipantEvents (20160406165523)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_participant_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer NOT NULL, "schedule_id" integer NOT NULL, "confirmed" boolean DEFAULT 'f', "role" varchar DEFAULT 'participant')   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_event_id" ON "social_framework_participant_events" ("event_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'   (0.3ms) CREATE INDEX "index_social_framework_participant_events_on_schedule_id" ON "social_framework_participant_events" ("schedule_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "participant_event" ON "social_framework_participant_events" ("schedule_id", "event_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160406165523"]]  (102.7ms) commit transaction Migrating to CreateSocialFrameworkRoutes (20160516122239)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "social_framework_routes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "distance" integer NOT NULL, "accepted_deviation" integer DEFAULT 0 NOT NULL, "mode_of_travel" varchar DEFAULT 'driving' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "social_framework_routes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "route_id" integer NOT NULL)  (0.4ms) CREATE INDEX "index_social_framework_routes_users_on_user_id" ON "social_framework_routes_users" ("user_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'  (0.3ms) CREATE INDEX "index_social_framework_routes_users_on_route_id" ON "social_framework_routes_users" ("route_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "index_social_framework_routes_users_on_user_id_and_route_id" ON "social_framework_routes_users" ("user_id", "route_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122239"]]  (101.1ms) commit transaction Migrating to CreateSocialFrameworkLocations (20160516122649)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "social_framework_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "route_id" integer NOT NULL, "latitude" decimal(18,15) NOT NULL, "longitude" decimal(18,15) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160516122649"]]  (95.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_destiny_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_edges_on_origin_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_event_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_events_schedules_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='participant_event' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='participant_event' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_schedule_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_participant_events_on_event_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id_and_route_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_route_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_routes_users_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_schedules_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_username' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_username' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_social_framework_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_social_framework_users_on_email' AND type='index'